Skip to content

Commit

Permalink
Enable eks-operator support for K8s v1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mjura committed Sep 24, 2024
1 parent c8d0e5c commit bbd978d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.9.2/rancher-eks-operator-crd-1.9.2.tgz
version: 104.2.0
version: 104.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
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.23.0-0 < 1.31.0-0'
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: eksclusterconfigs.eks.cattle.io/v1
- catalog.cattle.io/rancher-version: '>= 2.6.0-alpha'
+ catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
+ catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.11.0-0'
catalog.cattle.io/release-name: rancher-eks-operator
catalog.cattle.io/scope: management
apiVersion: v2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.9.2/rancher-eks-operator-1.9.2.tgz
version: 104.2.0
version: 104.3.0
4 changes: 4 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ longhorn:
- 104.2.0+up1.7.1
longhorn-crd:
- 104.2.0+up1.7.1
rancher-eks-operator:
- 104.3.0+up1.9.2
rancher-eks-operator-crd:
- 104.3.0+up1.9.2

0 comments on commit bbd978d

Please sign in to comment.