Skip to content

Commit

Permalink
chore: prepare ingress 0.16.0 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 13, 2024
1 parent 611d962 commit 4c199a9
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 105 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ _chartsnap.ingress:

.PHONY: _chartsnap
_chartsnap: chartsnap
@ helm repo update
@ helm repo update kong
@ helm dependencies update charts/ingress
@ helm chartsnap -c ./charts/$(GOLDEN_TEST_CHART) -f $(GOLDEN_TEST_CHART_VALUES_DIR) $(CHARTSNAP_ARGS)
8 changes: 8 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.16.0

### Fixes

- Bumped dependencies on `kong/kong` chart to `==2.45.0`. Review the [kong chart
changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md#2450)
for details.

## 0.15.2

### Fixes
Expand Down
8 changes: 4 additions & 4 deletions charts/ingress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kong
repository: https://charts.konghq.com
version: 2.44.1
version: 2.45.0
- name: kong
repository: https://charts.konghq.com
version: 2.44.1
digest: sha256:81f18087a88702437a09db4562d12c2912a030cf6037243118dce13853d26880
generated: "2024-12-12T15:30:27.400011+01:00"
version: 2.45.0
digest: sha256:fa46a9ce4d8c3d5f83aa8e39b5e2edeebce1a5b42aba20c3c88cdf5c9dfeae66
generated: "2024-12-13T19:17:05.515194+01:00"
8 changes: 4 additions & 4 deletions charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ maintainers:
name: ingress
sources:
- https://github.com/Kong/charts/tree/main/charts/ingress
version: 0.15.2
appVersion: "3.7"
version: 0.16.0
appVersion: "3.8"
dependencies:
- name: kong
version: "=2.44.1"
version: "=2.45.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.44.1"
version: "=2.45.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
96 changes: 48 additions & 48 deletions charts/ingress/ci/__snapshots__/gateway-discovery-values.snap

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

Loading

0 comments on commit 4c199a9

Please sign in to comment.