Skip to content

Commit

Permalink
chore(*) Release 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
  • Loading branch information
mlavacca authored and rainest committed Jun 22, 2022
1 parent 284d600 commit 1dcba3c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of Contents

- [2.5.0](#250)
- [2.4.1](#241)
- [2.4.0](#240)
- [2.3.1](#231)
- [2.3.0](#230)
Expand Down Expand Up @@ -54,6 +55,14 @@
#### Added

#### Fixed

## [2.4.1]

> Release date: 2022-06-22
#### Added

- Increased the default Kong admin API timeout from 10s to 30s and added a
log mentioning the flag to increase it further.
[#2594](https://github.com/Kong/kubernetes-ingress-controller/issues/2594)
Expand Down Expand Up @@ -1775,7 +1784,8 @@ Please read the changelog and test in your environment.
- The initial versions were rapildy iterated to deliver
a working ingress controller.

[2.5.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.0...v2.5.0
[2.5.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.1...v2.5.0
[2.4.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.2.1...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion config/image/oss/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ images:
newTag: '2.8'
- name: kic-placeholder
newName: kong/kubernetes-ingress-controller
newTag: '2.4.0'
newTag: '2.4.1'
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 @@ -1540,7 +1540,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.4.0
image: kong/kubernetes-ingress-controller:2.4.1
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 @@ -1535,7 +1535,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.4.0
image: kong/kubernetes-ingress-controller:2.4.1
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 @@ -1609,7 +1609,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.4.0
image: kong/kubernetes-ingress-controller:2.4.1
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 @@ -1553,7 +1553,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.4.0
image: kong/kubernetes-ingress-controller:2.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 1dcba3c

Please sign in to comment.