|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | + - [1.0.0-rc.1](#0100rc1---20201002) |
3 | 4 | - [0.10.0](#0100---20200915)
|
4 | 5 | - [0.9.1](#091---20200608)
|
5 | 6 | - [0.9.0](#090---20200526)
|
|
23 | 24 | - [0.0.5](#005---20180602)
|
24 | 25 | - [0.0.4 and prior](#004-and-prior)
|
25 | 26 |
|
| 27 | +## [1.0.0-rc.1] - 2020/10/02 |
| 28 | + |
| 29 | +#### Breaking changes |
| 30 | + |
| 31 | +- The controller no longer supports versions of Kong prior to 2.0.0. |
| 32 | + [#875](https://github.com/Kong/kubernetes-ingress-controller/pull/875) |
| 33 | +- Deprecated 0.x.x flags are no longer supported. Please see [the documentation |
| 34 | + changes](https://github.com/Kong/kubernetes-ingress-controller/pull/866/files#diff-9a686fb3bf9c18ab81952a0933fb5c00) |
| 35 | + for a complete list of removed flags and their replacements. Note that this |
| 36 | + change applies to both flags and their equivalent environment variables, e.g. |
| 37 | + for `--admin-header`, if you set `CONTROLLER_ADMIN_HEADER`, you should now |
| 38 | + use `CONTROLLER_KONG_ADMIN_HEADER`. |
| 39 | + [#866](https://github.com/Kong/kubernetes-ingress-controller/pull/866) |
| 40 | +- KongCredential custom resources are no longer supported. You should convert |
| 41 | + any KongCredential resources to [credential Secrets](https://github.com/Kong/kubernetes-ingress-controller/blob/next/docs/guides/using-consumer-credential-resource.md#provision-a-consumer) |
| 42 | + before upgrading to 1.0.0. |
| 43 | + [#862](https://github.com/Kong/kubernetes-ingress-controller/pull/862) |
| 44 | +- Deprecated 0.x.x annotations are no longer supported. Please see [the |
| 45 | + documentation changes](https://github.com/Kong/kubernetes-ingress-controller/pull/873/files#diff-777e08783d63482620961c4f93a1e1f6) |
| 46 | + for a complete list of removed annotations and their replacements. |
| 47 | + [#873](https://github.com/Kong/kubernetes-ingress-controller/pull/873) |
| 48 | + |
| 49 | +#### Added |
| 50 | + |
| 51 | +- The controller Docker registry now has minor version tags. These always point |
| 52 | + to the latest patch release for a given minor version, e.g. if `1.0.3` is the |
| 53 | + latest patch release for the `1.0.x` series, the `1.0` Docker tag will point |
| 54 | + to `1.0.3`. |
| 55 | + [#747](https://github.com/Kong/kubernetes-ingress-controller/pull/747) |
| 56 | +- Custom resources now all have a status field. For 1.0.0, this field is a |
| 57 | + placeholder, and does not contain any actual status information. Future |
| 58 | + versions will add status information that reflects whether the controller has |
| 59 | + created Kong configuration for that custom resource. |
| 60 | + [#824](https://github.com/Kong/kubernetes-ingress-controller/pull/824) |
| 61 | +- Version compatibility documentation now includes [information about supported |
| 62 | + Kubernetes versions for a given controller version](https://github.com/Kong/kubernetes-ingress-controller/blob/main/docs/references/version-compatibility.md#kubernetes). |
| 63 | + [#820](https://github.com/Kong/kubernetes-ingress-controller/pull/820) |
| 64 | + |
| 65 | +#### Fixed |
| 66 | + |
| 67 | +- EKS documentation now uses hostnames rather than IP addresses. |
| 68 | + [#877](https://github.com/Kong/kubernetes-ingress-controller/pull/877) |
| 69 | + |
26 | 70 | ## [0.10.0] - 2020/09/15
|
27 | 71 |
|
28 | 72 | #### Breaking changes
|
|
0 commit comments