Skip to content

Commit

Permalink
chore: release ingress v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 19, 2024
1 parent ac5bfdc commit 245d67e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.13.1

### Improvements

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

## 0.13.0

### Improvements

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

## 0.12.0

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions charts/ingress/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: kong
repository: https://charts.konghq.com
version: 2.39.3
digest: sha256:a96d25641b9de9ade430c5e290007cab5bff2d1e50c30e961f35ef6a631259fd
generated: "2024-06-19T11:50:38.361756194+02:00"
digest: sha256:9f55546e35cab8354eb68a9ce770f649fe5adfdc64e51b529348a66728095c67
generated: "2024-06-19T17:33:30.938841+02:00"
6 changes: 3 additions & 3 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.13.0
version: 0.13.1
appVersion: "3.6"
dependencies:
- name: kong
version: ">=2.39.0"
version: "=2.39.3"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.39.0"
version: "=2.39.3"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit 245d67e

Please sign in to comment.