Skip to content

Commit

Permalink
Move to proper semver
Browse files Browse the repository at this point in the history
Semver should have 3 digits, so we
should be releasing 0.2.0 next.
  • Loading branch information
markmandel committed May 24, 2018
1 parent f25a3c7 commit ff666a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

# base version target. This is usually the next release.
base_version = 0.2
base_version = 0.2.0

#
# All of the following can be overwritten with environemt variables
Expand Down
2 changes: 1 addition & 1 deletion docs/governance/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Release Calendar

> Release Calendar forthcoming once the 0.2 release is complete, when the scheduled release cadence will start.
> Release Calendar forthcoming once the 0.2.0 release is complete, when the scheduled release cadence will start.
# Release Process

Expand Down
2 changes: 1 addition & 1 deletion install/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.serviceaccount.controller` | Service account name for the controller | `agones-controller` |
| `agones.serviceaccount.sdk` | Service account name for the sdk | `agones-sdk` |
| `agones.image.registry` | Global image registry for all images | `gcr.io/agones-images` |
| `agones.image.tag` | Global image tag for all images | `0.2` |
| `agones.image.tag` | Global image tag for all images | `0.2.0` |
| `agones.image.controller.name` | Image name for the controller | `agones-controller` |
| `agones.image.controller.pullPolicy` | Image pull policy for the controller | `IfNotPresent` |
| `agones.image.sdk.name` | Image name for the sdk | `agones-sdk` |
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Declare variables to be passed into your templates.

apiVersion: v1
appVersion: "0.2"
appVersion: "0.2.0"
version: 0.2.0
name: agones
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ agones:
timeoutSeconds: 1
image:
registry: gcr.io/agones-images
tag: 0.2
tag: 0.2.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down

0 comments on commit ff666a2

Please sign in to comment.