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

Version bump preparation for the 3.1 release #25

Merged
merged 35 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bc63cab
Bump K3s version
ipetrov117 Sep 9, 2024
499096d
Bump RKE2 version
ipetrov117 Sep 9, 2024
cae4962
Bump Akri
ipetrov117 Sep 10, 2024
8621c0c
Bump CDI
ipetrov117 Sep 10, 2024
82db0a8
Bump Elemental
ipetrov117 Sep 10, 2024
72dbd5a
Bump Endpoint Copier Operator
ipetrov117 Sep 10, 2024
763b936
Bump Kubevirt
ipetrov117 Sep 10, 2024
cbc38d5
Bump Longhorn
ipetrov117 Sep 10, 2024
b8048a3
Bump Metal3
ipetrov117 Sep 10, 2024
3eb26ac
Bump MetalLB
ipetrov117 Sep 10, 2024
8dcb07a
Bump EIB image
ipetrov117 Sep 10, 2024
b27d4e3
Bump Rancher
ipetrov117 Sep 10, 2024
b4119f7
Add rancher-turtles
ipetrov117 Sep 10, 2024
fe1cb84
Bump SR-IOV
ipetrov117 Sep 10, 2024
711ecab
Add SR-IOV OCI to chart list
ipetrov117 Sep 10, 2024
b16f5f4
Bump GitRepo revisions
ipetrov117 Sep 10, 2024
922be13
Bump SUC to 0.13.4
ipetrov117 Sep 18, 2024
0dc64a9
Bump OS GitRepo revision
ipetrov117 Sep 18, 2024
60e1eea
Add rancher-turtles-airgap-resources
ipetrov117 Sep 18, 2024
09251a3
Use correct CDI namespace
ipetrov117 Sep 18, 2024
43f7d76
Use correct kubevirt namespace
ipetrov117 Sep 18, 2024
65aa12f
Add missing neuvector-crd chart
ipetrov117 Sep 18, 2024
72d09a5
Bump neuvector version
ipetrov117 Sep 18, 2024
adba959
Add rancher-turtles patches
ipetrov117 Sep 18, 2024
0f695cf
Add elemental-dashboard-extension
ipetrov117 Sep 25, 2024
ed99630
Bump rancher-turtles
ipetrov117 Sep 25, 2024
2fd3319
Swtich to Rancher Longhorn 1.7.1
ipetrov117 Sep 26, 2024
666a504
Remove ui-plugin-operator
ipetrov117 Sep 26, 2024
d1a715e
Remove SUC bundles
ipetrov117 Sep 26, 2024
e8b0fb3
Remove ui-plugin-operator from general
ipetrov117 Sep 26, 2024
fdd8b79
Add upgrade-controller images
ipetrov117 Oct 1, 2024
4ebb43a
Refer to 3.1 kubectl image
ipetrov117 Oct 1, 2024
e5f462f
Remove ui-plugin-operator references
ipetrov117 Oct 1, 2024
b9695d5
Use correct kubectl image for chart migration prep fleet
ipetrov117 Oct 9, 2024
d2a2c9c
Bump rancher-turtles version
ipetrov117 Oct 9, 2024
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
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,12 @@ kubectl apply -f https://raw.githubusercontent.com/suse-edge/fleet-examples/main
kubectl apply -f https://raw.githubusercontent.com/suse-edge/fleet-examples/main/gitrepos/general/elemental-gitrepo.yaml
```

NOTE: If the [Rancher's UI Plugin Operator](https://github.com/rancher/ui-plugin-operator) is not installed, enable the installation in the [Elemental Gitrepo](./gitrepos/general/elemental-gitrepo.yaml) file.

* [Opni](./fleets/general/opni) - [Opni](https://github.com/rancher/opni), including the [Opni's Rancher UI Plugin](https://github.com/rancher/opni-ui/):

```
kubectl apply -f https://raw.githubusercontent.com/suse-edge/fleet-examples/main/gitrepos/general/opni-gitrepo.yaml
```

NOTE: If the [Rancher's UI Plugin Operator](https://github.com/rancher/ui-plugin-operator) is not installed, enable the installation in the [Opni Gitrepo](./gitrepos/general/opni-gitrepo.yaml) file.

* [Rancher's UI Plugin Operator](./fleets/general/rancher-ui-plugin-operator) - [Rancher's UI Plugin Operator](https://github.com/rancher/ui-plugin-operator):

```
kubectl apply -f https://raw.githubusercontent.com/suse-edge/fleet-examples/main/gitrepos/general/rancher-ui-plugin-operator-gitrepo.yaml
```

* [Longhorn](./fleets/general/longhorn) - [Longhorn](https://longhorn.io/):

```
Expand Down Expand Up @@ -168,4 +158,4 @@ helm -n cattle-fleet-system upgrade --create-namespace fleet https://github.com/

```
kubectl -n longhorn-system patch -p '{"value": "true"}' --type=merge lhs deleting-confirmation-flag
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
cordon: true
upgrade:
image: rancher/k3s-upgrade
version: v1.28.10+k3s1
version: v1.30.3+k3s1
---
# worker upgrade plan
apiVersion: upgrade.cattle.io/v1
Expand All @@ -60,7 +60,7 @@ spec:
cordon: true
upgrade:
image: rancher/k3s-upgrade
version: v1.28.10+k3s1
version: v1.30.3+k3s1
name: k3s-upgrade-bundle.yaml
targets:
# Match nothing, user needs to specify targets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
cordon: true
version: "3.1.0"
prepare:
image: registry.opensuse.org/isv/suse/edge/lifecycle/containerfile/kubectl:1.30.3
image: registry.suse.com/edge/3.1/kubectl:1.30.3
command: ["/bin/sh", "-c"]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
cordon: true
upgrade:
image: rancher/rke2-upgrade
version: v1.28.10+rke2r1
version: v1.30.3+rke2r1
---
# worker upgrade plan
apiVersion: upgrade.cattle.io/v1
Expand All @@ -62,7 +62,7 @@ spec:
force: true
upgrade:
image: rancher/rke2-upgrade
version: v1.28.10+rke2r1
version: v1.30.3+rke2r1
name: rke2-upgrade-bundle.yaml
targets:
# Match nothing, user needs to specify targets
Expand Down
120 changes: 0 additions & 120 deletions bundles/day2/system-upgrade-controller/controller-bundle.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaultNamespace: cattle-ui-plugin-system

helm:
releaseName: akri-dashboard-extension
chart: "oci://registry.suse.com/edge/akri-dashboard-extension"
version: "1.0.0"
chart: "oci://registry.suse.com/edge/3.1/akri-dashboard-extension"
version: "1.1.0"
# custom chart value overrides
values: {}
2 changes: 1 addition & 1 deletion fleets/day2/chart-templates/akri/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaultNamespace: akri

helm:
releaseName: akri
chart: "oci://registry.suse.com/edge/akri-chart"
chart: "oci://registry.suse.com/edge/3.1/akri-chart"
version: "0.12.20"

# custom chart value overrides
Expand Down
10 changes: 5 additions & 5 deletions fleets/day2/chart-templates/cdi/fleet.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defaultNamespace: kubevirt
defaultNamespace: cdi-system

helm:
releaseName: cdi
chart: "oci://registry.suse.com/edge/cdi-chart"
version: "0.3.0"
chart: "oci://registry.suse.com/edge/3.1/cdi-chart"
version: "0.4.0"
# custom chart value overrides
values: {}

Expand All @@ -13,12 +13,12 @@ diff:
- apiVersion: rbac.authorization.k8s.io/v1
kind: Role
name: cdi-operator
namespace: kubevirt
namespace: cdi-system
operations:
- {"op":"remove", "path":"/metadata/labels"}
- apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
name: cdi-operator
namespace: kubevirt
namespace: cdi-system
operations:
- {"op":"remove", "path":"/metadata/labels"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaultNamespace: cattle-ui-plugin-system

helm:
releaseName: elemental
atanasdinov marked this conversation as resolved.
Show resolved Hide resolved
chart: "elemental"
repo: "https://github.com/rancher/ui-plugin-charts/raw/main"
version: "2.0.0"
# custom chart value overrides
values: {}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ defaultNamespace: cattle-elemental-system
helm:
releaseName: elemental-operator-crds
chart: "oci://registry.suse.com/rancher/elemental-operator-crds-chart"
version: "1.4.4"
version: "1.6.4"
# custom chart value overrides
values: {}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaultNamespace: cattle-elemental-system
helm:
releaseName: elemental-operator
chart: "oci://registry.suse.com/rancher/elemental-operator-chart"
version: "1.4.4"
version: "1.6.4"
# custom chart value overrides
values: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaultNamespace: endpoint-copier

helm:
releaseName: endpoint-copier-operator
chart: "oci://registry.suse.com/edge/endpoint-copier-operator-chart"
version: "0.2.0"
chart: "oci://registry.suse.com/edge/3.1/endpoint-copier-operator-chart"
version: "0.2.1"
# custom chart value overrides
values: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaultNamespace: cattle-ui-plugin-system

helm:
releaseName: kubevirt-dashboard-extension
chart: "oci://registry.suse.com/edge/kubevirt-dashboard-extension-chart"
version: "1.0.0"
chart: "oci://registry.suse.com/edge/3.1/kubevirt-dashboard-extension-chart"
version: "1.1.0"
# custom chart value overrides
values: {}
8 changes: 4 additions & 4 deletions fleets/day2/chart-templates/kubevirt/fleet.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defaultNamespace: kubevirt
defaultNamespace: kubevirt-system

helm:
releaseName: kubevirt
chart: "oci://registry.suse.com/edge/kubevirt-chart"
version: "0.3.0"
chart: "oci://registry.suse.com/edge/3.1/kubevirt-chart"
version: "0.4.0"
# kubevirt namespace is created by kubevirt as well, we need to take ownership of it, otherwise it fails
takeOwnership: true
# custom chart value overrides
Expand All @@ -15,6 +15,6 @@ diff:
- apiVersion: kubevirt.io/v1
kind: KubeVirt
name: kubevirt
namespace: kubevirt
namespace: kubevirt-system
operations:
- {"op":"remove", "path":"/spec/configuration/developerConfiguration/featureGates"}
9 changes: 9 additions & 0 deletions fleets/day2/chart-templates/longhorn/longhorn-crd/fleet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaultNamespace: longhorn-system

helm:
releaseName: "longhorn-crd"
chart: "longhorn-crd"
repo: "https://charts.rancher.io/"
version: "104.2.0+up1.7.1"
# custom chart value overrides
values: {}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defaultNamespace: longhorn-system
helm:
releaseName: "longhorn"
chart: "longhorn"
repo: "https://charts.longhorn.io"
version: "1.6.1"
repo: "https://charts.rancher.io/"
version: "104.2.0+up1.7.1"
takeOwnership: true
# custom chart value overrides
values: {}
Expand Down
4 changes: 2 additions & 2 deletions fleets/day2/chart-templates/metal3/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaultNamespace: metal3-system

helm:
releaseName: metal3
chart: "oci://registry.suse.com/edge/metal3-chart"
version: "0.7.3"
chart: "oci://registry.suse.com/edge/3.1/metal3-chart"
version: "0.8.1"
# custom chart value overrides
values: {}
4 changes: 2 additions & 2 deletions fleets/day2/chart-templates/metallb/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ defaultNamespace: metallb-system

helm:
releaseName: metallb
chart: "oci://registry.suse.com/edge/metallb-chart"
version: "0.14.3"
chart: "oci://registry.suse.com/edge/3.1/metallb-chart"
version: "0.14.9"
# custom chart value overrides
values: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaultNamespace: neuvector-system

helm:
releaseName: "neuvector-crd"
chart: "neuvector-crd"
repo: "https://charts.rancher.io"
version: "104.0.1+up2.7.9"
# custom chart value overrides
values: {}
2 changes: 1 addition & 1 deletion fleets/day2/chart-templates/neuvector/neuvector/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ helm:
releaseName: "neuvector"
chart: "neuvector"
repo: "https://charts.rancher.io"
version: "103.0.3+up2.7.6"
version: "104.0.1+up2.7.9"
# custom chart value overrides
values: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defaultNamespace: rancher-turtles-system

helm:
releaseName: rancher-turtles-airgap-resources
chart: "oci://registry.suse.com/edge/3.1/rancher-turtles-airgap-resources-chart"
version: "0.3.2"
# custom chart value overrides
values: {}
Loading