Skip to content

Commit

Permalink
chore(*) release 2.0.4 (#1956)
Browse files Browse the repository at this point in the history
* docs: release 2.0.4
* chore: manifest gen

Co-authored-by: Travis Raines <[email protected]>
  • Loading branch information
shaneutt and Travis Raines authored Oct 22, 2021
1 parent ad9bac2 commit b43965f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of Contents

- [2.0.4](#204---TBD)
- [2.0.4](#204---20211022)
- [2.0.3](#203---20211019)
- [2.0.2](#202---20211014)
- [2.0.1](#201---20211011)
Expand Down Expand Up @@ -36,7 +36,7 @@
- [0.0.5](#005---20180602)
- [0.0.4 and prior](#004-and-prior)

## [2.0.4] - TBD
## [2.0.4] - 2021/10/22

#### Added

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Configuration
# ------------------------------------------------------------------------------

TAG?=2.0.3
TAG?=2.0.4
REGISTRY?=kong
REPO_INFO=$(shell git config --get remote.origin.url)
REPO_URL=github.com/kong/kubernetes-ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion config/base/kong-ingress-dbless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.0.3
image: kong/kubernetes-ingress-controller:2.0.4
imagePullPolicy: IfNotPresent
ports:
- name: webhook
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.0.3
image: kong/kubernetes-ingress-controller:2.0.4
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.0.3
image: kong/kubernetes-ingress-controller:2.0.4
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-postgres-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.0.3
image: kong/kubernetes-ingress-controller:2.0.4
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.0.3
image: kong/kubernetes-ingress-controller:2.0.4
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit b43965f

Please sign in to comment.