Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jan 8, 2019
1 parent f3cb1ee commit c341b45
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 25 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.7.0](https://github.com/GoogleCloudPlatform/agones/tree/v0.7.0) (2019-01-08)

[Full Changelog](https://github.com/GoogleCloudPlatform/agones/compare/v0.7.0-rc...v0.7.0)

**Closed issues:**

- Release 0.7.0-rc [\#467](https://github.com/GoogleCloudPlatform/agones/issues/467)

**Merged pull requests:**

- Preparation for 0.7.0 [\#470](https://github.com/GoogleCloudPlatform/agones/pull/470) ([markmandel](https://github.com/markmandel))

## [v0.7.0-rc](https://github.com/GoogleCloudPlatform/agones/tree/v0.7.0-rc) (2019-01-02)

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

**Merged pull requests:**

- Release 0.7.0-rc [\#468](https://github.com/GoogleCloudPlatform/agones/pull/468) ([markmandel](https://github.com/markmandel))
- 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))
- Convert to using Fluentdformatter [\#463](https://github.com/GoogleCloudPlatform/agones/pull/463) ([markmandel](https://github.com/markmandel))
- Upgrade minikube to K8s 1.11 [\#459](https://github.com/GoogleCloudPlatform/agones/pull/459) ([markmandel](https://github.com/markmandel))
Expand Down
2 changes: 0 additions & 2 deletions docs/create_webhook_fleetautoscaler.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Quickstart Create a Fleet Autoscaler with Webhook Policy

⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️

This guide covers how you can create webhook fleet autoscaler policy.
The main difference from the Buffer policy is that the logic on how many target replicas you need is delegated to a separate pod.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/gameserver_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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 :
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 :

```
apiVersion: "stable.agones.dev/v1alpha1"
Expand Down
2 changes: 0 additions & 2 deletions docs/metrics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Metrics

⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️

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.

We choose to start with Prometheus as this is the most popular with Kubernetes but it is also compatible with Stackdriver.
Expand Down
2 changes: 0 additions & 2 deletions docs/ping_service.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Latency Testing with Multiple Clusters

⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️

When running multiple Agones clusters around the world, you may need to have clients determine which cluster
to connect to based on latency.

Expand Down
4 changes: 2 additions & 2 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ This will install Agones in your cluster.
## Install with YAML

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

```bash
kubectl create namespace agones-system
kubectl apply -f https://github.com/GoogleCloudPlatform/agones/raw/release-0.6.0/install/yaml/install.yaml
kubectl apply -f https://github.com/GoogleCloudPlatform/agones/raw/release-0.7.0/install/yaml/install.yaml
```

You can also find the install.yaml in the latest `agones-install` zip from the [releases](https://github.com/GoogleCloudPlatform/agones/releases) archive.
Expand Down
32 changes: 16 additions & 16 deletions install/helm/agones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,29 +99,29 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.image.sdk.cpuRequest` | The [cpu request][constraints] for sdk server container | `30m` |
| `agones.image.sdk.cpuLimit` | The [cpu limit][constraints] for the sdk server container | `0` (none) |
| `agones.image.sdk.alwaysPull` | Tells if the sdk image should always be pulled | `false` |
| `agones.image.ping.name` | ( ⚠️ release candidate feature ⚠️ ) Image name for the ping service | `agones-ping` |
| `agones.image.ping.pullPolicy` | ( ⚠️ release candidate feature ⚠️ ) Image pull policy for the ping service | `IfNotPresent` |
| `agones.image.ping.name` | Image name for the ping service | `agones-ping` |
| `agones.image.ping.pullPolicy` | Image pull policy for the ping service | `IfNotPresent` |
| `agones.controller.http.port` | Port to use for liveness probe service and metrics | `8080` |
| `agones.controller.healthCheck.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
| `agones.controller.healthCheck.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
| `agones.controller.healthCheck.failureThreshold` | Number of times before giving up (in seconds) | `3` |
| `agones.controller.healthCheck.timeoutSeconds` | Number of seconds after which the probe times out (in seconds) | `1` |
| `agones.controller.resources` | Controller resource requests/limit | `{}` |
| `agones.controller.generateTLS` | Set to true to generate TLS certificates or false to provide your own certificates in `certs/*` | `true` |
| `agones.ping.install` | ( ⚠️ release candidate feature ⚠️ ) Whether to install the [ping service][ping] | `true` |
| `agones.ping.replicas` | ( ⚠️ release candidate feature ⚠️ ) The number of replicas to run in the deployment | `2` |
| `agones.ping.http.expose` | ( ⚠️ release candidate feature ⚠️ ) Expose the http ping service via a Service | `true` |
| `agones.ping.http.response` | ( ⚠️ release candidate feature ⚠️ ) The string response returned from the http service | `ok` |
| `agones.ping.http.port` | ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service | `80` |
| `agones.ping.http.serviceType` | ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the HTTP Service | `LoadBalancer` |
| `agones.ping.udp.expose` | ( ⚠️ release candidate feature ⚠️ ) Expose the udp ping service via a Service | `true` |
| `agones.ping.udp.rateLimit` | ( ⚠️ release candidate feature ⚠️ ) Number of UDP packets the ping service handles per instance, per second, per sender | `20` |
| `agones.ping.udp.port` | ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service | `80` |
| `agones.ping.udp.serviceType` | ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the UDP Service | `LoadBalancer` |
| `agones.ping.healthCheck.initialDelaySeconds` | ( ⚠️ release candidate feature ⚠️ ) Initial delay before performing the first probe (in seconds) | `3` |
| `agones.ping.healthCheck.periodSeconds` | ( ⚠️ release candidate feature ⚠️ ) Seconds between every liveness probe (in seconds) | `3` |
| `agones.ping.healthCheck.failureThreshold` | ( ⚠️ release candidate feature ⚠️ ) Number of times before giving up (in seconds) | `3` |
| `agones.ping.healthCheck.timeoutSeconds` | ( ⚠️ release candidate feature ⚠️ ) Number of seconds after which the probe times out (in seconds) | `1` |
| `agones.ping.install` | Whether to install the [ping service][ping] | `true` |
| `agones.ping.replicas` | The number of replicas to run in the deployment | `2` |
| `agones.ping.http.expose` | Expose the http ping service via a Service | `true` |
| `agones.ping.http.response` | The string response returned from the http service | `ok` |
| `agones.ping.http.port` | The port to expose on the service | `80` |
| `agones.ping.http.serviceType` | The [Service Type][service] of the HTTP Service | `LoadBalancer` |
| `agones.ping.udp.expose` | Expose the udp ping service via a Service | `true` |
| `agones.ping.udp.rateLimit` | Number of UDP packets the ping service handles per instance, per second, per sender | `20` |
| `agones.ping.udp.port` | The port to expose on the service | `80` |
| `agones.ping.udp.serviceType` | The [Service Type][service] of the UDP Service | `LoadBalancer` |
| `agones.ping.healthCheck.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
| `agones.ping.healthCheck.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
| `agones.ping.healthCheck.failureThreshold` | Number of times before giving up (in seconds) | `3` |
| `agones.ping.healthCheck.timeoutSeconds` | Number of seconds after which the probe times out (in seconds) | `1` |
| `gameservers.namespaces` | a list of namespaces you are planning to use to deploy game servers | `["default"]` |
| `gameservers.minPort` | Minimum port to use for dynamic port allocation | `7000` |
| `gameservers.maxPort` | Maximum port to use for dynamic port allocation | `8000` |
Expand Down

0 comments on commit c341b45

Please sign in to comment.