Skip to content

Commit

Permalink
Release version v2.0.0-alpha.53 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Mar 17, 2020
1 parent 4a9a2bc commit 96d4b56
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .github/pages/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
apiVersion: v1
entries:
orbit:
- apiVersion: v1
appVersion: 2.0.0-alpha.53
created: "2020-03-17T17:23:55.431795497Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: d1a8ce324e003c241fe1e704d126ff2c08939906fbe00b8fb39ae48cdac0d511
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.53/orbit-2.0.0-alpha.53.tgz
version: 2.0.0-alpha.53
- apiVersion: v1
appVersion: 2.0.0-alpha.52
created: "2020-03-17T16:37:02.698681404Z"
Expand Down Expand Up @@ -235,4 +244,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-03-17T16:37:02.697971303Z"
generated: "2020-03-17T17:23:55.387872753Z"
4 changes: 2 additions & 2 deletions charts/orbit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.0-alpha.52
appVersion: 2.0.0-alpha.53
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.52
version: 2.0.0-alpha.53
2 changes: 1 addition & 1 deletion charts/orbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: localhost
node:
image:
repository: orbitframework/orbit
tag: 2.0.0-alpha.52
tag: 2.0.0-alpha.53
pullPolicy: IfNotPresent
replicas: 1
containerPort: 50056
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This file is part of the Orbit Project <https://www.orbit.cloud>.
# See license in LICENSE.
#
orbit.version=2.0.0-alpha.52
orbit.version=2.0.0-alpha.53
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 96d4b56

Please sign in to comment.