Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kgo): bump kong/kubernetes-configuration to v1.0.8 #1238

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions charts/gateway-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.7

## Changes

- Bumped `kong/kubernetes-configuration` CRDs to 1.0.8.
[#1238](https://github.com/Kong/charts/pull/1238)

## 0.4.6

### Changes
Expand Down
6 changes: 3 additions & 3 deletions charts/gateway-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 1.1.0
- name: kubernetes-configuration-crds
repository: ""
version: 1.0.7
digest: sha256:4379649a3d91c891221d14e61a409226e46e52cf322ee9edce9807a201c58b7a
generated: "2025-01-22T11:35:39.653481+01:00"
version: 1.0.8
digest: sha256:c03fa0214878f1b9b8b8d7890c22cd6d19cc4a95fa4236b4f55eb6b73e1db62f
generated: "2025-01-23T15:58:39.886944+01:00"
4 changes: 2 additions & 2 deletions charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.4.6
version: 0.4.7
appVersion: "1.4"
annotations:
artifacthub.io/prerelease: "false"
Expand All @@ -24,5 +24,5 @@ dependencies:
version: 1.1.0
condition: gwapi-experimental-crds.enabled
- name: kubernetes-configuration-crds
version: 1.0.7
version: 1.0.8
condition: kubernetes-configuration-crds.enabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kubernetes-configuration-crds
version: 1.0.7
appVersion: "1.0.7"
version: 1.0.8
appVersion: "1.0.8"
description: A Helm chart for Kong's Kubernetes Configuration CRDs
Loading
Loading