Skip to content

Update dependency kubernetes-sigs/cluster-api to v1.10.1 #732

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Update Change
kubernetes-sigs/cluster-api minor 1.6.3 -> 1.10.1

Release Notes

kubernetes-sigs/cluster-api (kubernetes-sigs/cluster-api)

v1.10.1

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.0
📈 Overview
  • 5 new commits merged
  • 1 feature addition ✨
  • 2 bugs fixed 🐛
✨ New Features
  • Testing: Bump Kubernetes in tests to v1.33.0 and claim support for v1.33 (#​12105)
🐛 Bug Fixes
  • Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (#​12136)
🌱 Others
  • Dependency: Bump cert-manager to v1.17.1 (#​12127)

📖 Additionally, there has been 1 contribution to our documentation and book. (#​12124)

Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.0

Compare Source

👌 Kubernetes version support
  • Management Cluster: v1.28.x -> v1.32.x
  • Workload Cluster: v1.26.x -> v1.32.x

More information about version support can be found here

Highlights
Deprecation and Removals Warning
  • KCP/MachineSet: Removed deprecated flag for old infra machine naming (#​11679)
  • MD/MS/MP/KCP: Deprecated status replica counters planned for removal (#​11516)
  • MachineDeployment: Deprecated spec.progressDeadlineSeconds (#​11472)
  • CRD migration: Deprecated clusterctl upgrade CRD storage version migration for providers (#​11889)
  • ClusterResourceSet was promoted to GA, feature flag is now deprecated (#​11741)
Changes since v1.9
📈 Overview
  • 303 new commits merged
  • 8 breaking changes ⚠️
  • 23 feature additions ✨
  • 33 bugs fixed 🐛
📝 Proposals
  • Community meeting: ✨ 🧑‍🤝‍🧑 add proposal for Node Bootstrapping working group (#​11407)
⚠️ Breaking Changes
  • API: Add MaxItems markers to API fields (#​11934)
  • API: Add MaxLength & MinLength markers (#​11949)
  • API: Deprecate replica counters planned for removal (#​11516)
  • ClusterResourceSet: Deprecate the ClusterResourceSet feature flag (#​11741)
  • Dependency: Bump to controller-runtime v0.20 & controller-tools v0.17 (#​11633)
  • MachineDeployment: Deprecate MD.Spec.ProgressDeadlineSeconds (#​11472)
  • CAPD/e2e/CAPIM: CAPD DevCluster and Machine (#​11819)
  • KCP/MachineSet: Remove deprecated flag for old infra machine naming (#​11679)
✨ New Features
  • CABPK: Add bootCommands to cloud-init file generation (#​11271)
  • ClusterClass: Add Availability and ReadinessGates to ClusterClass (#​11868)
  • ClusterClass: Add classNamespace to topology (#​11352)
  • ClusterClass: Add e2e tests & clusterctl changes for cross-ns CC ref (#​11395)
  • ClusterClass: Clusterctl move support for a cross namespace ClusterClass reference (#​11649)
  • clusterctl: Add addon provider fleet to registry (#​11806)
  • clusterctl: Add OpenNebula infrastructure provider to clusterctl (#​11835)
  • clusterctl: Add support for clusterctl gitlab auth (#​11792)
  • ClusterResourceSet: Integrate CRS code into regular code structure (#​11943)
  • Controller-runtime: Add PriorityQueue feature gate (#​11698)
  • e2e: Extend scale test and make ExtensionConfig name in RuntimeSDK test configurable (#​11667)
  • e2e: Test n-3 clusterctl upgrade (#​11884)
  • KCP: Add preflight check for pending version upgrade from topology (#​11927)
  • Machine: Add MachineDrainRule "WaitCompleted" (#​11545)
  • Machine: Sync machine annotations to nodes (#​11813)
  • MachineSet: Add ControlPlaneVersionSkew MS preflight check & preflight check cmd line flag (#​11941)
  • MachineSet: Extend ControlPlaneIsStable preflight check to check for a pending topology based ControlPlane version upgrade (#​11928)
  • API/Documentation/ClusterResourceSet: Promote feature CRS to GA (#​11365)
  • Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#​12021)
  • Runtime SDK: Extend cluster builtin to include classNamespace (#​12051)
  • Runtime SDK/Topology: implement BeforeClusterUpgrade annotation hook (#​11922)
  • Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#​11563)
  • util: Add CRD migrator, deprecate clusterctl upgrade CRD storage version migration (#​11889)
🐛 Bug Fixes
  • Bootstrap: Recreate bootstrap token if it was cleaned up (#​11520)
  • CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (#​11948)
  • CABPK: Make KubeadmConfig FileSystem.Label optional (#​12023)
  • CAPD: Fix worker machine count in CAPD template (#​12029)
  • CAPIM: Fix CAPD in-memory templates (#​12016)
  • CAPIM: Fix periodic resync in in-memory provider (#​11663)
  • CI/Kind: downgrade binary to v0.24.0 to fix building node images for <= v1.30 (#​11482)
  • Cluster: Modify calling agg cluster conditions (#​11952)
  • Clustercache: Increase timeout for informer List+Watch calls from 10s to 11m (#​11757)
  • Clustercache: Prevent concurrent map read/write when creating a cache (#​11707)
  • ClusterClass: Don't allow concurrent patch upgrades (#​11940)
  • ClusterClass: Ensure Cluster topology controller is not stuck when MDs are stuck in deletion (#​11771)
  • ClusterClass: Export runtime.Client interface and cache package (#​11611)
  • clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#​12002)
  • clusterctl: Fix multiline Ready condition in clusterctl describe for v1beta2 (#​11781)
  • clusterctl: send delete request before removing finalizers (#​11814)
  • Conditions: Avoid redundant reconciles if only generation of Paused condition changed (#​11972)
  • e2e: Properly display the namespace name in scale test (#​11547)
  • e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#​12022)
  • Machine: Sort list of pre-drain hooks for stable condition messages (#​11624)
  • Machine: Use correct APIVersion for KCP related exclude (#​11490)
  • MachineDeployment: Remove disableMachineCreate annotation from new machinesets during rolling machine deployment reconciliation (#​11415)
  • MachineHealthCheck/MHC: fix flaky test (#​11471)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#​11776)
  • API/ClusterClass: Fix MaxLength of worker topology Name fields (#​12084)
  • Release: Fix broken links in release team handbooks (#​11652)
  • Release: Use release branch for v1.10 alpha and beta releases (#​11979)
  • Testing: Default to topology flavor in NodeDrainTimeoutSpec (#​11727)
  • Testing: Fix flake TestMachineSetReconciler test (#​11728)
  • Testing: Fix flaky TestExtensionReconciler_Reconcile test (#​11903)
  • Testing: Fix MDR unit test (#​11874)
  • util: Also patch external refs if the UID differs (#​11688)
  • util/CRD migration: Fix cases where update validation fails (#​12001)
🌱 Others
  • API: Add KAL linter for linting API conventions (#​11733)
  • API: Enable integers lint of KAL (#​11887)
  • API: Enable maxlength linter (#​11906)
  • API: Enable nobools linter (#​11911)
  • API: Enable nofloats linter (#​11910)
  • API: Enable optionalorrequired linter (#​11909)
  • API: Enable requiredfields linter (#​11908)
  • API: Enable statussubresource linter (#​11907)
  • CAPD: Add v1beta2 conditions to DevMachine and DevCluster with Docker backend (#​11923)
  • CAPD: Add v1beta2 conditions to DevMachines with InMemory backend (#​11901)
  • CAPD: Disable image garbage collection in kubelet to align with kind (#​11904)
  • CAPIM/Inmemory: fix watch to continue serving based on resourceVersion parameter (#​11695)
  • CI: Bump md-link check to 1.0.17 (#​12077)
  • CI: Bump E2E to Kubernetes v1.33.0-rc.1 (#​12103)
  • CI: Bump github-action-markdown-link-check to 1.0.15 (#​11594)
  • CI: Default building kind node-images depending on KIND_BUILD_IMAGES env variable instead of ginkgo magic regexes (#​11784)
  • CI: Drop 1.0->current upgrade test (#​11755)
  • CI: Enable the conditions rule from KAL (#​11847)
  • CI/GITHUB: downgrade gh-release action (#​11588)
  • CI/Github: update branches for weekly actions (#​11578)
  • CI/Govulncheck: bump to v1.1.4 (#​11713)
  • CI/Scripts: fix checking out k/k release branch (#​11836)
  • CI: Set base branch for release-1.10 markdown link checks (#​11994)
  • CI: Update golangci-lint to v1.63.4 (#​11740)
  • Cluster: Improve waiting for CP / InfraCluster deletion logs (#​11823)
  • Cluster: Reconcile topology only when necessary (#​11605)
  • Cluster: Validate that infrastructureRef and controlPlaneRef cannot be unset (#​11969)
  • Clustercache: Add clustercache metrics (#​11789)
  • Clustercache: Do not use RequeueAfter when hitting ErrClusterNotConnected (#​11736)
  • ClusterClass: Add Namingstrategy to InfraCluster (#​11898)
  • ClusterClass: Consider IsProvisioning to determine if ControlPlane is stable (#​11939)
  • ClusterClass: Deprecate old ClusterClass index (#​11744)
  • ClusterClass: Improve webhook output to include the names of the clusters blocking a deletion (#​12062)
  • ClusterClass/Topology: fix godoc for LocalObjectTemplatesAreCompatible (#​11732)
  • clusterctl: Add Infrastructure provider Harvester (#​11477)
  • clusterctl: Add support infrastructure provider for Huawei Cloud (#​11861)
  • clusterctl: Bump cert-manager to v1.16.3 (#​11699)
  • clusterctl: Change k0smotron repo location (#​11872)
  • clusterctl: Fix fallback to overrides directory in home when there is no overrides directory in XDG directory (#​11824)
  • clusterctl: Properly indent multiline lists in clusterctl describe (#​11508)
  • clusterctl: Remove OCNE providers (#​11830)
  • ClusterResourceSet: Cleanup after CRS move (#​11968)
  • Conditions: Allow readiness and availability gates with negative polarity (#​11918)
  • Conditions: Drop unused v1beta2 conditions and reasons (#​11518)
  • Conditions: Fix formatting of blocking lifecycle hook condition message (#​11661)
  • Conditions: Fix log messages in Cluster set status code + some minor unit test fixes (#​11629)
  • Conditions: Handle "waiting for completion" in KCP, MD, MS and Machine conditions (#​11811)
  • Conditions/KCP: make EtcdMemberHealthy less verbose on client creation failures (#​11502)
  • Conditions/Machine: sort list of hooks for stable condition messages (#​11487)
  • Conditions: Refine v1beta2 summary (#​11498)
  • Conditions: Refine v1beta2 UpToDate and Rollout conditions (#​11503)
  • Conditions: Rename v1beta2 test types (#​11832)
  • Conditions: Set merge operation (#​11990)
  • Conditions: Small improvements to v1beta2 conditions godoc (#​11521)
  • Controller-runtime: Bump to controller-runtime v0.20.1 (#​11747)
  • Dependency: Bump controller-gen to v0.17.2 (#​11866)
  • Dependency: Bump conversion-gen to v0.32.2 (#​11869)
  • Dependency: Bump envtest to v1.32.0 (#​11632)
  • Dependency: Bump github.com/coredns/corefile-migration to v1.0.25 (#​11651)
  • Dependency: Bump go to v1.22.10 (#​11534)
  • Dependency: Bump go to v1.23.5 (#​11714)
  • Dependency: Bump go to v1.23.6 (#​11803)
  • Dependency: Bump go to v1.23.7 (#​11981)
  • Dependency: Bump go to v1.23.8 (#​12053)
  • Dependency: Bump golang.org/x/crypto (#​11579)
  • Dependency: Bump kustomize to v5.6.0 (#​11867)
  • Dependency: Bump sigs.k8s.io/kind to v0.26.0 (#​11586)
  • Dependency: Bump sigs.k8s.io/kind to v0.27.0 (#​11891)
  • Dependency: Bump the all-go-mod-patch-and-minor group across 3 directories with 8 updates (#​12024)
  • Dependency: Bump to controller-runtime v0.19.4 (#​11643)
  • Dependency: Bump to controller-runtime v0.20.2 (#​11850)
  • Dependency: Bump to controller-runtime v0.20.3 (#​11946)
  • Devtools: Add enable_core_provider option support in tilt-settings.yaml|json file (#​11879)
  • Devtools: Add Runtime Extension dashboard (#​11571)
  • Devtools: Bump CAPI Visualizer to v1.4.0 (#​11546)
  • Devtools: Bump kpromo to 5ab0dbc (#​11593)
  • Devtools: Disable TLS verification for Podman pushes inside of Tilt (#​11977)
  • Devtools: Fix reconcile extensions dashboard (#​11607)
  • Devtools/Metrics: use v1beta2 for condition metrics and add metrics for dockercluster devcluster dockermachine devmachine extensionconfig ipaddressclaim and crs (#​12041)
  • Devtools/Observability: bump helm charts to newer versions (#​11601)
  • Devtools/Observability: improvements to grafana and loki (#​11685)
  • Devtools/Observability: split up grafana configmap to not exceed the size limits on reoccuring apply (#​11769)
  • Devtools: Remove dependency to envsubst binary (#​11783)
  • Devtools/Tilt: use unique names for local_resources and buttons (#​11871)
  • Devtools: Update dev observability stack to latest versions (#​11905)
  • Devtools: Use port 3000 instead of 3001 for Grafana (#​11902)
  • e2e: Add clusterctl describe to E2E artifacts (#​11966)
  • e2e: Add ginkgo labels to e2e tests (#​11686)
  • e2e: Add log command line flags to e2e test binary (#​11662)
  • e2e: Add optional ClusterctlVariables to QuickStartSpecInput (#​11780)
  • e2e: Add retry to clusterctl UpgradeWithBinary (#​11478)
  • e2e: Adopt e2e labels usage (#​11763)
  • e2e: Allow e2e scalability test to have custom deletion timeout (#​11558)
  • e2e: Attempt older version upgrades twice to work around flake with the docker controller (#​11759)
  • e2e: Bump default kind image to v1.32.0 (#​11568)
  • e2e: Bump kubernetes release to v1.32.0-rc.1 (#​11538)
  • e2e: Bump Kubernetes version used for testing to v1.32.0-rc.0 (#​11483)
  • e2e: Bump Kubernetes version used for testing to v1.33.0-beta.0 (#​11958)
  • e2e: Bump Kubernetes version used for testing to v1.33.0-rc.0 (#​12076)
  • e2e: Create ExtensionConfig including name in settings and create one… (#​11956)
  • e2e: Drop v1.24 skip for runtime sdk test (#​11791)
  • e2e/scale: make coredns and etcd upgrade variables optional (#​11798)
  • e2e: Ensure node-drain with real volume detachments can get deleted without race conditions (#​11838)
  • e2e: Ensure to always preload kindnetd to not hit ImagePullBackoff (#​11986)
  • e2e/Test: order ginkgo flags, add --fail-on-pending --fail-on-empty, increase timeout to 3h (#​11800)
  • e2e/Test/framework: Rename GetVariable functions (#​11743)
  • e2e/Test: add options for additional resources and verify volume detach to node drain test (#​11526)
  • e2e: Use Kubernetes 1.33 for CI latest E2E test (#​11496)
  • e2e: Use latest kind image for K8s1.31 in E2E tests (#​11484)
  • e2e: Write clusterctl describe to ginkgowriter on failure (#​11983)
  • IPAM: Add v1beta2 conditions to IPAddressClaim (#​11971)
  • KCP: Bump corefile-migration library to v1.0.26 (#​12061)
  • KCP: Call etcd member list and alarms once in KCP's updateManagedEtcdConditions (#​11815)
  • KCP: Drop MemberUpdate from etcd client in KCP (#​11795)
  • KCP: Drop retry when computing KCP conditions (#​11515)
  • KCP: Drop retry when ready KCP conditions (#​11797)
  • KCP: Drop unnecessary etcd call from KCP (#​11489)
  • KCP: Fix typo in forward etcd leadership error message (#​12059)
  • KCP: Improve KCP remediation of multiple failures (#​11716)
  • KCP: Improve KCP scale up when using failure domains (#​11598)
  • KCP: Read etcd alarm list once per reconcile in KCP (#​11796)
  • KCP: Refine KCP's Available, ControlPlaneComponentsHealthy, EtcdClusterHealthy v1beta2 conditions (#​11504)
  • KCP: Stop recreating logger for etcd client (#​11664)
  • Logging: Log version directly on controller startup (#​11957)
  • Logging: Reduce log level of noisy logs in ExtensionConfig and Cluster controller (#​11660)
  • Machine: Add --additional-sync-machine-labels to allow syncing additional labels to Nodes (#​11650)
  • Machine: Improve Machine create and delete logs (#​11693)
  • Machine: Move MDR unique validations to CEL (#​11852)
  • Machine: Refine v1beta2 NodeHealthy condition (#​11494)
  • Machine: Remove solved todo comment (#​11566)
  • MachineDeployment: Improve MachineSet create and delete logs (#​11751)
  • MachineDeployment: Refine MachineDeployment v1beta2 available condition (#​11501)
  • MachineHealthCheck: Improve Machine remediation logs (#​11692)
  • MachineSet/controller: delete Bootstrap object when creating InfraMachine object failed (#​11211)
  • Misc: Enable commentstart lint of KAL (#​11936)
  • Misc: Enable jsontags lint of KAL (#​11890)
  • Misc: Remove labels.includeSelectors from config/crd/kustomization.yaml (#​11753)
  • Misc: Remove redundant pagination with cached clients (#​11873)
  • Misc: Use context.WithTimeoutCause and context.WithCancelCause for better readability (#​11705)
  • Misc: Use std API instead of exp API (#​11790)
  • Dependency/Conditions: Update controller-runtime to v0.19.3 (#​11524)
  • KCP/MachineSet: Prioritize Machine with remediate-machine anotation when selecting the next machine to be remediated (#​11495)
  • MachineSet/MachineDeployment: Add NamingStrategy to MachineDeployment (#​11172)
  • Release: Align release 1.10 job creation with the new code freeze (#​11799)
  • Release: Follow up of 11647 (#​11659)
  • Release: Prepare main branch for v1.10 development (#​11647)
  • Release: Release notes v1.9.0-rc.1 fix (#​11530)
  • Release: Use github.base_ref in markdown-link-check (#​12039)
  • Runtime SDK: Add v1beta2 conditions to ExtensionConfig (#​11848)
  • Runtime SDK: Cache DiscoveryVariables calls (#​11592)
  • Runtime SDK: Sync Cache configuration in tests (#​11768)
  • Runtime SDK/Test: add cluster to logger to co-relate requests to clusters in tests (#​11938)
  • Testing: Set MachinePool feature gates in tests correctly with testutil (#​11921)
  • Testing: Test BYO certificates (#​10681)
  • Testing: Use inCluster kubeconfig if empty var provided (#​11865)
  • util: Add SSA cache metrics (#​11635)
  • util: Add TypedAll, ResourceIsUnchanged and TypedResourceIsUnchanged predicates (#​11597)
  • util: Call patchHelper only if necessary when reconciling external refs (#​11666)
  • util/PatchHelper: call toUnstructured only if necessary (#​11665)

📖 Additionally, there have been 36 contributions to our documentation and book. (#​11479, #​11486, #​11491, #​11543, #​11557, #​11559, #​11575, #​11581, #​11584, #​11596, #​11623, #​11628, #​11648, #​11696, #​11702, #​11703, #​11723, #​11731, #​11734, #​11735, #​11752, #​11754, #​11774, #​11786, #​11807, #​11810, #​11817, #​11870, #​11875, #​11878, #​11883, #​11914, #​11929, #​11931, #​11999, #​12075)

Dependencies
Added
  • cloud.google.com/go/auth/oauth2adapt: v0.2.6
  • cloud.google.com/go/auth: v0.13.0
  • cloud.google.com/go/monitoring: v1.21.2
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric: v0.48.1
  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping: v0.48.1
  • github.com/go-viper/mapstructure/v2: v2.2.1
  • github.com/planetscale/vtprotobuf: 0393e58
  • go.opentelemetry.io/contrib/detectors/gcp: v1.29.0
  • go.opentelemetry.io/otel/sdk/metric: v1.29.0
Changed
  • cel.dev/expr: v0.15.0 → v0.18.0
  • cloud.google.com/go/compute/metadata: v0.3.0 → v0.6.0
  • cloud.google.com/go/iam: v1.1.5 → v1.2.2
  • cloud.google.com/go/storage: v1.35.1 → v1.49.0
  • cloud.google.com/go: v0.112.1 → v0.116.0
  • github.com/Azure/go-ansiterm: d185dfc → 306776e
  • github.com/cncf/xds/go: 555b57e → b4127c9
  • github.com/coredns/corefile-migration: v1.0.24 → v1.0.26
  • github.com/cpuguy83/go-md2man/v2: v2.0.4 → v2.0.6
  • github.com/emicklei/go-restful/v3: v3.12.1 → v3.12.2
  • github.com/envoyproxy/go-control-plane: v0.12.0 → v0.13.1
  • github.com/envoyproxy/protoc-gen-validate: v1.0.4 → v1.1.0
  • github.com/evanphx/json-patch/v5: v5.9.0 → v5.9.11
  • github.com/fsnotify/fsnotify: v1.7.0 → v1.8.0
  • github.com/go-openapi/jsonpointer: v0.19.6 → v0.21.0
  • github.com/go-openapi/swag: v0.22.4 → v0.23.0
  • github.com/golang/glog: v1.2.1 → v1.2.2
  • github.com/google/btree: v1.0.1 → v1.1.3
  • github.com/google/cel-go: v0.20.1 → v0.22.0
  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • github.com/google/pprof: d1b30fe → 40e02aa
  • github.com/google/s2a-go: v0.1.7 → v0.1.8
  • github.com/googleapis/enterprise-certificate-proxy: v0.3.2 → v0.3.4
  • github.com/googleapis/gax-go/v2: v2.12.3 → v2.14.1
  • github.com/gorilla/websocket: v1.5.0 → v1.5.3
  • github.com/gregjones/httpcache: 9cad4c3 → 901d907
  • github.com/hashicorp/golang-lru: v0.5.4 → v0.5.1
  • github.com/jessevdk/go-flags: v1.4.0 → v1.6.1
  • github.com/jonboulle/clockwork: v0.2.2 → v0.4.0
  • github.com/moby/spdystream: v0.4.0 → v0.5.0
  • github.com/onsi/ginkgo/v2: v2.22.0 → v2.23.3
  • github.com/onsi/gomega: v1.36.0 → v1.36.3
  • github.com/pelletier/go-toml/v2: v2.2.2 → v2.2.3
  • github.com/pkg/sftp: v1.13.6 → v1.13.7
  • github.com/sagikazarmark/locafero: v0.4.0 → v0.7.0
  • github.com/spf13/afero: v1.11.0 → v1.12.0
  • github.com/spf13/cast: v1.7.0 → v1.7.1
  • github.com/spf13/cobra: v1.8.1 → v1.9.1
  • github.com/spf13/pflag: v1.0.5 → v1.0.6
  • github.com/spf13/viper: v1.19.0 → v1.20.0
  • github.com/stoewer/go-strcase: v1.2.0 → v1.3.0
  • github.com/stretchr/objx: v0.5.2 → v0.5.0
  • github.com/stretchr/testify: v1.9.0 → v1.10.0
  • github.com/xiang90/probing: 43a291a → a49e3df
  • go.etcd.io/bbolt: v1.3.9 → v1.3.11
  • go.etcd.io/etcd/api/v3: v3.5.17 → v3.5.20
  • go.etcd.io/etcd/client/pkg/v3: v3.5.17 → v3.5.20
  • go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16
  • go.etcd.io/etcd/client/v3: v3.5.17 → v3.5.20
  • go.etcd.io/etcd/pkg/v3: v3.5.13 → v3.5.16
  • go.etcd.io/etcd/raft/v3: v3.5.13 → v3.5.16
  • go.etcd.io/etcd/server/v3: v3.5.13 → v3.5.16
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.53.0 → v0.54.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 → v0.54.0
  • go.opentelemetry.io/otel/metric: v1.28.0 → v1.29.0
  • go.opentelemetry.io/otel/sdk: v1.28.0 → v1.29.0
  • go.opentelemetry.io/otel/trace: v1.28.0 → v1.29.0
  • go.opentelemetry.io/otel: v1.28.0 → v1.29.0
  • golang.org/x/crypto: v0.29.0 → v0.36.0
  • golang.org/x/mod: v0.21.0 → v0.23.0
  • golang.org/x/net: v0.31.0 → v0.37.0
  • golang.org/x/oauth2: v0.24.0 → v0.28.0
  • golang.org/x/sync: v0.9.0 → v0.12.0
  • golang.org/x/sys: v0.27.0 → v0.31.0
  • golang.org/x/term: v0.26.0 → v0.30.0
  • golang.org/x/text: v0.20.0 → v0.23.0
  • golang.org/x/time: v0.5.0 → v0.8.0
  • golang.org/x/tools: v0.26.0 → v0.30.0
  • golang.org/x/xerrors: 04be3eb5ec99f8
  • gomodules.xyz/jsonpatch/v2: v2.4.0 → v2.5.0
  • google.golang.org/api: v0.171.0 → v0.215.0
  • google.golang.org/appengine: v1.6.8 → v1.6.7
  • google.golang.org/genproto/googleapis/api: 5315273e6fa225
  • google.golang.org/genproto/googleapis/rpc: f6361c83abc09e
  • google.golang.org/genproto: 012b6fce639e21
  • google.golang.org/grpc: v1.65.1 → v1.67.3
  • google.golang.org/protobuf: v1.35.1 → v1.36.5
  • k8s.io/api: v0.31.3 → v0.32.3
  • k8s.io/apiextensions-apiserver: v0.31.3 → v0.32.3
  • k8s.io/apimachinery: v0.31.3 → v0.32.3
  • k8s.io/apiserver: v0.31.3 → v0.32.3
  • k8s.io/client-go: v0.31.3 → v0.32.3
  • k8s.io/cluster-bootstrap: v0.31.3 → v0.32.3
  • k8s.io/code-generator: v0.31.3 → v0.32.3
  • k8s.io/component-base: v0.31.3 → v0.32.3
  • k8s.io/gengo/v2: 51d4e062b36238
  • k8s.io/kms: v0.31.3 → v0.32.3
  • k8s.io/kube-openapi: 70dd37632ad38e
  • k8s.io/utils: 18e509b3ea5e8c
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0
  • sigs.k8s.io/controller-runtime: v0.19.3 → v0.20.4
  • sigs.k8s.io/json: bc3834c9aa6b5e
  • sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2
Removed
  • cloud.google.com/go/compute: v1.24.0
  • cloud.google.com/go/firestore: v1.15.0
  • cloud.google.com/go/longrunning: v0.5.5
  • github.com/armon/go-metrics: v0.4.1
  • github.com/googleapis/google-cloud-go-testing: 1c9a4c6
  • github.com/hashicorp/consul/api: v1.28.2
  • github.com/hashicorp/errwrap: v1.1.0
  • github.com/hashicorp/go-cleanhttp: v0.5.2
  • github.com/hashicorp/go-hclog: v1.5.0
  • github.com/hashicorp/go-immutable-radix: v1.3.1
  • github.com/hashicorp/go-multierror: v1.1.1
  • github.com/hashicorp/go-rootcerts: v1.0.2
  • github.com/hashicorp/hcl: v1.0.0
  • github.com/hashicorp/serf: v0.10.1
  • github.com/imdario/mergo: v0.3.13
  • github.com/klauspost/compress: v1.17.2
  • github.com/magiconair/properties: v1.8.7
  • github.com/mitchellh/go-homedir: v1.1.0
  • github.com/mitchellh/mapstructure: v1.5.0
  • github.com/nats-io/nats.go: v1.34.0
  • github.com/nats-io/nkeys: v0.4.7
  • github.com/nats-io/nuid: v1.0.1
  • github.com/sagikazarmark/crypt: v0.19.0
  • github.com/sagikazarmark/slog-shim: v0.1.0
  • gopkg.in/ini.v1: v1.67.0

Thanks to all our contributors! 😊

v1.9.7

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.32.x
  • Workload Cluster: v1.26.x -> v1.32.x

Changes since v1.9.6

📈 Overview

  • 8 new commits merged
  • 2 feature additions ✨
  • 1 bug fixed 🐛

✨ New Features

  • Machine: Sync machine annotations to nodes (#​11980)

🐛 Bug Fixes

  • clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#​12003)

🌱 Others

  • CI: Github: bump md-link check to 1.0.17 (#​12078)
  • Devtools: Disable TLS verification for Podman pushes inside of Tilt (#​12008)
  • e2e: Ensure to always preload kindnetd to not hit ImagePullBackoff (#​11995)
  • KCP: Bump corefile-migration library to v1.0.26 (#​12063)

📖 Additionally, there has been 1 contribution to our documentation and book. (#​12090)

Dependencies

Added

Nothing has changed.

Changed
Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.6

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.32.x
  • Workload Cluster: v1.26.x -> v1.32.x

More information about version support can be found here

Changes since v1.9.5

📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨
  • 3 bugs fixed 🐛

✨ New Features

  • clusterctl: Add OpenNebula infrastructure provider to clusterctl (#​11886)

🐛 Bug Fixes

  • CABPK: Ensure kubeadm cont

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@scs-zuul
Copy link

scs-zuul bot commented Apr 16, 2024

Build succeeded (e2e-quick-test pipeline).
https://zuul.scs.community/t/SCS/buildset/29b9c56217dd4beb83af117130f97164

✔️ k8s-cluster-api-provider-e2e-quick SUCCESS in 33m 46s

Warning:

SCS Compliance results Testing SCS Compatible KaaS version v2 ******************************************************* Testing standard Kubernetes version policy ... Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ... INFO: Checking cluster specified by default context in /home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform/pr732-311134.yaml.gx-scs-zuul. INFO: The K8s cluster version 1.28.8 of cluster 'pr732-311134-admin@pr732-311134' is still in the recency time window.

... returned 0 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
The config file under ./config.yaml couldn't be found, falling back to the default config.
... returned 0 errors, 0 aborts


Testing standard CNCF Kubernetes conformance ...
Reference: https://github.com/cncf/k8s-conformance/tree/master ...
WARNING: No check tool specified for CNCF Kubernetes conformance


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v2: PASSED
Testing SCS Compatible KaaS version v1


Testing standard Kubernetes version policy ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ...
... returned 0 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
... returned 0 errors, 0 aborts


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v1: PASSED

Sonobouy results === Collecting results === time="2024-04-16T20:09:32Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy time="2024-04-16T20:09:32Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[sonobuoy-serviceaccount-sonobuoy]" time="2024-04-16T20:09:32Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[sonobuoy-serviceaccount-sonobuoy]" Plugin: e2e Status: passed Total: 7393 Passed: 5 Failed: 0 Skipped: 7388

Plugin: systemd-logs
Status: passed
Total: 6
Passed: 6
Failed: 0
Skipped: 0

Run Details:
API Server version: v1.28.8
Node health: 6/6 (100%)
Pods health: 51/51 (100%)
Errors detected in files:
Errors:
24827 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-95s5z/logs/kube-apiserver.txt
150 podlogs/kube-system/etcd-pr732-311134-control-plane-95s5z/logs/etcd.txt
68 podlogs/kube-system/kube-scheduler-pr732-311134-control-plane-4pwfp/logs/kube-scheduler.txt
38 podlogs/kube-system/etcd-pr732-311134-control-plane-z9vkt/logs/etcd.txt
37 podlogs/kube-system/snapshot-controller-7c5dccb849-g26lg/logs/snapshot-controller.txt
36 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-z9vkt/logs/kube-apiserver.txt
33 podlogs/kube-system/kube-scheduler-pr732-311134-control-plane-z9vkt/logs/kube-scheduler.txt
27 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-4pwfp/logs/kube-apiserver.txt
22 podlogs/kube-system/etcd-pr732-311134-control-plane-4pwfp/logs/etcd.txt
20 podlogs/kube-system/kube-controller-manager-pr732-311134-control-plane-z9vkt/logs/kube-controller-manager.txt
12 podlogs/kube-system/openstack-cloud-controller-manager-ldzmm/logs/openstack-cloud-controller-manager.txt
6 podlogs/kube-system/cilium-xm9fk/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-6mcvn/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-rrvtz/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-n857f/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-b2z5p/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-8hcw8/logs/cilium-agent.txt
4 podlogs/kube-system/kube-controller-manager-pr732-311134-control-plane-4pwfp/logs/kube-controller-manager.txt
3 podlogs/kube-system/cilium-operator-dd95cc587-4r2sk/logs/cilium-operator.txt
1 podlogs/kube-system/kube-proxy-fltjm/logs/kube-proxy.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-sx88f/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/kube-proxy-5lsj4/logs/kube-proxy.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-p4n6g/logs/node-driver-registrar.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-93d7d8b9658c4235/logs/e2e.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-hjxv8/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-kwnlt/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-69j84/logs/node-driver-registrar.txt
1 podlogs/kube-system/kube-proxy-pkvvg/logs/kube-proxy.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-dxpr2/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-n4z5f/logs/node-driver-registrar.txt
Warnings:
1141 podlogs/kube-system/etcd-pr732-311134-control-plane-95s5z/logs/etcd.txt
369 podlogs/kube-system/etcd-pr732-311134-control-plane-4pwfp/logs/etcd.txt
325 podlogs/kube-system/etcd-pr732-311134-control-plane-z9vkt/logs/etcd.txt
156 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-95s5z/logs/kube-apiserver.txt
44 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-z9vkt/logs/kube-apiserver.txt
36 podlogs/kube-system/kube-scheduler-pr732-311134-control-plane-4pwfp/logs/kube-scheduler.txt
34 podlogs/kube-system/kube-apiserver-pr732-311134-control-plane-4pwfp/logs/kube-apiserver.txt
18 podlogs/kube-system/kube-scheduler-pr732-311134-control-plane-z9vkt/logs/kube-scheduler.txt
8 podlogs/kube-system/openstack-cloud-controller-manager-ldzmm/logs/openstack-cloud-controller-manager.txt
6 podlogs/kube-system/cilium-n857f/logs/cilium-agent.txt
5 podlogs/kube-system/csi-cinder-nodeplugin-69j84/logs/node-driver-registrar.txt
4 podlogs/kube-system/csi-cinder-controllerplugin-7856bb577-xc8j8/logs/csi-attacher.txt
3 podlogs/kube-system/csi-cinder-nodeplugin-p4n6g/logs/node-driver-registrar.txt
2 podlogs/kube-system/csi-cinder-controllerplugin-7856bb577-xc8j8/logs/csi-provisioner.txt
2 podlogs/kube-system/kube-controller-manager-pr732-311134-control-plane-z9vkt/logs/kube-controller-manager.txt
2 podlogs/kube-system/cilium-xm9fk/logs/cilium-agent.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-p4n6g/logs/liveness-probe.txt
1 podlogs/kube-system/cilium-6mcvn/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-rrvtz/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-operator-dd95cc587-4r2sk/logs/cilium-operator.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-dxpr2/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-hjxv8/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-69j84/logs/liveness-probe.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-sx88f/logs/openstack-cloud-controller-manager.txt
1 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-dxpr2/logs/liveness-probe.txt
1 podlogs/kube-system/cilium-8hcw8/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-b2z5p/logs/cilium-agent.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-n4z5f/logs/liveness-probe.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-93d7d8b9658c4235/logs/e2e.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-kwnlt/logs/node-driver-registrar.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-qc2wf/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-n4z5f/logs/node-driver-registrar.txt
time="2024-04-16T20:09:33Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy
time="2024-04-16T20:09:33Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[]"
time="2024-04-16T20:09:33Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[]"

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 7 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}
...

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 6 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-04-16 20:09:38 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}
...
...
...

Namespace "sonobuoy" has been deleted

Deleted all ClusterRoles and ClusterRoleBindings.
=== Sonobuoy conformance tests passed in 114s ===
make[1]: Leaving directory '/home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform'

@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from bea7b0f to b6b7180 Compare April 23, 2024 19:39
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.7.0 Update dependency kubernetes-sigs/cluster-api to v1.7.1 Apr 23, 2024
@scs-zuul
Copy link

scs-zuul bot commented Apr 25, 2024

Build failed (e2e-quick-test pipeline).
https://zuul.scs.community/t/SCS/buildset/cb678f3beaf8405db2db12b51af80bbc

k8s-cluster-api-provider-e2e-quick FAILURE in 29m 26s

Warning:

SCS Compliance results Testing SCS Compatible KaaS version v2 ******************************************************* Testing standard Kubernetes version policy ... Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ... INFO: Checking cluster specified by default context in /home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform/pr732-a8d190.yaml.gx-scs-zuul. ERROR: The K8s cluster version 1.28.8 of cluster 'pr732-a8d190-admin@pr732-a8d190' is outdated according to the standard.

... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
The config file under ./config.yaml couldn't be found, falling back to the default config.
... returned 0 errors, 0 aborts


Testing standard CNCF Kubernetes conformance ...
Reference: https://github.com/cncf/k8s-conformance/tree/master ...
WARNING: No check tool specified for CNCF Kubernetes conformance


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v2: 1 ERRORS
Testing SCS Compatible KaaS version v1


Testing standard Kubernetes version policy ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ...
... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
... returned 0 errors, 0 aborts


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v1: 1 ERRORS

Sonobouy results === Collecting results === time="2024-04-25T11:25:09Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy time="2024-04-25T11:25:09Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[sonobuoy-serviceaccount-sonobuoy]" time="2024-04-25T11:25:09Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[sonobuoy-serviceaccount-sonobuoy]" Plugin: e2e Status: passed Total: 7393 Passed: 5 Failed: 0 Skipped: 7388

Plugin: systemd-logs
Status: passed
Total: 6
Passed: 6
Failed: 0
Skipped: 0

Run Details:
API Server version: v1.28.8
Node health: 6/6 (100%)
Pods health: 51/51 (100%)
Errors detected in files:
Errors:
5312 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-wmt66/logs/kube-apiserver.txt
95 podlogs/kube-system/etcd-pr732-a8d190-control-plane-wmt66/logs/etcd.txt
61 podlogs/kube-system/kube-scheduler-pr732-a8d190-control-plane-bj6hh/logs/kube-scheduler.txt
31 podlogs/kube-system/kube-scheduler-pr732-a8d190-control-plane-vws2k/logs/kube-scheduler.txt
22 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-vws2k/logs/kube-apiserver.txt
22 podlogs/kube-system/openstack-cloud-controller-manager-7bzwh/logs/openstack-cloud-controller-manager.txt
20 podlogs/kube-system/snapshot-controller-7c5dccb849-42hps/logs/snapshot-controller.txt
19 podlogs/kube-system/etcd-pr732-a8d190-control-plane-vws2k/logs/etcd.txt
18 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-bj6hh/logs/kube-apiserver.txt
17 podlogs/kube-system/etcd-pr732-a8d190-control-plane-bj6hh/logs/etcd.txt
17 podlogs/kube-system/kube-controller-manager-pr732-a8d190-control-plane-wmt66/logs/kube-controller-manager.txt
7 podlogs/kube-system/cilium-9dwzz/logs/cilium-agent.txt
6 podlogs/kube-system/cilium-f9cpk/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-p8frq/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-tbghf/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-x8qxc/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-c6lbm/logs/cilium-agent.txt
3 podlogs/kube-system/kube-controller-manager-pr732-a8d190-control-plane-vws2k/logs/kube-controller-manager.txt
3 podlogs/kube-system/kube-controller-manager-pr732-a8d190-control-plane-bj6hh/logs/kube-controller-manager.txt
2 podlogs/kube-system/cilium-operator-dd95cc587-x9jd5/logs/cilium-operator.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-p492k/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-rhddf/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-cc9fz/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-jvtdj/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-6t4fg/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-2kd96/logs/node-driver-registrar.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-5067bb150ffa4985/logs/e2e.txt
Warnings:
991 podlogs/kube-system/etcd-pr732-a8d190-control-plane-wmt66/logs/etcd.txt
570 podlogs/kube-system/etcd-pr732-a8d190-control-plane-vws2k/logs/etcd.txt
413 podlogs/kube-system/etcd-pr732-a8d190-control-plane-bj6hh/logs/etcd.txt
44 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-wmt66/logs/kube-apiserver.txt
43 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-vws2k/logs/kube-apiserver.txt
33 podlogs/kube-system/kube-scheduler-pr732-a8d190-control-plane-bj6hh/logs/kube-scheduler.txt
31 podlogs/kube-system/kube-apiserver-pr732-a8d190-control-plane-bj6hh/logs/kube-apiserver.txt
18 podlogs/kube-system/kube-scheduler-pr732-a8d190-control-plane-vws2k/logs/kube-scheduler.txt
16 podlogs/kube-system/openstack-cloud-controller-manager-7bzwh/logs/openstack-cloud-controller-manager.txt
6 podlogs/kube-system/cilium-x8qxc/logs/cilium-agent.txt
5 podlogs/kube-system/csi-cinder-nodeplugin-cc9fz/logs/node-driver-registrar.txt
5 podlogs/kube-system/csi-cinder-nodeplugin-rhddf/logs/node-driver-registrar.txt
4 podlogs/kube-system/csi-cinder-controllerplugin-6b4ff4d6f9-scwkl/logs/csi-attacher.txt
4 podlogs/kube-system/csi-cinder-nodeplugin-6t4fg/logs/node-driver-registrar.txt
3 podlogs/kube-system/cilium-9dwzz/logs/cilium-agent.txt
2 podlogs/kube-system/csi-cinder-controllerplugin-6b4ff4d6f9-scwkl/logs/csi-provisioner.txt
2 podlogs/kube-system/cilium-f9cpk/logs/cilium-agent.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-cc9fz/logs/liveness-probe.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-bgr9t/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-2kd96/logs/liveness-probe.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-jvtdj/logs/liveness-probe.txt
1 podlogs/kube-system/cilium-operator-dd95cc587-x9jd5/logs/cilium-operator.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-rhddf/logs/liveness-probe.txt
1 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-5067bb150ffa4985/logs/e2e.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-p492k/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-jvtdj/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-p492k/logs/liveness-probe.txt
1 podlogs/kube-system/cilium-tbghf/logs/cilium-agent.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-6t4fg/logs/liveness-probe.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-78xnf/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-2kd96/logs/node-driver-registrar.txt
1 podlogs/kube-system/cilium-p8frq/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-c6lbm/logs/cilium-agent.txt
time="2024-04-25T11:25:10Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy
time="2024-04-25T11:25:10Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[]"
time="2024-04-25T11:25:10Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[]"

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[]}

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 7 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 6 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-04-25 11:25:16 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}
...
...
...

Namespace "sonobuoy" has been deleted

Deleted all ClusterRoles and ClusterRoleBindings.
=== Sonobuoy conformance tests passed in 115s ===
make[1]: Leaving directory '/home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform'

@scs-zuul
Copy link

scs-zuul bot commented May 2, 2024

Build failed (e2e-quick-test pipeline).
https://zuul.scs.community/t/SCS/buildset/b9ae531563eb4171be0d61496f3a7384

k8s-cluster-api-provider-e2e-quick FAILURE in 39m 29s

Warning:

SCS Compliance results Testing SCS Compatible KaaS version v2 ******************************************************* Testing standard Kubernetes version policy ... Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ... INFO: Checking cluster specified by default context in /home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform/pr732-f141dc.yaml.gx-scs-zuul. ERROR: The K8s cluster version 1.28.8 of cluster 'pr732-f141dc-admin@pr732-f141dc' is outdated according to the standard.

... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 2 host-ids.
The config file under ./config.yaml couldn't be found, falling back to the default config.
... returned 0 errors, 0 aborts


Testing standard CNCF Kubernetes conformance ...
Reference: https://github.com/cncf/k8s-conformance/tree/master ...
WARNING: No check tool specified for CNCF Kubernetes conformance


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v2: 1 ERRORS
Testing SCS Compatible KaaS version v1


Testing standard Kubernetes version policy ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ...
... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
... returned 0 errors, 0 aborts


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v1: 1 ERRORS

Sonobouy results === Collecting results === time="2024-05-02T07:24:15Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy time="2024-05-02T07:24:15Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[sonobuoy-serviceaccount-sonobuoy]" time="2024-05-02T07:24:15Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[sonobuoy-serviceaccount-sonobuoy]" Plugin: e2e Status: passed Total: 7393 Passed: 5 Failed: 0 Skipped: 7388

Plugin: systemd-logs
Status: passed
Total: 5
Passed: 5
Failed: 0
Skipped: 0

Run Details:
API Server version: v1.28.8
Node health: 6/6 (100%)
Pods health: 51/51 (100%)
Errors detected in files:
Errors:
20389 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-8zgg7/logs/kube-apiserver.txt
188 podlogs/kube-system/kube-scheduler-pr732-f141dc-control-plane-7gnln/logs/kube-scheduler.txt
138 podlogs/kube-system/etcd-pr732-f141dc-control-plane-8zgg7/logs/etcd.txt
90 podlogs/kube-system/kube-scheduler-pr732-f141dc-control-plane-dgkbs/logs/kube-scheduler.txt
33 podlogs/kube-system/snapshot-controller-7c5dccb849-btrb8/logs/snapshot-controller.txt
27 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-7gnln/logs/kube-apiserver.txt
26 podlogs/kube-system/etcd-pr732-f141dc-control-plane-7gnln/logs/etcd.txt
18 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-dgkbs/logs/kube-apiserver.txt
15 podlogs/kube-system/kube-controller-manager-pr732-f141dc-control-plane-8zgg7/logs/kube-controller-manager.txt
13 podlogs/kube-system/etcd-pr732-f141dc-control-plane-dgkbs/logs/etcd.txt
10 podlogs/kube-system/openstack-cloud-controller-manager-8hwsn/logs/openstack-cloud-controller-manager.txt
6 podlogs/sonobuoy/sonobuoy-systemd-logs-daemon-set-b5eb429269794e44-bcgq7/logs/sonobuoy-worker.txt
6 podlogs/kube-system/cilium-7c6vs/logs/cilium-agent.txt
6 podlogs/kube-system/kube-controller-manager-pr732-f141dc-control-plane-7gnln/logs/kube-controller-manager.txt
6 podlogs/kube-system/cilium-kmjkg/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-xtzf5/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-nxxdr/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-qn5bs/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-zhplk/logs/cilium-agent.txt
2 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
2 podlogs/kube-system/kube-controller-manager-pr732-f141dc-control-plane-dgkbs/logs/kube-controller-manager.txt
1 podlogs/kube-system/cilium-operator-dd95cc587-ltwgg/logs/cilium-operator.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-2w9qt/logs/node-driver-registrar.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-934459c6658545ce/logs/e2e.txt
1 podlogs/kube-system/kube-proxy-29wt4/logs/kube-proxy.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-j86nr/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-zcvb2/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-flgdz/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-96cs9/logs/node-driver-registrar.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-6hl82/logs/node-driver-registrar.txt
1 podlogs/kube-system/metrics-server-56cfc8b678-d5nfn/logs/metrics-server.txt
Warnings:
2041 podlogs/kube-system/etcd-pr732-f141dc-control-plane-8zgg7/logs/etcd.txt
888 podlogs/kube-system/etcd-pr732-f141dc-control-plane-7gnln/logs/etcd.txt
276 podlogs/kube-system/etcd-pr732-f141dc-control-plane-dgkbs/logs/etcd.txt
78 podlogs/kube-system/kube-scheduler-pr732-f141dc-control-plane-7gnln/logs/kube-scheduler.txt
48 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-8zgg7/logs/kube-apiserver.txt
47 podlogs/kube-system/kube-scheduler-pr732-f141dc-control-plane-dgkbs/logs/kube-scheduler.txt
42 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-7gnln/logs/kube-apiserver.txt
31 podlogs/kube-system/kube-apiserver-pr732-f141dc-control-plane-dgkbs/logs/kube-apiserver.txt
8 podlogs/kube-system/openstack-cloud-controller-manager-8hwsn/logs/openstack-cloud-controller-manager.txt
7 podlogs/kube-system/cilium-7c6vs/logs/cilium-agent.txt
4 podlogs/kube-system/csi-cinder-controllerplugin-768588bdcf-zdgb6/logs/csi-attacher.txt
3 podlogs/kube-system/csi-cinder-nodeplugin-flgdz/logs/node-driver-registrar.txt
3 podlogs/kube-system/csi-cinder-nodeplugin-zcvb2/logs/node-driver-registrar.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-2w9qt/logs/node-driver-registrar.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-j86nr/logs/node-driver-registrar.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-flgdz/logs/liveness-probe.txt
2 podlogs/kube-system/cilium-kmjkg/logs/cilium-agent.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-j86nr/logs/liveness-probe.txt
2 podlogs/kube-system/csi-cinder-controllerplugin-768588bdcf-zdgb6/logs/csi-provisioner.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-6hl82/logs/node-driver-registrar.txt
2 podlogs/kube-system/csi-cinder-nodeplugin-zcvb2/logs/liveness-probe.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-96cs9/logs/node-driver-registrar.txt
1 podlogs/kube-system/cilium-qn5bs/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-operator-dd95cc587-ltwgg/logs/cilium-operator.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-934459c6658545ce/logs/e2e.txt
1 podlogs/kube-system/cilium-xtzf5/logs/cilium-agent.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-kqs4c/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/csi-cinder-controllerplugin-768588bdcf-zdgb6/logs/csi-snapshotter.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-6hl82/logs/liveness-probe.txt
1 podlogs/sonobuoy/sonobuoy-systemd-logs-daemon-set-b5eb429269794e44-bcgq7/logs/sonobuoy-worker.txt
1 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
1 podlogs/kube-system/cilium-nxxdr/logs/cilium-agent.txt
1 podlogs/kube-system/openstack-cloud-controller-manager-lhfhg/logs/openstack-cloud-controller-manager.txt
1 podlogs/kube-system/cilium-zhplk/logs/cilium-agent.txt
1 podlogs/kube-system/csi-cinder-nodeplugin-2w9qt/logs/liveness-probe.txt
time="2024-05-02T07:24:16Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy
time="2024-05-02T07:24:16Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[]"
time="2024-05-02T07:24:16Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[]"

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[]}

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 6 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 5 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-05-02 07:24:22 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}
...
...
...

Namespace "sonobuoy" has been deleted

Deleted all ClusterRoles and ClusterRoleBindings.
=== Sonobuoy conformance tests passed in 208s ===
make[1]: Leaving directory '/home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform'

@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from b6b7180 to 8d3ae2a Compare May 15, 2024 02:16
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.7.1 Update dependency kubernetes-sigs/cluster-api to v1.7.2 May 15, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch 3 times, most recently from 6445c0a to 38f4611 Compare May 24, 2024 06:04
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 38f4611 to 75230f6 Compare May 30, 2024 12:15
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 75230f6 to d94370f Compare June 11, 2024 19:35
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.7.2 Update dependency kubernetes-sigs/cluster-api to v1.7.3 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from d94370f to ac3c4e3 Compare June 26, 2024 13:13
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch 2 times, most recently from 37409b4 to 8d7c801 Compare July 9, 2024 18:04
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.7.3 Update dependency kubernetes-sigs/cluster-api to v1.7.4 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 8d7c801 to ddb46d0 Compare August 12, 2024 20:03
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.7.4 Update dependency kubernetes-sigs/cluster-api to v1.8.0 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from ddb46d0 to e5f74bb Compare August 14, 2024 08:00
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.0 Update dependency kubernetes-sigs/cluster-api to v1.8.1 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from e5f74bb to e182319 Compare September 5, 2024 17:15
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.1 Update dependency kubernetes-sigs/cluster-api to v1.8.2 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from e182319 to 12878b8 Compare September 10, 2024 18:52
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.2 Update dependency kubernetes-sigs/cluster-api to v1.8.3 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 12878b8 to 6f2e805 Compare October 8, 2024 19:42
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.3 Update dependency kubernetes-sigs/cluster-api to v1.8.4 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 6f2e805 to cca7c60 Compare November 5, 2024 21:34
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.4 Update dependency kubernetes-sigs/cluster-api to v1.8.5 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from cca7c60 to 7194276 Compare December 10, 2024 23:30
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.8.5 Update dependency kubernetes-sigs/cluster-api to v1.9.0 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 7194276 to e15294c Compare December 17, 2024 20:34
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.0 Update dependency kubernetes-sigs/cluster-api to v1.9.1 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from e15294c to ca793e3 Compare December 20, 2024 19:12
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.1 Update dependency kubernetes-sigs/cluster-api to v1.9.2 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from ca793e3 to 7a0f335 Compare December 23, 2024 16:54
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.2 Update dependency kubernetes-sigs/cluster-api to v1.9.3 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 7a0f335 to 8b18456 Compare January 21, 2025 21:35
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.3 Update dependency kubernetes-sigs/cluster-api to v1.9.4 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 8b18456 to 67016c2 Compare February 18, 2025 22:50
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.4 Update dependency kubernetes-sigs/cluster-api to v1.9.5 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 67016c2 to 14125dc Compare March 18, 2025 17:13
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.5 Update dependency kubernetes-sigs/cluster-api to v1.9.6 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 14125dc to 0ad2626 Compare April 22, 2025 18:41
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.9.6 Update dependency kubernetes-sigs/cluster-api to v1.10.0 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from 0ad2626 to ceb07b6 Compare April 29, 2025 22:08
@renovate renovate bot changed the title Update dependency kubernetes-sigs/cluster-api to v1.10.0 Update dependency kubernetes-sigs/cluster-api to v1.10.1 Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant