Skip to content

Commit

Permalink
chore: prepare release 2.9.2 (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Apr 3, 2023
1 parent 0f1bc15 commit 58579a0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
This is all the way at the bottom. It's the thing we always forget.
--->
- [2.9.2](#292)
- [2.9.1](#291)
- [2.9.0](#290)
- [2.9.0-rc.1](#290-rc1)
Expand Down Expand Up @@ -64,17 +65,25 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## [2.9.1]
## [2.9.2]

> Release date: 2023-03-29
> Release date: 2023-04-03
### Fixed
### Fixed

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

## [2.9.1]

> Release date: 2023-03-29
This release was intended to include a fix for a deadlock in `AdminAPIClientsManager`
([#3816](https://github.com/Kong/kubernetes-ingress-controller/pull/3816)), but it wasn't
backported properly. It is included in the next patch release.

## [2.9.0]

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

[2.9.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.9.1...v2.9.2
[2.9.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.1...v2.9.0
[2.8.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.0...v2.8.1
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: '3.2'
- name: kic-placeholder
newName: kong/kubernetes-ingress-controller
newTag: '2.9.1'
newTag: '2.9.2'
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 @@ -1681,7 +1681,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless-konnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ spec:
envFrom:
- configMapRef:
name: konnect-config
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
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 @@ -1681,7 +1681,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
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 @@ -1803,7 +1803,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
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 @@ -1747,7 +1747,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.1
image: kong/kubernetes-ingress-controller:2.9.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 58579a0

Please sign in to comment.