Skip to content

Commit

Permalink
Move back to 0.3.0
Browse files Browse the repository at this point in the history
Includes some tweaks to the release process as well.
  • Loading branch information
markmandel committed Jul 18, 2018
1 parent afaca61 commit 9854e73
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
4 changes: 3 additions & 1 deletion docs/governance/templates/release_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] Attach all assets found in the `release` folder to the release.
- [ ] Send an email to the [mailing list][list] with the release details (copy-paste the github release)
- [ ] If full release, then increment the `base_version` in [`build/Makefile`][build-makefile]
- [ ] Ensure the [the helm `tag` value][values] is the same as the above `base_version`
- [ ] Ensure the [helm `tag` value][values] is set to the next version (should be the {version} if a full release, {version}.rc if release candidate)
- [ ] Ensure the [helm `Chart` version values][chart] is set to the next version (should be the {version} if a full release, {version}.rc if release candidate)
- [ ] Run `make gen-install`
- [ ] Create PR with these changes, and merge them with approval
- [ ] Close this issue.
- [ ] If full release, close the current milestone. *Congratulations!* - the release is now complete! :tada: :clap: :smile: :+1:
Expand Down
4 changes: 2 additions & 2 deletions install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Declare variables to be passed into your templates.

apiVersion: v1
appVersion: "0.3.0.rc"
version: 0.3.0.rc
appVersion: "0.3.0"
version: 0.3.0
name: agones
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
keywords:
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.3.0.rc
tag: 0.3.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
34 changes: 17 additions & 17 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -32,7 +32,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -62,7 +62,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -96,7 +96,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -107,7 +107,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -122,7 +122,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -157,7 +157,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -338,7 +338,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -387,7 +387,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -552,7 +552,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -729,7 +729,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -762,7 +762,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -774,14 +774,14 @@ spec:
labels:
stable.agones.dev/role: controller
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.3.0.rc"
image: "gcr.io/agones-images/agones-controller:0.3.0"
imagePullPolicy: IfNotPresent
env:
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
Expand All @@ -793,7 +793,7 @@ spec:
- name: MAX_PORT
value: "8000"
- name: SIDECAR # overwrite the GameServer sidecar image that is used
value: "gcr.io/agones-images/agones-sdk:0.3.0.rc"
value: "gcr.io/agones-images/agones-sdk:0.3.0"
livenessProbe:
httpGet:
path: /live
Expand Down Expand Up @@ -867,7 +867,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.3.0.rc
chart: agones-0.3.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -898,7 +898,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.3.0.rc"
chart: "agones-0.3.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down

0 comments on commit 9854e73

Please sign in to comment.