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 kubernetes-configuration CRDs to 1.0.3 #1203

Merged
merged 2 commits into from
Jan 7, 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.2

### Changes

- Update kubernetes-configuration CRDs to 1.0.3
[#1203](https://github.com/Kong/charts/pull/1203)

## 0.4.1

### 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: 0.0.41
digest: sha256:7833a0a6b9d736a0227f77212df4ad2eec572b367da2c8d1fece5eb617d45a95
generated: "2024-11-07T10:09:06.705774+01:00"
version: 1.0.3
digest: sha256:2e65234a2398cd6b463374f55abc6c88f51ec8c6535304ff6cce7a81c468526f
generated: "2025-01-07T18:13:01.488691+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.1
version: 0.4.2
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: 0.0.41
version: 1.0.3
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: 0.0.41
appVersion: "0.0.41"
version: 1.0.3
appVersion: "1.0.3"
description: A Helm chart for Kong's Kubernetes Configuration CRDs
Loading
Loading