Skip to content

Commit

Permalink
Release version 2.0.0-alpha.104 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Sep 17, 2020
1 parent 10924da commit f6fd137
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.104
created: "2020-09-17T20:49:39.90135475Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: e9222c0b0a2487d300ba18925dcbff643bea05c654d3e5b9585b0862bb5c68d5
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.104/orbit-2.0.0-alpha.104.tgz
version: 2.0.0-alpha.104
- apiVersion: v1
appVersion: 2.0.0-alpha.103
created: "2020-09-03T23:31:53.025106832Z"
Expand Down Expand Up @@ -514,4 +523,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-03T23:31:53.024414601Z"
generated: "2020-09-17T20:49:39.900637437Z"
4 changes: 2 additions & 2 deletions charts/orbit/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.0-alpha.103
appVersion: 2.0.0-alpha.104
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.103
version: 2.0.0-alpha.104
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.103
tag: 2.0.0-alpha.104
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.103"
release = "2.0.0-alpha.104"
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.103
orbit.version=2.0.0-alpha.104
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 f6fd137

Please sign in to comment.