-
Notifications
You must be signed in to change notification settings - Fork 60
feat: upgrade [email protected] #2032
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
Conversation
|
Waiting for the CAPI Operator kubernetes-sigs/cluster-api-operator#880 to be merged and the new tag in order to unblock the PR |
bb9af3a to
79f7cd8
Compare
d3997f0 to
9d167eb
Compare
|
(Potentially) Optional:
|
|
Now blocked because of this change in the flag set by the cluster-api-operator, which |
23dd7ed to
65a689b
Compare
Bumps kcm's flux chart dependency to 2.16.4. Bumps the following providers to support capi v1.11.x: - in-cluster-ipam to 1.1.0-rc.1 - capi to 1.11.1 - docker to 1.11.1 - vsphere to 1.14.0 - projectsveltos to 1.1.1
Bumps capi-operator chart to v0.24.0. Bumps the following modules: - github.com/vmware-tanzu/[email protected] - github.com/onsi/ginkgo/[email protected] - github.com/fluxcd/source-controller/[email protected] - github.com/fluxcd/helm-controller/[email protected] - sigs.k8s.io/[email protected]
Bumps the following charts: - cert-manager to 1.19.0 Bumps the following providers: - k0smotron to 1.8.0 - cluster-api to 1.11.2 - CAPD to 1.11.2 Bumps the following go modules: - github.com/cert-manager/[email protected] - github.com/fluxcd/pkg/apis/[email protected] - github.com/fluxcd/pkg/[email protected] - github.com/fluxcd/source-controller/[email protected] - golang.org/x/[email protected] - golang.org/x/[email protected] - sigs.k8s.io/[email protected] - sigs.k8s.io/[email protected]
|
All bumps are done, the updated versions have been checked on several cloud providers and on the The e2e tests for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like clusterctl needs to be updated to v1.11.1 as well in the Makefile
Bumps: - github.com/fluxcd/helm-controller/[email protected] - github.com/fluxcd/pkg/[email protected] Removes stale image tag from projectsveltos provider template.
What this PR does / why we need it:
Updates the following provider templates:
[email protected][email protected][email protected][email protected][email protected][email protected]Updates the following cluster templates:
docker-hosted-cpvsphere-standalone-cpvsphere-hosted-cpUpdates the following go modules:
github.com/cert-manager/[email protected]github.com/fluxcd/helm-controller/[email protected]github.com/fluxcd/pkg/apis/[email protected]github.com/fluxcd/pkg/[email protected]github.com/fluxcd/source-controller/[email protected]github.com/projectsveltos/[email protected]github.com/projectsveltos/[email protected]github.com/prometheus/[email protected]github.com/onsi/ginkgo/[email protected]github.com/stretchr/[email protected]github.com/telekom/cluster-api-ipam-provider-infoblox@v0.1.0-alpha.9.0.20250915142448-0f5c6080348agithub.com/vmware-tanzu/[email protected]golang.org/x/[email protected]golang.org/x/[email protected]golang.org/x/[email protected]golang.org/x/[email protected]helm.sh/helm/[email protected]k8s.io/[email protected]k8s.io/[email protected]k8s.io/[email protected]k8s.io/[email protected]k8s.io/[email protected]k8s.io/[email protected]sigs.k8s.io/[email protected]sigs.k8s.io/[email protected]sigs.k8s.io/[email protected]sigs.k8s.io/[email protected]WARN
The following dependencies have been fetched from the
mainbranches:github.com/telekom/cluster-api-ipam-provider-infobloxThe
sigs.k8s.io/cluster-api-ipam-provider-in-clusterhas been updated to thev1.1.0-rc.1version.Updates the minimal required Go version to 1.25.1.
Adds a dedicated module for the deprecated
v1alpha1API to ensure the old dependencies.Fixes lint (hence
utilspackage rearrangement) issues.Fixes the corresponding failed integration tests due to the changes in the
cluster-apiandfluxcd(severaltypes migrated between modules) API.Tool bumps:
[email protected][email protected]Which issue(s) this PR fixes (optional,
Fixes #123):Closes #1850