diff --git a/build/Makefile b/build/Makefile index 463b49c442..1b85ac3ab3 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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 diff --git a/docs/governance/templates/release_issue.md b/docs/governance/templates/release_issue.md index 5c0c5d42e7..1bdea94657 100644 --- a/docs/governance/templates/release_issue.md +++ b/docs/governance/templates/release_issue.md @@ -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: diff --git a/install/helm/agones/Chart.yaml b/install/helm/agones/Chart.yaml index 7613a7b42d..e192cb5d93 100644 --- a/install/helm/agones/Chart.yaml +++ b/install/helm/agones/Chart.yaml @@ -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: diff --git a/install/helm/agones/values.yaml b/install/helm/agones/values.yaml index 3046eb3fa1..6a50d0ff9c 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -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 diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index 79211d2848..5416955d5a 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -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 --- @@ -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: @@ -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: @@ -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 --- @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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 @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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 diff --git a/sdks/cpp/Makefile b/sdks/cpp/Makefile index 62f399cf01..06ee2b1bdf 100644 --- a/sdks/cpp/Makefile +++ b/sdks/cpp/Makefile @@ -36,4 +36,4 @@ archive: cd $(package_path) && tar cvf $(build_path)/agonessdk-$(VERSION)-linux-arch_64.tar.gz * clean: - -rm -r $(build_path) \ No newline at end of file + -rm -rf $(build_path) \ No newline at end of file diff --git a/site/content/en/docs/Reference/agones_crd_api_reference.html b/site/content/en/docs/Reference/agones_crd_api_reference.html index 0f88262e89..8fac494072 100644 --- a/site/content/en/docs/Reference/agones_crd_api_reference.html +++ b/site/content/en/docs/Reference/agones_crd_api_reference.html @@ -3,7 +3,7 @@ description="Detailed list of Agones Custom Resource Definitions available" +++ -{{% feature publishVersion="0.8.0" %}} +{{% feature expiryVersion="0.10.0" %}}

Packages: