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

Post 0.7.0 changes #479

Merged
merged 1 commit into from
Jan 8, 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
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.7.0
base_version = 0.8.0

# agones image release registry
release_registry = gcr.io/agones-images
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"
version: 0.7.0
appVersion: "0.8.0-rc"
version: 0.8.0-rc
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
tag: 0.8.0-rc
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
chart: agones-0.8.0-rc
release: agones-manual
heritage: Tiller
---
Expand All @@ -32,7 +32,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.7.0
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
release: agones-manual
heritage: Tiller
---
Expand All @@ -107,7 +107,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.7.0
chart: agones-0.8.0-rc
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -125,7 +125,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.7.0
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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"
image: "gcr.io/agones-images/agones-controller:0.8.0-rc"
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"
value: "gcr.io/agones-images/agones-sdk:0.8.0-rc"
- 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
chart: agones-0.8.0-rc
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"
image: "gcr.io/agones-images/agones-ping:0.8.0-rc"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -994,7 +994,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.7.0
chart: agones-0.8.0-rc
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1015,7 +1015,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.7.0
chart: agones-0.8.0-rc
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
chart: agones-0.8.0-rc
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"
chart: "agones-0.8.0-rc"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down