Skip to content

Commit

Permalink
Setup for release 0.10.0
Browse files Browse the repository at this point in the history
Moving forward to the next release!
  • Loading branch information
markmandel authored and jkowalski committed Apr 3, 2019
1 parent 8d1cf8f commit 8986071
Show file tree
Hide file tree
Showing 7 changed files with 2,244 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

# base version target. This is usually the next release.
base_version = 0.9.0
base_version = 0.10.0

# agones image release registry
release_registry = gcr.io/agones-images
Expand Down
2 changes: 1 addition & 1 deletion docs/governance/templates/release_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and copy it into a release issue. Fill in relevent values, found inside {}
- [ ] If full release, then increment the `base_version` in [`build/Makefile`][build-makefile]
- [ ] If full release move [helm `tag` value][values] is set to {version}+1
- [ ] If full release move the [helm `Chart` version values][chart] is to {version}+1
- [ ] Run `make gen-install`
- [ ] Run `make gen-install gen-api-docs`
- [ ] 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.9.0"
version: 0.9.0
appVersion: "0.10.0"
version: 0.10.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 @@ -96,7 +96,7 @@ agones:
timeoutSeconds: 1
image:
registry: gcr.io/agones-images
tag: 0.9.0
tag: 0.10.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
44 changes: 22 additions & 22 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-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -74,7 +74,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -108,7 +108,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -119,7 +119,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -137,7 +137,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -173,7 +173,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -368,7 +368,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -433,7 +433,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -514,7 +514,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -672,7 +672,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -789,7 +789,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -979,7 +979,7 @@ metadata:
labels:
stable.agones.dev/role: controller
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1015,7 +1015,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1060,7 +1060,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.9.0"
image: "gcr.io/agones-images/agones-controller:0.10.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1070,7 +1070,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.9.0"
value: "gcr.io/agones-images/agones-sdk:0.10.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1140,7 +1140,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1177,7 +1177,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:0.9.0"
image: "gcr.io/agones-images/agones-ping:0.10.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1201,7 +1201,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1222,7 +1222,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1318,7 +1318,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.9.0
chart: agones-0.10.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1350,7 +1350,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.9.0"
chart: "agones-0.10.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down
2 changes: 1 addition & 1 deletion sdks/cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ archive:
cd $(package_path) && tar cvf $(build_path)/agonessdk-$(VERSION)-linux-arch_64.tar.gz *

clean:
-rm -r $(build_path)
-rm -rf $(build_path)

0 comments on commit 8986071

Please sign in to comment.