Skip to content

Commit

Permalink
Add k8s v1.27 support to gke-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
mjura committed Aug 23, 2023
1 parent 60661a9 commit 5f0a47f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
url: https://github.com/rancher/gke-operator/releases/download/v1.1.5/rancher-gke-operator-crd-1.1.5.tgz
version: 103.0.0
doNotRelease: true
url: https://github.com/rancher/gke-operator/releases/download/v1.2.0-rc1/rancher-gke-operator-crd-1.2.0-rc1.tgz
version: 103.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
- catalog.cattle.io/kube-version: '>= 1.18.0-0'
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.28.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
url: https://github.com/rancher/gke-operator/releases/download/v1.1.5/rancher-gke-operator-1.1.5.tgz
version: 103.0.0
doNotRelease: true
url: https://github.com/rancher/gke-operator/releases/download/v1.2.0-rc1/rancher-gke-operator-1.2.0-rc1.tgz
version: 103.0.1
4 changes: 4 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ rancher-aks-operator:
- 103.0.0+up1.2.0-rc1
rancher-aks-operator-crd:
- 103.0.0+up1.2.0-rc1
rancher-gke-operator:
- 103.0.1+up1.2.0-rc1
rancher-gke-operator-crd:
- 103.0.1+up1.2.0-rc1

0 comments on commit 5f0a47f

Please sign in to comment.