diff --git a/packages/cluster-api-operator/package.yaml b/packages/cluster-api-operator/package.yaml index d6a9a982..aa42d8ab 100644 --- a/packages/cluster-api-operator/package.yaml +++ b/packages/cluster-api-operator/package.yaml @@ -1,4 +1,4 @@ -url: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/cluster-api-operator-0.11.0.tgz -version: 0.11.0 +url: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/cluster-api-operator-0.12.0.tgz +version: 0.12.0 # cluster-api-operator is only used as a dependency of rancher-turtles doNotRelease: true diff --git a/packages/rancher-turtles/generated-changes/dependencies/cluster-api-operator/dependency.yaml b/packages/rancher-turtles/generated-changes/dependencies/cluster-api-operator/dependency.yaml index 954aab80..e55c3d31 100644 --- a/packages/rancher-turtles/generated-changes/dependencies/cluster-api-operator/dependency.yaml +++ b/packages/rancher-turtles/generated-changes/dependencies/cluster-api-operator/dependency.yaml @@ -1,4 +1,4 @@ workingDir: "" -url: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.11.0/cluster-api-operator-0.11.0.tgz +url: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.12.0/cluster-api-operator-0.12.0.tgz ignoreDependencies: [] replacePaths: [] diff --git a/packages/rancher-turtles/generated-changes/patch/templates/clusterctl-config.yaml.patch b/packages/rancher-turtles/generated-changes/patch/templates/clusterctl-config.yaml.patch index d577f74f..cae7c6d8 100644 --- a/packages/rancher-turtles/generated-changes/patch/templates/clusterctl-config.yaml.patch +++ b/packages/rancher-turtles/generated-changes/patch/templates/clusterctl-config.yaml.patch @@ -6,72 +6,59 @@ clusterctl.yaml: | + images: + all: -+ repository: registry.suse.com/edge ++ repository: registry.opensuse.org/isv/suse/edge/clusterapi/containers/images providers: -- # Cluster API core provider -- - name: "cluster-api" -- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/core-components.yaml" -- type: "CoreProvider" -+ # Cluster API core provider -+ - name: "cluster-api" -+ url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.6.2/core-components.yaml" -+ type: "CoreProvider" + # Cluster API core provider + - name: "cluster-api" +- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/core-components.yaml" ++ url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.5/core-components.yaml" + type: "CoreProvider" -- # Infrastructure providers + # Infrastructure providers - - name: "aws" -- url: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.3.5/infrastructure-components.yaml" -- type: "InfrastructureProvider" +- url: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml" ++ - name: "metal3" ++ url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.7.1/infrastructure-components.yaml" + type: "InfrastructureProvider" - - name: "azure" -- url: "https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.13.2/infrastructure-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.16.0/infrastructure-components.yaml" - type: "InfrastructureProvider" - - name: "docker" -- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/infrastructure-components-development.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/infrastructure-components-development.yaml" - type: "InfrastructureProvider" - - name: "gcp" -- url: "https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.6.0/infrastructure-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.7.0/infrastructure-components.yaml" - type: "InfrastructureProvider" - - name: "vsphere" -- url: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/v1.9.1/infrastructure-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/v1.10.2/infrastructure-components.yaml" - type: "InfrastructureProvider" - - name: "digitalocean" -- url: "https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/releases/v1.4.1/infrastructure-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/releases/v1.6.0/infrastructure-components.yaml" - type: "InfrastructureProvider" -+ # Infrastructure providers -+ - name: "metal3" -+ url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.6.0/infrastructure-components.yaml" -+ type: "InfrastructureProvider" -- # Bootstrap providers + # Bootstrap providers - - name: "kubeadm" -- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/bootstrap-components.yaml" -- type: "BootstrapProvider" -- - name: "rke2" -- url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/bootstrap-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/bootstrap-components.yaml" - type: "BootstrapProvider" -+ # Bootstrap providers -+ - name: "rke2" -+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/bootstrap-components.yaml" -+ type: "BootstrapProvider" + - name: "rke2" +- url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.5.0/bootstrap-components.yaml" ++ url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.6.0/bootstrap-components.yaml" + type: "BootstrapProvider" -- # ControlPlane providers + # ControlPlane providers - - name: "kubeadm" -- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/control-plane-components.yaml" -- type: "ControlPlaneProvider" -- - name: "rke2" -- url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/control-plane-components.yaml" +- url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/control-plane-components.yaml" - type: "ControlPlaneProvider" -+ # ControlPlane providers -+ - name: "rke2" -+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/control-plane-components.yaml" -+ type: "ControlPlaneProvider" + - name: "rke2" +- url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.5.0/control-plane-components.yaml" ++ url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.6.0/control-plane-components.yaml" + type: "ControlPlaneProvider" # Addon providers - - name: "fleet" -- url: "https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/releases/latest/addon-components.yaml" +- url: "https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/releases/v0.3.1/addon-components.yaml" - type: "AddonProvider" --{{- end }} -+ #- name: "fleet" -+ # url: "https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/releases/latest/addon-components.yaml" -+ # type: "AddonProvider" -+{{- end }} -\ No newline at end of file ++# - name: "fleet" ++# url: "https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/releases/v0.3.1/addon-components.yaml" ++# type: "AddonProvider" + {{- end }} diff --git a/packages/rancher-turtles/package.yaml b/packages/rancher-turtles/package.yaml index 35bc127f..098095a5 100644 --- a/packages/rancher-turtles/package.yaml +++ b/packages/rancher-turtles/package.yaml @@ -1,3 +1,3 @@ -url: https://github.com/rancher/turtles/releases/download/v0.9.1/rancher-turtles-0.9.1.tgz -version: 0.1.0 +url: https://github.com/rancher/turtles/releases/download/v0.11.0/rancher-turtles-0.11.0.tgz +version: 0.2.0 doNotRelease: false