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

Update EKS operator to v1.1.6-rc1 #2806

Closed
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-eks-operator-crd
apiVersion: v2
appVersion: 1.1.5
appVersion: 1.1.6-rc1
description: EKS Operator CustomResourceDefinitions
name: rancher-eks-operator-crd
version: 100.0.4+up1.1.5
version: 100.0.5+up1.1.6-rc1
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ annotations:
catalog.cattle.io/release-name: rancher-eks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.1.5
appVersion: 1.1.6-rc1
description: A Helm chart for provisioning EKS clusters
home: https://github.com/rancher/eks-operator
name: rancher-eks-operator
sources:
- https://github.com/rancher/eks-operator
version: 100.0.4+up1.1.5
version: 100.0.5+up1.1.6-rc1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
eksOperator:
image:
repository: rancher/eks-operator
tag: v1.1.5
tag: v1.1.6-rc1

httpProxy: ""
httpsProxy: ""
Expand Down
20 changes: 10 additions & 10 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4953,17 +4953,17 @@ entries:
catalog.cattle.io/release-name: rancher-eks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.1.5
created: "2022-10-13T16:05:17.423071-04:00"
appVersion: 1.1.6-rc1
created: "2023-07-26T11:17:01.329641269Z"
description: A Helm chart for provisioning EKS clusters
digest: fc8387d9c63950328fcdb0816413e111b73cba2dc2da725d0e3ffad1d7f6e901
digest: 8bf0ba00af75b231fd38e4d9cdce4ac13937d7c052a552d302a772d6db7d550a
home: https://github.com/rancher/eks-operator
name: rancher-eks-operator
sources:
- https://github.com/rancher/eks-operator
urls:
- assets/rancher-eks-operator/rancher-eks-operator-100.0.4+up1.1.5.tgz
version: 100.0.4+up1.1.5
- assets/rancher-eks-operator/rancher-eks-operator-100.0.5+up1.1.6-rc1.tgz
version: 100.0.5+up1.1.6-rc1
- annotations:
catalog.cattle.io/auto-install: rancher-eks-operator-crd=match
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -5067,14 +5067,14 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-eks-operator-crd
apiVersion: v2
appVersion: 1.1.5
created: "2022-10-13T16:05:33.488235-04:00"
appVersion: 1.1.6-rc1
created: "2023-07-26T11:17:02.838134284Z"
description: EKS Operator CustomResourceDefinitions
digest: 348fbaef0c382c7f2ea4eb442f205279d654958cf2e66bd2f50fb8bb19245acd
digest: 12340eddb4a06eb3a03a3b97657fac75a9019fc9d00e9c4c3dc0e8ad87707f8f
name: rancher-eks-operator-crd
urls:
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-100.0.4+up1.1.5.tgz
version: 100.0.4+up1.1.5
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-100.0.5+up1.1.6-rc1.tgz
version: 100.0.5+up1.1.6-rc1
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.1.5/rancher-eks-operator-crd-1.1.5.tgz
version: 100.0.4
url: https://github.com/rancher/eks-operator/releases/download/v1.1.6-rc1/rancher-eks-operator-crd-1.1.6-rc1.tgz
version: 100.0.5
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.1.5/rancher-eks-operator-1.1.5.tgz
version: 100.0.4
url: https://github.com/rancher/eks-operator/releases/download/v1.1.6-rc1/rancher-eks-operator-1.1.6-rc1.tgz
version: 100.0.5
6 changes: 6 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ rancher-gke-operator:
rancher-gke-operator-crd:
- 100.0.3+up1.1.4
- 100.0.4+up1.1.5-rc4
rancher-eks-operator:
- 100.0.4+up1.1.5
- 100.0.5+up1.1.6-rc1
rancher-eks-operator-crd:
- 100.0.4+up1.1.5
- 100.0.5+up1.1.6-rc1
Loading