Skip to content

Commit

Permalink
fix(kong): deleted an unnecessary conditional statement and bump to 2…
Browse files Browse the repository at this point in the history
….41.1 (#1126)

Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 committed Sep 5, 2024
1 parent 15a302b commit b24c3c3
Show file tree
Hide file tree
Showing 24 changed files with 274 additions and 268 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.1

### Changes

* Deleted an unnecessary conditional statement for `ingressController.konnect.controlPlaneID`.
[#1126](https://github.com/Kong/charts/pull/1126)

## 2.41.0

### Changes
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.41.0
version: 2.41.1
appVersion: "3.6"
dependencies:
- name: postgresql
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.

28 changes: 14 additions & 14 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 b24c3c3

Please sign in to comment.