Skip to content

Commit f3cb1ee

Browse files
committed
Preparation for 0.7.0
Also made some small adjustments to the release checklist.
1 parent eff80fe commit f3cb1ee

4 files changed

Lines changed: 28 additions & 26 deletions

File tree

docs/governance/templates/release_issue.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and copy it into a release issue. Fill in relevent values, found inside {}
77

88
- [ ] Review closed issues have appropriate tags.
99
- [ ] Review closed issues have been applied to the current milestone.
10+
- [ ] Review closed PRs have appropriate tags.
11+
- [ ] Review closed PRs have been applied to the current milestone.
1012
- [ ] Ensure the next version milestone is created.
1113
- [ ] Any issues in the current milestone that are not closed, move to next milestone.
1214
- [ ] Run `make gen-changelog` to generate the CHANGELOG.md (if release candidate `make gen-changelog RELEASE_VERSION={version}-rc`)
@@ -20,7 +22,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
2022
- [ ] If full release, update install docs with the new release version
2123
- [ ] Create PR with these changes, and merge them with approval
2224
- [ ] Confirm local git remote `upstream` points at `git@github.com:GoogleCloudPlatform/agones.git`
23-
- [ ] 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)
25+
- [ ] 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)
2426
- [ ] Run `make do-release`. (if release candidate `make do-release RELEASE_VERSION={version}-rc`) to create and push the docker images and helm chart.
2527
- [ ] 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/`
2628
- [ ] Do a `helm install` and a smoke test to confirm everything is working.
@@ -30,7 +32,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
3032
- [ ] Send an email to the [mailing list][list] with the release details (copy-paste the github release)
3133
- [ ] If full release, then increment the `base_version` in [`build/Makefile`][build-makefile]
3234
- [ ] 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)
33-
- [ ] 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)
35+
- [ ] 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)
3436
- [ ] Run `make gen-install`
3537
- [ ] Create PR with these changes, and merge them with approval
3638
- [ ] Close this issue.

install/helm/agones/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# Declare variables to be passed into your templates.
1616

1717
apiVersion: v1
18-
appVersion: "0.7.0-rc"
19-
version: 0.7.0-rc
18+
appVersion: "0.7.0"
19+
version: 0.7.0
2020
name: agones
2121
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
2222
keywords:

install/helm/agones/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ agones:
5656
timeoutSeconds: 1
5757
image:
5858
registry: gcr.io/agones-images
59-
tag: 0.7.0-rc
59+
tag: 0.7.0
6060
controller:
6161
name: agones-controller
6262
pullPolicy: IfNotPresent

install/yaml/install.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
namespace: agones-system
2222
labels:
2323
app: agones
24-
chart: agones-0.7.0-rc
24+
chart: agones-0.7.0
2525
release: agones-manual
2626
heritage: Tiller
2727
---
@@ -32,7 +32,7 @@ metadata:
3232
namespace: agones-system
3333
labels:
3434
app: agones
35-
chart: agones-0.7.0-rc
35+
chart: agones-0.7.0
3636
release: agones-manual
3737
heritage: Tiller
3838
rules:
@@ -62,7 +62,7 @@ metadata:
6262
namespace: agones-system
6363
labels:
6464
app: agones
65-
chart: agones-0.7.0-rc
65+
chart: agones-0.7.0
6666
release: agones-manual
6767
heritage: Tiller
6868
subjects:
@@ -96,7 +96,7 @@ metadata:
9696
namespace: default
9797
labels:
9898
app: agones
99-
chart: agones-0.7.0-rc
99+
chart: agones-0.7.0
100100
release: agones-manual
101101
heritage: Tiller
102102
---
@@ -107,7 +107,7 @@ metadata:
107107
namespace: agones-system
108108
labels:
109109
app: agones
110-
chart: agones-0.7.0-rc
110+
chart: agones-0.7.0
111111
release: agones-manual
112112
heritage: Tiller
113113
rules:
@@ -125,7 +125,7 @@ metadata:
125125
namespace: default
126126
labels:
127127
app: agones
128-
chart: agones-0.7.0-rc
128+
chart: agones-0.7.0
129129
release: agones-manual
130130
heritage: Tiller
131131
subjects:
@@ -160,7 +160,7 @@ metadata:
160160
labels:
161161
component: crd
162162
app: agones
163-
chart: agones-0.7.0-rc
163+
chart: agones-0.7.0
164164
release: agones-manual
165165
heritage: Tiller
166166
spec:
@@ -343,7 +343,7 @@ metadata:
343343
labels:
344344
component: crd
345345
app: agones
346-
chart: agones-0.7.0-rc
346+
chart: agones-0.7.0
347347
release: agones-manual
348348
heritage: Tiller
349349
spec:
@@ -408,7 +408,7 @@ metadata:
408408
labels:
409409
component: crd
410410
app: agones
411-
chart: agones-0.7.0-rc
411+
chart: agones-0.7.0
412412
release: agones-manual
413413
heritage: Tiller
414414
spec:
@@ -488,7 +488,7 @@ metadata:
488488
labels:
489489
component: crd
490490
app: agones
491-
chart: agones-0.7.0-rc
491+
chart: agones-0.7.0
492492
release: agones-manual
493493
heritage: Tiller
494494
spec:
@@ -647,7 +647,7 @@ metadata:
647647
labels:
648648
component: crd
649649
app: agones
650-
chart: agones-0.7.0-rc
650+
chart: agones-0.7.0
651651
release: agones-manual
652652
heritage: Tiller
653653
spec:
@@ -825,7 +825,7 @@ metadata:
825825
labels:
826826
stable.agones.dev/role: controller
827827
app: agones
828-
chart: agones-0.7.0-rc
828+
chart: agones-0.7.0
829829
release: agones-manual
830830
heritage: Tiller
831831
spec:
@@ -861,7 +861,7 @@ metadata:
861861
labels:
862862
component: controller
863863
app: agones
864-
chart: agones-0.7.0-rc
864+
chart: agones-0.7.0
865865
release: agones-manual
866866
heritage: Tiller
867867
spec:
@@ -890,7 +890,7 @@ spec:
890890
serviceAccountName: agones-controller
891891
containers:
892892
- name: agones-controller
893-
image: "gcr.io/agones-images/agones-controller:0.7.0-rc"
893+
image: "gcr.io/agones-images/agones-controller:0.7.0"
894894
imagePullPolicy: IfNotPresent
895895
env:
896896
# minimum port that can be exposed to GameServer traffic
@@ -900,7 +900,7 @@ spec:
900900
- name: MAX_PORT
901901
value: "8000"
902902
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
903-
value: "gcr.io/agones-images/agones-sdk:0.7.0-rc"
903+
value: "gcr.io/agones-images/agones-sdk:0.7.0"
904904
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
905905
value: "false"
906906
- name: SIDECAR_CPU_REQUEST
@@ -949,7 +949,7 @@ metadata:
949949
labels:
950950
component: ping
951951
app: agones
952-
chart: agones-0.7.0-rc
952+
chart: agones-0.7.0
953953
release: agones-manual
954954
heritage: Tiller
955955
spec:
@@ -970,7 +970,7 @@ spec:
970970
spec:
971971
containers:
972972
- name: agones-ping
973-
image: "gcr.io/agones-images/agones-ping:0.7.0-rc"
973+
image: "gcr.io/agones-images/agones-ping:0.7.0"
974974
imagePullPolicy: IfNotPresent
975975
livenessProbe:
976976
httpGet:
@@ -994,7 +994,7 @@ metadata:
994994
labels:
995995
component: ping
996996
app: agones
997-
chart: agones-0.7.0-rc
997+
chart: agones-0.7.0
998998
release: agones-manual
999999
heritage: Tiller
10001000
spec:
@@ -1015,7 +1015,7 @@ metadata:
10151015
labels:
10161016
component: ping
10171017
app: agones
1018-
chart: agones-0.7.0-rc
1018+
chart: agones-0.7.0
10191019
release: agones-manual
10201020
heritage: Tiller
10211021
spec:
@@ -1097,7 +1097,7 @@ metadata:
10971097
labels:
10981098
component: controller
10991099
app: agones
1100-
chart: agones-0.7.0-rc
1100+
chart: agones-0.7.0
11011101
release: agones-manual
11021102
heritage: Tiller
11031103
webhooks:
@@ -1128,7 +1128,7 @@ metadata:
11281128
namespace: agones-system
11291129
labels:
11301130
app: agones-manual
1131-
chart: "agones-0.7.0-rc"
1131+
chart: "agones-0.7.0"
11321132
release: "agones-manual"
11331133
heritage: "Tiller"
11341134
type: Opaque

0 commit comments

Comments
 (0)