Skip to content

Commit

Permalink
chore: bump KIC tag v3.3 and release v2.41.0 (#1121)
Browse files Browse the repository at this point in the history
* chore: upgrade KIC 3.3 CRD
* chore(kong): bump KIC to 3.3 and release 2.41.0

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 authored Aug 29, 2024
1 parent 33f8994 commit 4d44227
Show file tree
Hide file tree
Showing 26 changed files with 325 additions and 479 deletions.
7 changes: 7 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.41.0

### Changes

* Bumped default `kong/kubernetes-ingress-controller` image tag to 3.3.
[#1121](https://github.com/Kong/charts/pull/1121)

## 2.40.0

* Add `deployment.revisionHistoryLimit` to set how many old `ReplicaSet`s you want to retain.
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.40.0
version: 2.41.0
appVersion: "3.6"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ section of `values.yaml` file:
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| enabled | Deploy the ingress controller, rbac and crd | true |
| image.repository | Docker image with the ingress controller | kong/kubernetes-ingress-controller |
| image.tag | Version of the ingress controller | `3.0` |
| image.tag | Version of the ingress controller | `3.3` |
| image.effectiveSemver | Version of the ingress controller used for version-specific features when image.tag is not a valid semantic version | |
| readinessProbe | Kong ingress controllers readiness probe | |
| livenessProbe | Kong ingress controllers liveness probe | |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions charts/kong/ci/__snapshots__/custom-entities-rbac-3.2-values.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions charts/kong/ci/__snapshots__/custom-labels-values.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d44227

Please sign in to comment.