Skip to content

Commit

Permalink
Post 0.5.0-rc updates
Browse files Browse the repository at this point in the history
Includes move to -rc suffix, so that we're semantically versioned.

Also fix for the Changelog.
  • Loading branch information
markmandel committed Oct 9, 2018
1 parent 0675b23 commit 0b9f91a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 28 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

**Implemented enhancements:**

- GameServer Safe Manual Cluster Node Scaling [\#365](https://github.com/GoogleCloudPlatform/agones/issues/365)
- Improve support for developing in custom environments [\#348](https://github.com/GoogleCloudPlatform/agones/issues/348)
- Agones helm repo [\#285](https://github.com/GoogleCloudPlatform/agones/issues/285)
- Add Amazon EKS Agones Setup Instructions [\#372](https://github.com/GoogleCloudPlatform/agones/pull/372) ([GabeBigBoxVR](https://github.com/GabeBigBoxVR))
Expand Down
2 changes: 1 addition & 1 deletion docs/governance/templates/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Images available with this release:

Helm chart available with this release:

- [`helm install agones/agones --version {example-version}](https://agones.dev/chart/stable/agones-{example-version}.tgz)
- [`helm install agones/agones --version {version}`](https://agones.dev/chart/stable/agones-{version}.tgz)

> Make sure to add our stable helm repository using `helm repo add https://agones.dev/chart/stable`
12 changes: 6 additions & 6 deletions docs/governance/templates/release_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] Review closed issues have been applied to the current milestone.
- [ ] Ensure the next version milestone is created.
- [ ] Any issues in the current milestone that are not closed, move to next milestone.
- [ ] Run `make gen-changelog` to generate the CHANGELOG.md (if release candidate `make gen-changelog RELEASE_VERSION={version}.rc`)
- [ ] Ensure the [helm `tag` value][values] is correct (should be the {version} if a full release, {version}.rc if release candidate)
- [ ] Ensure the [helm `Chart` version values][chart] are correct (should be the {version} if a full release, {version}.rc if release candidate)
- [ ] Run `make gen-changelog` to generate the CHANGELOG.md (if release candidate `make gen-changelog RELEASE_VERSION={version}-rc`)
- [ ] Ensure the [helm `tag` value][values] is correct (should be the {version} if a full release, {version}-rc if release candidate)
- [ ] Ensure the [helm `Chart` version values][chart] are correct (should be the {version} if a full release, {version}-rc if release candidate)
- [ ] Run `make gen-install`
- [ ] Ensure all example images exist on gcr.io/agones-images
- [ ] If full release, update documentation with updated example images tags
Expand All @@ -21,16 +21,16 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] Create PR with these changes, and merge them with approval
- [ ] Confirm local git remote `upstream` points at `git@github.com:GoogleCloudPlatform/agones.git`
- [ ] Run `git checkout master && git reset --hard upstream/master` to ensure your code is in line with upstream (unless this is a hotfix, then do the same, but for the the release branch)
- [ ] Run `make do-release`. (if release candidate `make do-release RELEASE_VERSION={version}.rc`) to create and push the docker images and helm chart.
- [ ] Run `make do-release`. (if release candidate `make do-release RELEASE_VERSION={version}-rc`) to create and push the docker images and helm chart.
- [ ] Do a `helm repo add agones https://agones.dev/chart/stable` and verify that the new version is available via the command `helm search agones/`
- [ ] Do a `helm install` and a smoke test to confirm everything is working.
- [ ] Create a release with the [release template][release-template]
- [ ] Make a `tag` with the release version.
- [ ] 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 [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)
- [ ] 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.
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.5.0.rc"
version: 0.5.0.rc
appVersion: "0.5.0"
version: 0.5.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.5.0.rc
tag: 0.5.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.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -32,7 +32,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.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.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -96,7 +96,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -107,7 +107,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -125,7 +125,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -160,7 +160,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -341,7 +341,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -390,7 +390,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -457,7 +457,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -622,7 +622,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -799,7 +799,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -832,7 +832,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -856,7 +856,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.5.0.rc"
image: "gcr.io/agones-images/agones-controller:0.5.0"
imagePullPolicy: IfNotPresent
env:
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
Expand All @@ -868,7 +868,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.5.0.rc"
value: "gcr.io/agones-images/agones-sdk:0.5.0"
livenessProbe:
httpGet:
path: /live
Expand Down Expand Up @@ -944,7 +944,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.5.0.rc
chart: agones-0.5.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -976,7 +976,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.5.0.rc"
chart: "agones-0.5.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down

0 comments on commit 0b9f91a

Please sign in to comment.