Skip to content

Commit

Permalink
chore: add 2.9.1 changelog and manifest bump (#3819) (#3824)
Browse files Browse the repository at this point in the history
(cherry picked from commit 07a66ce)

Co-authored-by: Travis Raines <[email protected]>
  • Loading branch information
czeslavo and rainest authored Mar 29, 2023
1 parent 1c1db19 commit f5877cd
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
15 changes: 14 additions & 1 deletion 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.1](#291)
- [2.9.0](#290)
- [2.9.0-rc.1](#290-rc1)
- [2.8.1](#281)
Expand Down Expand Up @@ -63,6 +64,17 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## [2.9.1]

> Release date: 2023-03-29
### 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.0]

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

[2.9.0-rc.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.8.1...v2.9.0-rc.1
[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
[2.8.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v2.6.0...v2.7.0
Expand Down
12 changes: 6 additions & 6 deletions LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

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.

Date generated: 2023-3-27
Date generated: 2023-3-29

Revision ID: 0349eaec8f6c5e39297f34254d3f37d5039e816f
Revision ID: 9c016e7f2538f3424a8ba2ffa3b91b8ad59e3416

================================================================================
================================================================================
Expand Down Expand Up @@ -1029,7 +1029,7 @@ Project URL: https://github.com/sourcegraph/conc
Package Download URL: https://github.com/sourcegraph/conc/archive/7b8c8f2875cb861bb61844c9bcaa1aed070adbd4.zip

--------------------------------------------------------------------------------
Package Title: controller-runtime (ffb74e54a54bcb10a615c501416820e06051b9b4)
Package Title: controller-runtime (cd65cb25d314f40a329a688f4714fe3282589e97)
--------------------------------------------------------------------------------

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

* Package Info *

Project URL: https://go.googlesource.com/exp
Project URL: https://go.googlesource.com/exp.git

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

Expand Down Expand Up @@ -3423,7 +3423,7 @@ Apache-2.0

* Package Info *

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

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

Expand Down Expand Up @@ -4652,4 +4652,4 @@ Package Download URL: https://github.com/kubernetes-sigs/yaml/archive/9535b3b1e2
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2023-3-27
Report Generated by FOSSA on 2023-3-29
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.0'
newTag: '2.9.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 @@ -1681,7 +1681,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.0
image: kong/kubernetes-ingress-controller:2.9.1
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.0
image: kong/kubernetes-ingress-controller:2.9.1
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.0
image: kong/kubernetes-ingress-controller:2.9.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 @@ -1681,7 +1681,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.0
image: kong/kubernetes-ingress-controller:2.9.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 @@ -1803,7 +1803,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.0
image: kong/kubernetes-ingress-controller:2.9.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 @@ -1747,7 +1747,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong/kubernetes-ingress-controller:2.9.0
image: kong/kubernetes-ingress-controller:2.9.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit f5877cd

Please sign in to comment.