Skip to content

Commit

Permalink
Release version 2.0.0-alpha.103 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Sep 3, 2020
1 parent b635fde commit eb817c5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
15 changes: 12 additions & 3 deletions .github/helm/index.yaml
@@ -1,14 +1,23 @@
apiVersion: v1
entries:
orbit:
- apiVersion: v1
appVersion: 2.0.0-alpha.103
created: "2020-09-03T23:31:53.025106832Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: 01a5e42ca2a27bf1832fbc7998e10ee054c417509f44405f8be82e5b88f4fe41
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.103/orbit-2.0.0-alpha.103.tgz
version: 2.0.0-alpha.103
- apiVersion: v1
appVersion: 2.0.0-alpha.102
created: "2020-08-20T23:38:20.623502934Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: a1ad2b90f57ac7f4770fa2aa5dd0c41051a44e9ce23157126eea063811a6d87e
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.102/orbit-2.0.0-alpha.102.tgz
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.102/orbit-2.0.0-alpha.102.tgz
version: 2.0.0-alpha.102
- apiVersion: v1
appVersion: 2.0.0-alpha.99
Expand All @@ -17,7 +26,7 @@ entries:
digest: 45fa6f3dfa1fdca2a2c5558b1afdf37e9e05683d465ba27b473ab8482f265744
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.99/orbit-2.0.0-alpha.99.tgz
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.99/orbit-2.0.0-alpha.99.tgz
version: 2.0.0-alpha.99
- apiVersion: v1
appVersion: 2.0.0-alpha.95
Expand Down Expand Up @@ -505,4 +514,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-08-03T21:24:37.782576822Z"
generated: "2020-09-03T23:31:53.024414601Z"
4 changes: 2 additions & 2 deletions charts/orbit/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.0-alpha.102
appVersion: 2.0.0-alpha.103
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.102
version: 2.0.0-alpha.103
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.102
tag: 2.0.0-alpha.103
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.102"
release = "2.0.0-alpha.103"
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.102
orbit.version=2.0.0-alpha.103
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 eb817c5

Please sign in to comment.