Skip to content

Commit f5877cd

Browse files
czeslavorainest
andauthored
chore: add 2.9.1 changelog and manifest bump (#3819) (#3824)
(cherry picked from commit 07a66ce) Co-authored-by: Travis Raines <[email protected]>
1 parent 1c1db19 commit f5877cd

9 files changed

+27
-14
lines changed

CHANGELOG.md

+14-1
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.1](#291)
1011
- [2.9.0](#290)
1112
- [2.9.0-rc.1](#290-rc1)
1213
- [2.8.1](#281)
@@ -63,6 +64,17 @@ Adding a new version? You'll need three changes:
6364
- [0.0.5](#005)
6465
- [0.0.4 and prior](#004-and-prior)
6566

67+
## [2.9.1]
68+
69+
> Release date: 2023-03-29
70+
71+
### Fixed
72+
73+
- Fixed a deadlock in `AdminAPIClientsManager` which could occur when Konnect integration
74+
was enabled, and multiple `Notify` calls were made in parallel (e.g. when scaling Gateway
75+
deployment up).
76+
[#3816](https://github.com/Kong/kubernetes-ingress-controller/pull/3816)
77+
6678
## [2.9.0]
6779

6880
> Release date: 2023-03-27
@@ -2324,7 +2336,8 @@ Please read the changelog and test in your environment.
23242336
- The initial versions were rapildy iterated to deliver
23252337
a working ingress controller.
23262338

2327-
[2.9.0-rc.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.1...v2.9.0-rc.1
2339+
[2.9.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.9.0...v2.9.1
2340+
[2.9.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.1...v2.9.0
23282341
[2.8.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.0...v2.8.1
23292342
[2.8.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.7.0...v2.8.0
23302343
[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.6.0...v2.7.0

LICENSES

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
The following 3rd-party software packages may be used by or distributed with https://github.com/Kong/kubernetes-ingress-controller.git. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
99

10-
Date generated: 2023-3-27
10+
Date generated: 2023-3-29
1111

12-
Revision ID: 0349eaec8f6c5e39297f34254d3f37d5039e816f
12+
Revision ID: 9c016e7f2538f3424a8ba2ffa3b91b8ad59e3416
1313

1414
================================================================================
1515
================================================================================
@@ -1029,7 +1029,7 @@ Project URL: https://github.com/sourcegraph/conc
10291029
Package Download URL: https://github.com/sourcegraph/conc/archive/7b8c8f2875cb861bb61844c9bcaa1aed070adbd4.zip
10301030

10311031
--------------------------------------------------------------------------------
1032-
Package Title: controller-runtime (ffb74e54a54bcb10a615c501416820e06051b9b4)
1032+
Package Title: controller-runtime (cd65cb25d314f40a329a688f4714fe3282589e97)
10331033
--------------------------------------------------------------------------------
10341034

10351035
Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)
@@ -1401,7 +1401,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14011401

14021402
* Package Info *
14031403

1404-
Project URL: https://go.googlesource.com/exp
1404+
Project URL: https://go.googlesource.com/exp.git
14051405

14061406
Package Download URL: https://go.googlesource.com/exp
14071407

@@ -3423,7 +3423,7 @@ Apache-2.0
34233423

34243424
* Package Info *
34253425

3426-
Project URL: https://github.com/go-logr/logr.git
3426+
Project URL: https://github.com/go-logr/logr
34273427

34283428
Package Download URL: https://github.com/go-logr/logr/archive/47e013cee9b1f91c987cc70a218639655431b607.zip
34293429

@@ -4652,4 +4652,4 @@ Package Download URL: https://github.com/kubernetes-sigs/yaml/archive/9535b3b1e2
46524652
--------------------------------------------------------------------------------
46534653
--------------------------------------------------------------------------------
46544654

4655-
Report Generated by FOSSA on 2023-3-27
4655+
Report Generated by FOSSA on 2023-3-29

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.0'
10+
newTag: '2.9.1'

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.0
1684+
image: kong/kubernetes-ingress-controller:2.9.1
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.0
1699+
image: kong/kubernetes-ingress-controller:2.9.1
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.0
1732+
image: kong/kubernetes-ingress-controller:2.9.1
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.0
1684+
image: kong/kubernetes-ingress-controller:2.9.1
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.0
1806+
image: kong/kubernetes-ingress-controller:2.9.1
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.0
1750+
image: kong/kubernetes-ingress-controller:2.9.1
17511751
imagePullPolicy: IfNotPresent
17521752
livenessProbe:
17531753
failureThreshold: 3

0 commit comments

Comments
 (0)