Skip to content

Commit c341b45

Browse files
committed
Release 0.7.0
1 parent f3cb1ee commit c341b45

7 files changed

Lines changed: 32 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.7.0](https://github.com/GoogleCloudPlatform/agones/tree/v0.7.0) (2019-01-08)
4+
5+
[Full Changelog](https://github.com/GoogleCloudPlatform/agones/compare/v0.7.0-rc...v0.7.0)
6+
7+
**Closed issues:**
8+
9+
- Release 0.7.0-rc [\#467](https://github.com/GoogleCloudPlatform/agones/issues/467)
10+
11+
**Merged pull requests:**
12+
13+
- Preparation for 0.7.0 [\#470](https://github.com/GoogleCloudPlatform/agones/pull/470) ([markmandel](https://github.com/markmandel))
14+
315
## [v0.7.0-rc](https://github.com/GoogleCloudPlatform/agones/tree/v0.7.0-rc) (2019-01-02)
416

517
[Full Changelog](https://github.com/GoogleCloudPlatform/agones/compare/v0.6.0...v0.7.0-rc)
@@ -43,6 +55,7 @@
4355

4456
**Merged pull requests:**
4557

58+
- Release 0.7.0-rc [\#468](https://github.com/GoogleCloudPlatform/agones/pull/468) ([markmandel](https://github.com/markmandel))
4659
- Move the README.md into /agones/ so it's in the Helm Chart [\#466](https://github.com/GoogleCloudPlatform/agones/pull/466) ([markmandel](https://github.com/markmandel))
4760
- Convert to using Fluentdformatter [\#463](https://github.com/GoogleCloudPlatform/agones/pull/463) ([markmandel](https://github.com/markmandel))
4861
- Upgrade minikube to K8s 1.11 [\#459](https://github.com/GoogleCloudPlatform/agones/pull/459) ([markmandel](https://github.com/markmandel))

docs/create_webhook_fleetautoscaler.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Quickstart Create a Fleet Autoscaler with Webhook Policy
22

3-
⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️
4-
53
This guide covers how you can create webhook fleet autoscaler policy.
64
The main difference from the Buffer policy is that the logic on how many target replicas you need is delegated to a separate pod.
75
This type of Autoscaler would send an HTTP request to the webhook endpoint every sync period (which is currently 30s) with a JSON body, and scale the target fleet based on the data that is returned.

docs/gameserver_spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Like any other Kubernetes resource you describe a GameServer's desired state via a specification written in YAML or JSON to the Kubernetes API. The Agones controller will then change the actual state to the desired state.
44

5-
A full GameServer specification is available below and in the [example folder](https://github.com/GoogleCloudPlatform/agones/blob/release-0.6.0/examples/gameserver.yaml) for reference :
5+
A full GameServer specification is available below and in the [example folder](https://github.com/GoogleCloudPlatform/agones/blob/release-0.7.0/examples/gameserver.yaml) for reference :
66

77
```
88
apiVersion: "stable.agones.dev/v1alpha1"

docs/metrics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Metrics
22

3-
⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️
4-
53
Agones controller exposes metrics via [OpenCensus](https://opencensus.io/). OpenCensus is a single distribution of libraries that collect metrics and distributed traces from your services, we only use it for metrics but it will allow us to support multiple exporters in the future.
64

75
We choose to start with Prometheus as this is the most popular with Kubernetes but it is also compatible with Stackdriver.

docs/ping_service.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Latency Testing with Multiple Clusters
22

3-
⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️
4-
53
When running multiple Agones clusters around the world, you may need to have clients determine which cluster
64
to connect to based on latency.
75

install/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ This will install Agones in your cluster.
286286
## Install with YAML
287287

288288
We can install Agones to the cluster using the
289-
[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/release-0.6.0/install/yaml/install.yaml) file.
289+
[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/release-0.7.0/install/yaml/install.yaml) file.
290290

291291
```bash
292292
kubectl create namespace agones-system
293-
kubectl apply -f https://github.com/GoogleCloudPlatform/agones/raw/release-0.6.0/install/yaml/install.yaml
293+
kubectl apply -f https://github.com/GoogleCloudPlatform/agones/raw/release-0.7.0/install/yaml/install.yaml
294294
```
295295

296296
You can also find the install.yaml in the latest `agones-install` zip from the [releases](https://github.com/GoogleCloudPlatform/agones/releases) archive.

install/helm/agones/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,29 +99,29 @@ The following tables lists the configurable parameters of the Agones chart and t
9999
| `agones.image.sdk.cpuRequest` | The [cpu request][constraints] for sdk server container | `30m` |
100100
| `agones.image.sdk.cpuLimit` | The [cpu limit][constraints] for the sdk server container | `0` (none) |
101101
| `agones.image.sdk.alwaysPull` | Tells if the sdk image should always be pulled | `false` |
102-
| `agones.image.ping.name` | ( ⚠️ release candidate feature ⚠️ ) Image name for the ping service | `agones-ping` |
103-
| `agones.image.ping.pullPolicy` | ( ⚠️ release candidate feature ⚠️ ) Image pull policy for the ping service | `IfNotPresent` |
102+
| `agones.image.ping.name` | Image name for the ping service | `agones-ping` |
103+
| `agones.image.ping.pullPolicy` | Image pull policy for the ping service | `IfNotPresent` |
104104
| `agones.controller.http.port` | Port to use for liveness probe service and metrics | `8080` |
105105
| `agones.controller.healthCheck.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
106106
| `agones.controller.healthCheck.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
107107
| `agones.controller.healthCheck.failureThreshold` | Number of times before giving up (in seconds) | `3` |
108108
| `agones.controller.healthCheck.timeoutSeconds` | Number of seconds after which the probe times out (in seconds) | `1` |
109109
| `agones.controller.resources` | Controller resource requests/limit | `{}` |
110110
| `agones.controller.generateTLS` | Set to true to generate TLS certificates or false to provide your own certificates in `certs/*` | `true` |
111-
| `agones.ping.install` | ( ⚠️ release candidate feature ⚠️ ) Whether to install the [ping service][ping] | `true` |
112-
| `agones.ping.replicas` | ( ⚠️ release candidate feature ⚠️ ) The number of replicas to run in the deployment | `2` |
113-
| `agones.ping.http.expose` | ( ⚠️ release candidate feature ⚠️ ) Expose the http ping service via a Service | `true` |
114-
| `agones.ping.http.response` | ( ⚠️ release candidate feature ⚠️ ) The string response returned from the http service | `ok` |
115-
| `agones.ping.http.port` | ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service | `80` |
116-
| `agones.ping.http.serviceType` | ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the HTTP Service | `LoadBalancer` |
117-
| `agones.ping.udp.expose` | ( ⚠️ release candidate feature ⚠️ ) Expose the udp ping service via a Service | `true` |
118-
| `agones.ping.udp.rateLimit` | ( ⚠️ release candidate feature ⚠️ ) Number of UDP packets the ping service handles per instance, per second, per sender | `20` |
119-
| `agones.ping.udp.port` | ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service | `80` |
120-
| `agones.ping.udp.serviceType` | ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the UDP Service | `LoadBalancer` |
121-
| `agones.ping.healthCheck.initialDelaySeconds` | ( ⚠️ release candidate feature ⚠️ ) Initial delay before performing the first probe (in seconds) | `3` |
122-
| `agones.ping.healthCheck.periodSeconds` | ( ⚠️ release candidate feature ⚠️ ) Seconds between every liveness probe (in seconds) | `3` |
123-
| `agones.ping.healthCheck.failureThreshold` | ( ⚠️ release candidate feature ⚠️ ) Number of times before giving up (in seconds) | `3` |
124-
| `agones.ping.healthCheck.timeoutSeconds` | ( ⚠️ release candidate feature ⚠️ ) Number of seconds after which the probe times out (in seconds) | `1` |
111+
| `agones.ping.install` | Whether to install the [ping service][ping] | `true` |
112+
| `agones.ping.replicas` | The number of replicas to run in the deployment | `2` |
113+
| `agones.ping.http.expose` | Expose the http ping service via a Service | `true` |
114+
| `agones.ping.http.response` | The string response returned from the http service | `ok` |
115+
| `agones.ping.http.port` | The port to expose on the service | `80` |
116+
| `agones.ping.http.serviceType` | The [Service Type][service] of the HTTP Service | `LoadBalancer` |
117+
| `agones.ping.udp.expose` | Expose the udp ping service via a Service | `true` |
118+
| `agones.ping.udp.rateLimit` | Number of UDP packets the ping service handles per instance, per second, per sender | `20` |
119+
| `agones.ping.udp.port` | The port to expose on the service | `80` |
120+
| `agones.ping.udp.serviceType` | The [Service Type][service] of the UDP Service | `LoadBalancer` |
121+
| `agones.ping.healthCheck.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
122+
| `agones.ping.healthCheck.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
123+
| `agones.ping.healthCheck.failureThreshold` | Number of times before giving up (in seconds) | `3` |
124+
| `agones.ping.healthCheck.timeoutSeconds` | Number of seconds after which the probe times out (in seconds) | `1` |
125125
| `gameservers.namespaces` | a list of namespaces you are planning to use to deploy game servers | `["default"]` |
126126
| `gameservers.minPort` | Minimum port to use for dynamic port allocation | `7000` |
127127
| `gameservers.maxPort` | Maximum port to use for dynamic port allocation | `8000` |

0 commit comments

Comments
 (0)