Skip to content

Commit

Permalink
Release version 2.0.0-alpha.100 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Aug 20, 2020
1 parent 38a4159 commit b7674c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.99
appVersion: 2.0.0-alpha.100
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.99
version: 2.0.0-alpha.100
2 changes: 1 addition & 1 deletion charts/orbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""
node:
image:
repository: orbitframework/orbit
tag: 2.0.0-alpha.99
tag: 2.0.0-alpha.100
pullPolicy: IfNotPresent
replicas: 1
containerPort: 50056
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Orbit"
theme = "hugo-theme-techdoc"
enableInlineShortCodes = true
[params]
release = "2.0.0-alpha.99"
release = "2.0.0-alpha.100"
menu_style = "open-menu"
[markup]
defaultMarkdownHandler = "goldmark"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
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.99
orbit.version=2.0.0-alpha.100
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 b7674c8

Please sign in to comment.