Skip to content

Commit

Permalink
Release version 2.0.0-alpha.108 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Sep 22, 2020
1 parent abcbe31 commit c51ef4e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion .github/helm/index.yaml
@@ -1,6 +1,15 @@
apiVersion: v1
entries:
orbit:
- apiVersion: v1
appVersion: 2.0.0-alpha.108
created: "2020-09-22T13:55:24.594086653Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: f14ce0f6a22e2e2e0b74549c6a7c9b8774701b21668d06197448afc620155196
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.108/orbit-2.0.0-alpha.108.tgz
version: 2.0.0-alpha.108
- apiVersion: v1
appVersion: 2.0.0-alpha.107
created: "2020-09-18T00:17:47.484135863Z"
Expand Down Expand Up @@ -550,4 +559,4 @@ entries:
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.23.1/orbit-2.0.0-alpha.23.1.tgz
version: 2.0.0-alpha.23.1
generated: "2020-09-18T00:17:47.48335256Z"
generated: "2020-09-22T13:55:24.593365555Z"
4 changes: 2 additions & 2 deletions charts/orbit/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.0-alpha.107
appVersion: 2.0.0-alpha.108
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.107
version: 2.0.0-alpha.108
2 changes: 1 addition & 1 deletion charts/orbit/values.yaml
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""
node:
image:
repository: orbitframework/orbit
tag: 2.0.0-alpha.107
tag: 2.0.0-alpha.108
pullPolicy: IfNotPresent
replicas: 1
containerPort: 50056
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Expand Up @@ -4,7 +4,7 @@ title = "Orbit"
theme = "hugo-theme-techdoc"
enableInlineShortCodes = true
[params]
release = "2.0.0-alpha.107"
release = "2.0.0-alpha.108"
menu_style = "open-menu"
[markup]
defaultMarkdownHandler = "goldmark"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,7 +3,7 @@
# This file is part of the Orbit Project <https://www.orbit.cloud>.
# See license in LICENSE.
#
orbit.version=2.0.0-alpha.107
orbit.version=2.0.0-alpha.108
systemProp.org.gradle.internal.publish.checksums.insecure=true
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000

0 comments on commit c51ef4e

Please sign in to comment.