Skip to content

Commit

Permalink
feat(kgo): bump KGO to 1.3.0 and Gateway API CRDs to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Aug 9, 2024
1 parent e8334f8 commit c3801fd
Show file tree
Hide file tree
Showing 10 changed files with 22,214 additions and 9,406 deletions.
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.2.0

### Changes

- Bump default version to 1.3.0 and Gateway API CRDs to 1.1.0.
[#1115](https://github.com/Kong/charts/pull/1115)

## 0.1.11

### Changes
Expand Down
8 changes: 4 additions & 4 deletions charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.1.11
appVersion: "1.2"
version: 0.2.0
appVersion: "1.3"
annotations:
artifacthub.io/prerelease: "false"

Expand All @@ -18,8 +18,8 @@ dependencies:
version: 3.2.0
condition: kic-crds.enabled
- name: gwapi-standard-crds
version: 1.0.0
version: 1.1.0
condition: gwapi-standard-crds.enabled
- name: gwapi-experimental-crds
version: 1.0.0
version: 1.1.0
condition: gwapi-experimental-crds.enabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: gwapi-experimental-crds
version: 1.0.0
appVersion: "1.0.0"
version: 1.1.0
appVersion: "1.1.0"
description: A Helm chart for Kubernetes Gateway API experimental channel's CRDs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

This sub-chart contains Gateway API experimental CRDs, allowing users to control whether to install the CRDs.

## How to update

In order to update this with new version CRDs run:

```
kustomize build github.com/kubernetes-sigs/gateway-api/config/crd/experimental\?ref=${VERSION} > crds/gwapi-crds.yaml
```
18,132 changes: 12,305 additions & 5,827 deletions charts/gateway-operator/charts/gwapi-experimental-crds/crds/gwapi-crds.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions charts/gateway-operator/charts/gwapi-standard-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: gwapi-standard-crds
version: 1.0.0
appVersion: "1.0.0"
version: 1.1.0
appVersion: "1.1.0"
description: A Helm chart for Kubernetes Gateway API standard channel's CRDs
7 changes: 7 additions & 0 deletions charts/gateway-operator/charts/gwapi-standard-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

This sub-chart contains Gateway API standard CRDs, allowing users to control whether to install the CRDs.

## How to update

In order to update this with new version CRDs run:

```
kustomize build github.com/kubernetes-sigs/gateway-api/config/crd\?ref=${VERSION} > crds/gwapi-crds.yaml
```
13,448 changes: 9,878 additions & 3,570 deletions charts/gateway-operator/charts/gwapi-standard-crds/crds/gwapi-crds.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/gateway-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/kong/gateway-operator
tag: 1.2
tag: 1.3

kubeRBACProxy:
# Additional pod containers in the controller.
Expand Down

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

0 comments on commit c3801fd

Please sign in to comment.