Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for 0.7.0 #470

Merged
merged 1 commit into from
Jan 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/governance/templates/release_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and copy it into a release issue. Fill in relevent values, found inside {}

- [ ] Review closed issues have appropriate tags.
- [ ] Review closed issues have been applied to the current milestone.
- [ ] Review closed PRs have appropriate tags.
- [ ] Review closed PRs 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`)
Expand All @@ -20,7 +22,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] If full release, update install docs with the new release version
- [ ] 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 `git remote update && 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.
- [ ] 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.
Expand All @@ -30,7 +32,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] 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}+0.1 if a full release, {version}+0.1-rc if release candidate)
- [ ] Ensure the [helm `Chart` version values][chart] is set to the next version (should be the {version}+0.1 if a full release, {version}+0.1-rc if release candidate)
- [ ] Ensure the [helm `Chart` version values][chart] is set to the next version (should be the {version}+0.1 if a full release, {version} 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.7.0-rc"
version: 0.7.0-rc
appVersion: "0.7.0"
version: 0.7.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 @@ -56,7 +56,7 @@ agones:
timeoutSeconds: 1
image:
registry: gcr.io/agones-images
tag: 0.7.0-rc
tag: 0.7.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
42 changes: 21 additions & 21 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.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -32,7 +32,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.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.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -96,7 +96,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -107,7 +107,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -125,7 +125,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -160,7 +160,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -343,7 +343,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -408,7 +408,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -488,7 +488,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -647,7 +647,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -825,7 +825,7 @@ metadata:
labels:
stable.agones.dev/role: controller
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -861,7 +861,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -890,7 +890,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.7.0-rc"
image: "gcr.io/agones-images/agones-controller:0.7.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -900,7 +900,7 @@ spec:
- name: MAX_PORT
value: "8000"
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
value: "gcr.io/agones-images/agones-sdk:0.7.0-rc"
value: "gcr.io/agones-images/agones-sdk:0.7.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -949,7 +949,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -970,7 +970,7 @@ spec:
spec:
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:0.7.0-rc"
image: "gcr.io/agones-images/agones-ping:0.7.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -994,7 +994,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1015,7 +1015,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1097,7 +1097,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.7.0-rc
chart: agones-0.7.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1128,7 +1128,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.7.0-rc"
chart: "agones-0.7.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down