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

2.10 deprecate rancher istio #4979

Draft
wants to merge 2 commits into
base: dev-v2.10
Choose a base branch
from
Draft
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 modified assets/rancher-istio/rancher-istio-105.5.1+up1.24.1.tgz
Binary file not shown.
6 changes: 4 additions & 2 deletions charts/rancher-istio/105.5.1+up1.24.1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deprecated: "true"
catalog.cattle.io/display-name: Istio
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: istio-system
Expand All @@ -11,9 +12,10 @@ annotations:
catalog.cattle.io/requests-memory: 2314Mi
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: istio
catalog.cattle.io/upstream-version: 1.23.2
catalog.cattle.io/upstream-version: 1.24.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's just updating the upstream version annotation and has no impact on any functionality

apiVersion: v1
appVersion: 1.23.2
appVersion: 1.24.1
deprecated: true
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details.
icon: https://charts.rancher.io/assets/logos/istio.svg
Expand Down
10 changes: 6 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14794,6 +14794,7 @@ entries:
rancher-istio:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deprecated: "true"
catalog.cattle.io/display-name: Istio
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: istio-system
Expand All @@ -14805,10 +14806,10 @@ entries:
catalog.cattle.io/requests-memory: 2314Mi
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: istio
catalog.cattle.io/upstream-version: 1.23.2
catalog.cattle.io/upstream-version: 1.24.1
apiVersion: v1
appVersion: 1.23.2
created: "2025-01-16T13:57:35.528360107+05:30"
appVersion: 1.24.1
created: "2025-01-16T21:13:33.150698-03:00"
dependencies:
- condition: kiali.enabled
name: kiali
Expand All @@ -14818,9 +14819,10 @@ entries:
name: tracing
repository: file://./charts/tracing
version: 1.63.0
deprecated: true
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details.
digest: ad954b45bb27695a1fbd5c80250b0c5139785d3d637e85265174d933e41f0fa2
digest: 3a62d7bf73d4948172da56da175577ddf68f4c023d77eec6a101e01e2d3e6055
icon: https://charts.rancher.io/assets/logos/istio.svg
keywords:
- networking
Expand Down
8 changes: 5 additions & 3 deletions packages/rancher-istio/1.24/rancher-istio/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deprecated: "true"
catalog.cattle.io/display-name: Istio
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: istio-system
Expand All @@ -11,14 +12,15 @@ annotations:
catalog.cattle.io/requests-memory: 2314Mi
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: istio
catalog.cattle.io/upstream-version: 1.23.2
catalog.cattle.io/upstream-version: 1.24.1
apiVersion: v1
appVersion: 1.23.2
appVersion: 1.24.1
deprecated: true
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details.
icon: https://charts.rancher.io/assets/logos/istio.svg
keywords:
- networking
- infrastructure
name: rancher-istio
version: 1.23.2
version: 1.24.1
Loading