Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
Tweaked the ordering in the release checklist closer to what
I usually do as well.
  • Loading branch information
markmandel committed Apr 14, 2020
1 parent 4e70e16 commit 80aee4d
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 153 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v1.5.0](https://github.com/googleforgames/agones/tree/v1.5.0) (2020-04-14)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.5.0-rc...v1.5.0)

**Implemented enhancements:**

- FAQ for Agones [\#1460](https://github.com/googleforgames/agones/pull/1460) ([markmandel](https://github.com/markmandel))

**Fixed bugs:**

- Flaky: TestGameServerWithPortsMappedToMultipleContainers [\#1450](https://github.com/googleforgames/agones/issues/1450)
- e2e image needs 1.14.10 kubectl [\#1470](https://github.com/googleforgames/agones/pull/1470) ([markmandel](https://github.com/markmandel))
- Working Node.js example gameserver.yaml [\#1469](https://github.com/googleforgames/agones/pull/1469) ([markmandel](https://github.com/markmandel))
- Fixed flaky TestGameServerWithPortsMappedToMultipleContainers [\#1458](https://github.com/googleforgames/agones/pull/1458) ([akremsa](https://github.com/akremsa))

**Closed issues:**

- Release 1.5.0-rc [\#1454](https://github.com/googleforgames/agones/issues/1454)
- Move /site to go.mod and Go 1.12/1.13 [\#1295](https://github.com/googleforgames/agones/issues/1295)

**Merged pull requests:**

- Website: A number of corrections in the docs [\#1466](https://github.com/googleforgames/agones/pull/1466) ([aLekSer](https://github.com/aLekSer))
- Website: Fix path in swagger command [\#1462](https://github.com/googleforgames/agones/pull/1462) ([aLekSer](https://github.com/aLekSer))
- Use go modules for a website and update go version [\#1457](https://github.com/googleforgames/agones/pull/1457) ([aLekSer](https://github.com/aLekSer))

## [v1.5.0-rc](https://github.com/googleforgames/agones/tree/v1.5.0-rc) (2020-04-07)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.4.0...v1.5.0-rc)
Expand Down Expand Up @@ -57,6 +83,7 @@

**Merged pull requests:**

- Release 1.5.0-rc [\#1455](https://github.com/googleforgames/agones/pull/1455) ([markmandel](https://github.com/markmandel))
- Fix wrong function usage [\#1442](https://github.com/googleforgames/agones/pull/1442) ([aLekSer](https://github.com/aLekSer))
- Index out of range error in e2e TestFleetGSSpecValidation [\#1439](https://github.com/googleforgames/agones/pull/1439) ([akremsa](https://github.com/akremsa))
- Added log\_level parameter to Terraform deployment [\#1438](https://github.com/googleforgames/agones/pull/1438) ([akremsa](https://github.com/akremsa))
Expand Down
6 changes: 3 additions & 3 deletions docs/governance/templates/release_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This is the release issue template. Make a copy of the markdown in this page
and copy it into a release issue. Fill in relevant 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 issues have appropriate tags.
- [ ] Review closed PRs have been applied to the current milestone.
- [ ] Review closed PRs have appropriate tags.
- [ ] Ensure the next version milestone is created.
- [ ] Any issues in the current milestone that are not closed, move to next milestone.
- [ ] If release candidate add the label `feature-freeze-do-not-merge` to any feature pull requests.
Expand All @@ -23,13 +23,13 @@ and copy it into a release issue. Fill in relevant values, found inside {}
- [ ] Create a *draft* release with the [release template][release-template]
- [ ] Make a `tag` with the release version.
- [ ] Site updated
- [ ] Copy the draft release content into a new `/site/content/en/blog/releases` content (this will be what you send via email).
- [ ] Review all `link_test` and `data-proofer-ignore` attributes and remove for link testing
- [ ] If full release, review and remove all instances of the `feature` shortcode
- [ ] If full release, update to the new release branch {version}.
- [ ] If full release, update site with the new release version (`release-version` in config.toml) to {version}
- [ ] If full release, update documentation with updated example images tags
- [ ] If full release, add link to previous version's documentation to nav dropdown
- [ ] Copy the draft release content into a new `/site/content/en/blog/releases` content (this will be what you send via email).
- [ ] Create PR with these changes, and merge them with approval
- [ ] Confirm local git remote `upstream` points at `[email protected]:googleforgames/agones.git`
- [ ] 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 release branch)
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: "1.5.0-rc"
version: 1.5.0-rc
appVersion: "1.5.0"
version: 1.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 @@ -125,7 +125,7 @@ agones:
generateTLS: true
image:
registry: gcr.io/agones-images
tag: 1.5.0-rc
tag: 1.5.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
62 changes: 31 additions & 31 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -76,7 +76,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -140,7 +140,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -151,7 +151,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -169,7 +169,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -205,7 +205,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -457,7 +457,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -543,7 +543,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -761,7 +761,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -854,7 +854,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1102,7 +1102,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1138,7 +1138,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1209,7 +1209,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:1.5.0-rc"
image: "gcr.io/agones-images/agones-allocator:1.5.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1264,7 +1264,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -1296,7 +1296,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller

Expand All @@ -1309,7 +1309,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
subjects:
Expand All @@ -1330,7 +1330,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.5.0-rc"
chart: "agones-1.5.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1347,7 +1347,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.5.0-rc"
chart: "agones-1.5.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1363,7 +1363,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.5.0-rc"
chart: "agones-1.5.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand Down Expand Up @@ -1393,7 +1393,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1438,7 +1438,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:1.5.0-rc"
image: "gcr.io/agones-images/agones-controller:1.5.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1448,7 +1448,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:1.5.0-rc"
value: "gcr.io/agones-images/agones-sdk:1.5.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1538,7 +1538,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1575,7 +1575,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:1.5.0-rc"
image: "gcr.io/agones-images/agones-ping:1.5.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1601,7 +1601,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1622,7 +1622,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1657,7 +1657,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1677,7 +1677,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1727,7 +1727,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.5.0-rc
chart: agones-1.5.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1757,7 +1757,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.5.0-rc"
chart: "agones-1.5.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down
2 changes: 1 addition & 1 deletion sdks/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.0-rc"
"version": "1.5.0"
}
4 changes: 2 additions & 2 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ github_repo = "https://github.com/googleforgames/agones"
gcs_engine_id = "016691298986124624340:x7qv2dywdao"

# current release branch - could be rc
release_branch = "release-1.4.0"
release_branch = "release-1.5.0"
# the main version. Never is rc.
release_version = "1.4.0"
release_version = "1.5.0"

# example tag
example_image_tag = "gcr.io/agones-images/udp-server:0.19"
Expand Down
Loading

0 comments on commit 80aee4d

Please sign in to comment.