Skip to content

Commit 8dd3603

Browse files
authored
Merge pull request #887 from Kong/release/1.0.0-rc.1
Release 1.0.0-rc.1 to next From #887
2 parents 41f9fbf + ad71053 commit 8dd3603

File tree

14 files changed

+74
-62
lines changed

14 files changed

+74
-62
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [1.0.0-rc.1](#0100rc1---20201002)
34
- [0.10.0](#0100---20200915)
45
- [0.9.1](#091---20200608)
56
- [0.9.0](#090---20200526)
@@ -23,6 +24,49 @@
2324
- [0.0.5](#005---20180602)
2425
- [0.0.4 and prior](#004-and-prior)
2526

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+
2670
## [0.10.0] - 2020/09/15
2771

2872
#### Breaking changes

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @hbagdi @rainest
1+
* @hbagdi @rainest @mflendrich

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## Current maintainers
44

5-
- Harry Bagdi ([@hbagdi](https://github.com/hbagdi)
5+
- Harry Bagdi ([@hbagdi](https://github.com/hbagdi))
66
- Travis Raines ([@rainest](https://github.com/hbagdi))
7-
7+
- Michał Flendrich ([@mflendrich](https://github.com/mflendrich))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY?=kong-docker-kubernetes-ingress-controller.bintray.io
2-
TAG?=0.10.0
2+
TAG?=1.0.0-rc.1
33
REPO_INFO=$(shell git config --get remote.origin.url)
44
IMGNAME?=kong-ingress-controller
55
IMAGE = $(REGISTRY)/$(IMGNAME)

deploy/manifests/base/kong-ingress-dbless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
fieldRef:
103103
apiVersion: v1
104104
fieldPath: metadata.namespace
105-
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.10.0
105+
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:1.0.0-rc.1
106106
imagePullPolicy: IfNotPresent
107107
ports:
108108
- name: webhook

deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ spec:
698698
fieldRef:
699699
apiVersion: v1
700700
fieldPath: metadata.namespace
701-
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.10.0
701+
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:1.0.0-rc.1
702702
imagePullPolicy: IfNotPresent
703703
livenessProbe:
704704
failureThreshold: 3

deploy/single/all-in-one-dbless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ spec:
693693
fieldRef:
694694
apiVersion: v1
695695
fieldPath: metadata.namespace
696-
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.10.0
696+
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:1.0.0-rc.1
697697
imagePullPolicy: IfNotPresent
698698
livenessProbe:
699699
failureThreshold: 3

deploy/single/all-in-one-postgres-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ spec:
767767
secretKeyRef:
768768
key: password
769769
name: kong-enterprise-superuser-password
770-
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.10.0
770+
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:1.0.0-rc.1
771771
imagePullPolicy: IfNotPresent
772772
livenessProbe:
773773
failureThreshold: 3

deploy/single/all-in-one-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ spec:
711711
fieldRef:
712712
apiVersion: v1
713713
fieldPath: metadata.namespace
714-
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.10.0
714+
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:1.0.0-rc.1
715715
imagePullPolicy: IfNotPresent
716716
livenessProbe:
717717
failureThreshold: 3

docs/deployment/eks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ Execute the following command to get the IP address at which Kong is accessible:
5959

6060
```bash
6161
$ kubectl get services -n kong
62-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
63-
kong-proxy LoadBalancer 10.63.250.199 203.0.113.42 80:31929/TCP,443:31408/TCP 57d
62+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
63+
kong-proxy LoadBalancer 10.63.250.199 example.eu-west-1.elb.amazonaws.com 80:31929/TCP,443:31408/TCP 57d
6464
```
6565

66-
Create an environment variable to hold the IP address:
66+
Create an environment variable to hold the ELB hostname:
6767

6868
```bash
69-
$ export PROXY_IP=$(kubectl get -o jsonpath="{.status.loadBalancer.ingress[0].ip}" service -n kong kong-proxy)
69+
$ export PROXY_IP=$(kubectl get -o jsonpath="{.status.loadBalancer.ingress[0].hostname}" service -n kong kong-proxy)
7070
```
7171

7272
> Note: It may take some time for Amazon to actually associate the

0 commit comments

Comments
 (0)