Skip to content

Commit f07777c

Browse files
authored
Update Examples to 0.9.0 (EmbarkStudios#1009)
Updated examples to use 0.9.0 release, and also manually tested them to ensure they were still working. Also updated the release process to increment the versions in the examples at release time as well, so they don't fall so far behind in the future. Closes EmbarkStudios#995
1 parent 58ccf44 commit f07777c

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

build/templates/release-issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
order.
3737
- [ ] Review any `data-proofer-ignore` attributes from links in the documentation in `./docs`, and remove any no
3838
longer needed.
39+
- [ ] Update all yaml files in to `./examples` to the next release version.
3940
- [ ] Create a draft [Github release](https://github.com/googleforgames/quilkin/releases/new)
4041
- [ ] Populate the tag with `v{version}`
4142
- [ ] Click `Generate release notes` to generate the change log for this release.

examples/agones-xonotic-relay/proxy-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
spec:
4343
containers:
4444
- name: quilkin
45-
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
45+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
4646
args: ["proxy", "--management-server", "http://quilkin-relay-agones:7800"]
4747
env:
4848
- name: RUST_LOG

examples/agones-xonotic-relay/relay-control-plane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
env:
114114
- name: RUST_LOG
115115
value: info
116-
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
116+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
117117
livenessProbe:
118118
periodSeconds: 5
119119
failureThreshold: 3
@@ -167,7 +167,7 @@ spec:
167167
env:
168168
- name: RUST_LOG
169169
value: info
170-
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
170+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
171171
livenessProbe:
172172
periodSeconds: 5
173173
failureThreshold: 3

examples/agones-xonotic-sidecar/sidecar-compress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- name: xonotic
5959
image: us-docker.pkg.dev/agones-images/examples/xonotic-example:1.2
6060
- name: quilkin
61-
image: us-docker.pkg.dev/quilkin/release/quilkin:0.7.0
61+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
6262
args:
6363
- proxy
6464
- --port=26001

examples/agones-xonotic-sidecar/sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: xonotic
4242
image: us-docker.pkg.dev/agones-images/examples/xonotic-example:1.2
4343
- name: quilkin
44-
image: us-docker.pkg.dev/quilkin/release/quilkin:0.7.0
44+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
4545
args: ["proxy", "--port", "26001", "--to", "127.0.0.1:26000"]
4646
livenessProbe:
4747
httpGet:

examples/agones-xonotic-xds/proxy-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
spec:
4343
containers:
4444
- name: quilkin
45-
image: us-docker.pkg.dev/quilkin/release/quilkin:0.7.0
45+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
4646
args: ["proxy", "--management-server", "http://quilkin-manage-agones:80"]
4747
env:
4848
- name: RUST_LOG

examples/agones-xonotic-xds/xds-control-plane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
env:
114114
- name: RUST_LOG
115115
value: info
116-
image: us-docker.pkg.dev/quilkin/release/quilkin:0.7.0
116+
image: us-docker.pkg.dev/quilkin/release/quilkin:0.9.0
117117
livenessProbe:
118118
periodSeconds: 5
119119
failureThreshold: 3

0 commit comments

Comments
 (0)