Skip to content

Commit 58579a0

Browse files
authored
chore: prepare release 2.9.2 (#3836)
1 parent 0f1bc15 commit 58579a0

8 files changed

+20
-10
lines changed

CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
77
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
88
This is all the way at the bottom. It's the thing we always forget.
99
--->
10+
- [2.9.2](#292)
1011
- [2.9.1](#291)
1112
- [2.9.0](#290)
1213
- [2.9.0-rc.1](#290-rc1)
@@ -64,17 +65,25 @@ Adding a new version? You'll need three changes:
6465
- [0.0.5](#005)
6566
- [0.0.4 and prior](#004-and-prior)
6667

67-
## [2.9.1]
68+
## [2.9.2]
6869

69-
> Release date: 2023-03-29
70+
> Release date: 2023-04-03
7071
71-
### Fixed
72+
### Fixed
7273

7374
- Fixed a deadlock in `AdminAPIClientsManager` which could occur when Konnect integration
7475
was enabled, and multiple `Notify` calls were made in parallel (e.g. when scaling Gateway
7576
deployment up).
7677
[#3816](https://github.com/Kong/kubernetes-ingress-controller/pull/3816)
7778

79+
## [2.9.1]
80+
81+
> Release date: 2023-03-29
82+
83+
This release was intended to include a fix for a deadlock in `AdminAPIClientsManager`
84+
([#3816](https://github.com/Kong/kubernetes-ingress-controller/pull/3816)), but it wasn't
85+
backported properly. It is included in the next patch release.
86+
7887
## [2.9.0]
7988

8089
> Release date: 2023-03-27
@@ -2336,6 +2345,7 @@ Please read the changelog and test in your environment.
23362345
- The initial versions were rapildy iterated to deliver
23372346
a working ingress controller.
23382347

2348+
[2.9.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.9.1...v2.9.2
23392349
[2.9.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.9.0...v2.9.1
23402350
[2.9.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.1...v2.9.0
23412351
[2.8.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.0...v2.8.1

config/image/oss/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ images:
77
newTag: '3.2'
88
- name: kic-placeholder
99
newName: kong/kubernetes-ingress-controller
10-
newTag: '2.9.1'
10+
newTag: '2.9.2'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ spec:
16811681
fieldRef:
16821682
apiVersion: v1
16831683
fieldPath: metadata.namespace
1684-
image: kong/kubernetes-ingress-controller:2.9.1
1684+
image: kong/kubernetes-ingress-controller:2.9.2
16851685
imagePullPolicy: IfNotPresent
16861686
livenessProbe:
16871687
failureThreshold: 3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ spec:
16961696
envFrom:
16971697
- configMapRef:
16981698
name: konnect-config
1699-
image: kong/kubernetes-ingress-controller:2.9.1
1699+
image: kong/kubernetes-ingress-controller:2.9.2
17001700
imagePullPolicy: IfNotPresent
17011701
livenessProbe:
17021702
failureThreshold: 3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ spec:
17291729
fieldRef:
17301730
apiVersion: v1
17311731
fieldPath: metadata.namespace
1732-
image: kong/kubernetes-ingress-controller:2.9.1
1732+
image: kong/kubernetes-ingress-controller:2.9.2
17331733
imagePullPolicy: IfNotPresent
17341734
livenessProbe:
17351735
failureThreshold: 3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ spec:
16811681
fieldRef:
16821682
apiVersion: v1
16831683
fieldPath: metadata.namespace
1684-
image: kong/kubernetes-ingress-controller:2.9.1
1684+
image: kong/kubernetes-ingress-controller:2.9.2
16851685
imagePullPolicy: IfNotPresent
16861686
livenessProbe:
16871687
failureThreshold: 3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ spec:
18031803
fieldRef:
18041804
apiVersion: v1
18051805
fieldPath: metadata.namespace
1806-
image: kong/kubernetes-ingress-controller:2.9.1
1806+
image: kong/kubernetes-ingress-controller:2.9.2
18071807
imagePullPolicy: IfNotPresent
18081808
livenessProbe:
18091809
failureThreshold: 3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ spec:
17471747
fieldRef:
17481748
apiVersion: v1
17491749
fieldPath: metadata.namespace
1750-
image: kong/kubernetes-ingress-controller:2.9.1
1750+
image: kong/kubernetes-ingress-controller:2.9.2
17511751
imagePullPolicy: IfNotPresent
17521752
livenessProbe:
17531753
failureThreshold: 3

0 commit comments

Comments
 (0)