Skip to content

Commit

Permalink
[gateway-api-crds] Bump to Gateway API v1.1.0 (#733)
Browse files Browse the repository at this point in the history
* feat(gateway-api-crds): Bump to Gateway API v1.1.0

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed May 10, 2024
1 parent db1b4c0 commit 4f04ea4
Show file tree
Hide file tree
Showing 9 changed files with 9,710 additions and 3,398 deletions.
8 changes: 4 additions & 4 deletions charts/gateway-api-crds/Chart.yaml
Expand Up @@ -2,9 +2,9 @@
apiVersion: v2
description: Gateway API CRDs
name: gateway-api-crds
version: 1.0.0
appVersion: 1.0.0
home: https:/https://gateway-api.sigs.k8s.io
version: 1.1.0
appVersion: 1.1.0
home: https://gateway-api.sigs.k8s.io
icon: https://avatars.githubusercontent.com/u/36015203?s=400&v=4
sources:
- https://github.com/kubernetes-sigs/gateway-api
Expand All @@ -27,7 +27,7 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Kubernetes Gateway API
url: https:/https://gateway-api.sigs.k8s.io
url: https://gateway-api.sigs.k8s.io
- name: Portefaix Hub
url: https://github.com/portefaix/portefaix-hub
artifacthub.io/maintainers: |
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-api-crds/README.md
@@ -1,6 +1,6 @@
# gateway-api-crds

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)

Gateway API CRDs

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion charts/gateway-api-crds/hack/update_crds.sh
Expand Up @@ -5,8 +5,9 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
FILES=(
"gateway.networking.k8s.io_gatewayclasses.yaml"
"gateway.networking.k8s.io_gateways.yaml"
"gateway.networking.k8s.io_grpcroutes.yaml"
"gateway.networking.k8s.io_httproutes.yaml"
gateway.networking.k8s.io_referencegrants.yaml
"gateway.networking.k8s.io_referencegrants.yaml"
)

VERSION=$(grep appVersion ${SCRIPT_DIR}/../Chart.yaml | awk -F" " '{ print $2 }')
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-api-crds/values.yaml
Expand Up @@ -2,4 +2,4 @@
## Annotations for CRDs
##
crds:
annotations: {}
annotations: {}

0 comments on commit 4f04ea4

Please sign in to comment.