Skip to content

Commit

Permalink
[updatecli] Bump CAPI Providers versions (#931)
Browse files Browse the repository at this point in the history
* chore: bump capa provider

Made with ❤️️ by updatecli

* chore: bump capv provider

Made with ❤️️ by updatecli

* chore: bump core capi in e2e package

Made with ❤️️ by updatecli

* chore: bump core capi in tests package

Made with ❤️️ by updatecli

* chore: bump core capi

Made with ❤️️ by updatecli

* chore: bump docker capi

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent f7169e5 commit 6cb7469
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions internal/controllers/clusterctl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
providers:
# Cluster API core provider
- name: "cluster-api"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/core-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/core-components.yaml"
type: "CoreProvider"
# Infrastructure providers
- name: "aws"
url: "https://github.com/rancher-sandbox/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-aws/releases/v2.7.1/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "azure"
url: "https://github.com/rancher-sandbox/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml"
Expand All @@ -25,23 +25,23 @@ data:
url: "https://github.com/rancher-sandbox/cluster-api-provider-gcp/releases/v1.8.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "vsphere"
url: "https://github.com/rancher-sandbox/cluster-api-provider-vsphere/releases/v1.11.2/infrastructure-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-vsphere/releases/v1.11.3/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "docker"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/infrastructure-components-development.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.9.0/infrastructure-components-development.yaml"
type: "InfrastructureProvider"
# Bootstrap providers
- name: "kubeadm"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/bootstrap-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.9.0/bootstrap-components.yaml"
type: "BootstrapProvider"
# ControlPlane providers
- name: "kubeadm"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/control-plane-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.9.0/control-plane-components.yaml"
Expand Down
2 changes: 1 addition & 1 deletion internal/sync/provider_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
CAPIVersion = "v1.8.4"
CAPIVersion = "v1.9.0"
)

var _ = Describe("Provider sync", func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ const (
)

const (
CAPIVersion = "v1.8.4"
CAPIVersion = "v1.9.0"
)

0 comments on commit 6cb7469

Please sign in to comment.