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

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

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

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.7.3

Compare Source

πŸ‘Œ Kubernetes version support
  • Management Cluster: v1.26.x -> v1.30.x
  • Workload Cluster: v1.24.x -> v1.30.x

More information about version support can be found here

Changes since v1.7.2
πŸ“ˆ Overview
  • 18 new commits merged
  • 1 feature addition ✨
  • 5 bugs fixed πŸ›
✨ New Features
  • ClusterClass: Support ControlPlane variable overrides (#​10701)
πŸ› Bug Fixes
  • ClusterClass: Defaulting webhook should check class is set in ClusterClass-based clusters (#​10673)
  • ClusterClass: Fix indexing in ClusterClass webhook MHC validation (#​10678)
  • MachineHealthCheck: Skip publishing the RemediationRestricted event when there are no unhealthy target (#​10616)
  • MachinePool: Check that replicas pointer is not nil in machinepool controller (#​10634)
  • KCP/CAPD: KCPTemplate & DockerClusterTemplate webhook: default before immutability check (#​10646)
🌱 Others
  • clusterctl: Bump cert-manager to v1.15.0 (#​10732)
  • Dependency: Bump to Go 1.21.11 (#​10740)
  • Devtools: Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#​10663)
  • e2e: Kind: bump to v0.23.0 (#​10641)
  • e2e: Test: check for metadata.yaml when resolving releases to not try to use unreleased versions (#​10645)
  • e2e: Test: improve output for ValidateResourceVersionStable by using BeComparable instead of Equal (#​10654)
  • Security: Cleanup owner files (#​10679)
  • Testing: Support MachinePools without MachinePoolMachines in clusterctl upgrade test (#​10614)
  • Testing: Use kind as a secondary management cluster for clusterctl E2E tests (#​10675)

πŸ“– Additionally, there have been 2 contributions to our documentation and book. (#​10687, #​10720)

Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.7.2

Compare Source

πŸ‘Œ Kubernetes version support
  • Management Cluster: v1.26.x -> v1.30.x
  • Workload Cluster: v1.24.x -> v1.30.x

More information about version support can be found here

Changes since v1.7.1
πŸ“ˆ Overview
  • 12 new commits merged
  • 3 bugs fixed πŸ›
πŸ› Bug Fixes
  • clusterctl: Ensure cert-manager objects get applied before other provider objects (#​10503)
  • e2e: Test: Ensure all ownerRef assertions for some Kind are evaluated (#​10592)
  • e2e: Test: filter cluster-wide objects asserted in ResourceVersion tests to exclude objects of parallel tests (#​10570)
🌱 Others
  • API: Allow users to specify webhook server cert and key names (#​10581)
  • clusterctl: Add Tinkerbell to the providers list (#​10516)
  • clusterctl: Bump cert-manager to 1.14.5 (#​10517)
  • clusterctl: Clusterctl/client/cert_manager: improve shouldUpgrade (#​10497)
  • clusterctl: Add support for the linode-linode infrastructure provider to clusterctl (#​10512)
  • e2e: Ensure resourceVersions are stable (#​10548)
  • KCP/MachineSet: Flag for old infra machine naming (#​10587)

πŸ“– Additionally, there have been 2 contributions to our documentation and book. (#​10535, #​10536)

Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.7.1

Compare Source

πŸ‘Œ Kubernetes version support

  • Management Cluster: v1.26.x -> v1.30.x
  • Workload Cluster: v1.24.x -> v1.30.x

More information about version support can be found here

Highlights

  • Kubernetes v1.30 is now supported

Changes since v1.7.0

πŸ“ˆ Overview

  • 11 new commits merged
  • 2 bugs fixed πŸ›

πŸ› Bug Fixes

  • CAPD: Verify lb config after writing it (#​10461)
  • e2e: also gather junit reports in case of errors observed from ginkgo (#​10494)

🌱 Others

  • Dependency: Bump envtest to v1.30.0 (#​10481)
  • e2e: Export more func in test/e2e/common.go (#​10447)
  • Testing: Bump Kubernetes in tests to v1.30.0 and claim support for v1.30 (#​10465)

πŸ“– Additionally, there have been 6 contributions to our documentation and book. (#​10446, #​10448, #​10451, #​10456, #​10470, #​10491)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.7.0

Compare Source

πŸ‘Œ Kubernetes version support

  • Management Cluster: v1.26.x -> v1.29.x
  • Workload Cluster: v1.24.x -> v1.29.x

More information about version support can be found here

Highlights

  • MachinePool: promoted to beta and enabled per default (#​10141)
  • MachineDeployment: Taint nodes with PreferNoSchedule during rollouts (#​10223)
  • MachineHealthCheck: implement annotation to manually mark machines for remediation (#​10202)
  • KCP improvements:
    • Enable kubeadm feature gates mutation (#​10154)
    • Defer remediation when a control plane machine is still provisioning (#​9734)
    • Prefer deletion of Machines with unhealthy control plane components during rollout (#​10421)
  • ClusterClass:
    • Add variable metadata (#​10308)
    • Improved version validation if an update is already in progress (#​10063)
    • Improved unit and e2e test coverage for ClusterClass with MachinePools (#​10028)
  • Various improvements to our e2e tests to increase test coverage and reduce flakes to improve our CI signal
  • Implemented prowjob-gen to make it easier to manage our ProwJobs (#​9937)

Changes since v1.6.0

πŸ“ˆ Overview

  • 339 new commits merged
  • 5 breaking changes ⚠️
  • 12 feature additions ✨
  • 48 bugs fixed πŸ›

πŸ“ Proposals

  • MachinePool: Update MachinePool Machines proposal with diagrams (#​9664)

⚠️ Breaking Changes

  • Dependency: Bump to controller-runtime v0.17.0 & k8s.io/*v0.29 (#​9964)
  • Logging: Make event recorder names consistent for KCP and topology controller (#​9862)
  • MachinePool: Set MachinePool feature flag default to true + Beta (#​10141)
  • KCP/MachineSet: Objects generated by KCP, MachineSets and MachinePools will now consistently use machine name (#​9833)

✨ New Features

  • API: Enable kubeadm feature gates mutation (#​10154)
  • clusterctl: Add k0smotron provider (#​9991)
  • clusterctl: Add public function to create new CRD migrator (#​10075)
  • Control-plane: Allow mutation of all fields that should be mutable (#​9871)
  • MachineDeployment: Add MachineSetReady condition to MachineDeployment (#​9262)
  • MachineDeployment: Taint nodes with PreferNoSchedule during rollouts (#​10223)
  • MachineHealthCheck: implement annotation to manually mark machines for remediation (#​10202)
  • Release: Add dependencies section to release notes tool (#​10043)
  • Release: Add release notes expander functionality (#​10091)
  • Release: Add utility to create git issues on provider repo (#​9110)
  • Testing: Resolve release markers (#​9265)
  • Testing: Prepare quickstart, capd and tests for the new release including kind bump (#​9872)

πŸ› Bug Fixes

  • API: Use ptr instead of own implementation (#​10276)
  • API: Restore v1alpha3/v1alpha4 conversion to fix SSA issue & add e2e test coverage (#​9939 #​10147) (for more details see #​10051)
  • CABPK: Only refresh bootstrap token if needed, requeue in all cases where node hasn't joined yet (#​9229)
  • CAPD: Fix ignition to also set the kube-proxy configuration to skip setting sysctls (#​9894)
  • CAPD: Remove --enable-hostpath-provisioner flag (#​10271)
  • CAPD: Remove duplicate fix for btrfs/zfs support (#​8376)
  • ClusterCacheTracker: Fix ClusterCacheTracker memory leak (#​9543)
  • ClusterCacheTracker: Use RequeueAfter instead of immediate requeue on ErrClusterLocked to not have exponentially increasing requeue time (#​9810)
  • ClusterClass: Fix for TestServerSideApplyWithDefaulting (#​10307)
  • ClusterClass: Improve handling of topology orphaned objects (#​10277)
  • clusterctl: Move handlePlugins function call out of init to allow debugging tests (#​10200)
  • clusterctl: Validate no objects exist from CRDs before deleting them (#​9808)
  • clusterctl: Verify that there is a release for the tag (#​10423)
  • ClusterResourceSet: Requeue after 1 minute if ErrClusterLocked got hit (#​9777)
  • Control-plane: KCP should defer remediation when a control plane machine is still provisioning (#​9734)
  • Devtools: Show default cluster-template (#​9820)
  • e2e: Add wait for MachineList to be available (#​10301)
  • e2e: fix unset GINKGO_FOCUS variable (#​10085)
  • e2e: Fix clusterctl upgrade e2e tests (enable CRS) (#​10340)
  • e2e: Fix kubetest to allow parallel execution on different clusters (#​10426)
  • e2e: Make MachinePools and MachineDeployments optional in ApplyClusterTemplateAndWait (#​9960)
  • e2e: Re-introduce exclude capi-webhook-system to fix test flake (#​10157)
  • e2e: Calculate correct worker count in clusterctl upgrade test (#​9892)
  • e2e: Fix finalizers test to not only rely on namespaced name (#​9891)
  • e2e: retry GetOwnerGraph in owner references test on certificate errors (#​10201)
  • IPAM: Fix webhooks using mixed api versions (#​9861)
  • KCP: Delete out of date machines with unhealthy control plane component conditions when rolling out KCP (#​10421)
  • KCP: Skip checking clusterConfiguration.dns fields when KCP checking MachineNeedRollout (#​9857)
  • Logging: Improve log k/v pairs and a improve/drop a few log lines (#​9813)
  • Machine: Bubble up machine drain condition in MachinesReadyCondition (#​9355)
  • Machine: Watch external objects for machine before deleting (#​10041)
  • MachinePool: Fix TestReconcileMachinePoolScaleToFromZero flakes (#​9745)
  • MachineSet: deletion priority to avoid deleting too many machines (#​10430)
  • Release: Fix Community meeting area formatting in release notes (#​9784)
  • Release: Fix defaulting logic in release notes tool (#​9958)
  • Release: Fix documentation area comparison in release notes (#​9769)
  • Release: Fix kubeadm bootstrap prefix in release notes (#​9814)
  • Release: Fix wrong branch name display for weekly update script (#​9918)
  • Runtime SDK: Fix ClusterClass variables status & RuntimeExtension and add test coverage (#​10337)
  • Runtime SDK: Use keys/values structured log interface (#​9998)
  • Testing: Fix using correct testing.T when creating gomega object (#​10342)
  • Testing: Revert "Watch for Cluster resources in topology MD controller" (#​9985)
  • Testing: Reverting ginkgo.show-node-events to ginkgo.progress (#​10214)
  • Testing: fix flaky test TestPatch/Test patch with Machine (#​9914)
  • Testing: wait for topology to get rolled out before continuing with scaling checks (#​9819)
  • util: Add tests and update provider_issues.go (#​10264)
  • util: Checking cert's keypair for nil before accessing to avoid panics (#​10368)
  • util: recover gvk after scheme.Convert (#​10409)

🌱 Others

  • API: Stop relying on GVK being set on regular typed objects (#​9956)
  • Bootstrap: Add MachinePool test for switching bootstrap config to another ready/non-ready object with different name (#​9616)
  • CABPK: Add pod metadata to capbk manager (#​10208)
  • CAPD: make docker machine bootstrap timeout configurable (#​9952)
  • CAPD: Remove requeues in DockerMachinePool (#​9725)
  • CAPD: Support configuring ExtraPortMappings for the kind cluster (#​10046)
  • CAPIM: Add namespaces to the list of resource handled by the in-memory API server (#​10297)
  • CAPIM: Allow using different resource group and listener name with the in memory server (#​10096)
  • CAPIM: Make in memory API server more tolerant when starting (#​10211)
  • CAPIM: Make in memory runtime and server accessible from outside (#​9986)
  • CAPIM: use port only to identify the wcl to make port-forward… (#​10245)
  • CI: Add fail fast to DumpResourcesForCluster in case of no route to host (#​10204)
  • CI: Add more templating func to prowjob-gen (#​10403)
  • CI: Added go directive test (#​10261)
  • CI: Bump conversion-gen to v0.29.0 (#​10012)
  • CI: Bump go-apidiff to v0.8.2 (#​10011)
  • CI: Bump govulncheck to v1.0.4 (#​10274)
  • CI: Bump kpromo to v4.0.5 (#​10140)
  • CI: Bump kubebuilder envtest to 1.29.0 (#​10013)
  • CI: Change base branch for link checker (#​10365)
  • CI: DumpResourcesForCluster should fail fast for i/o errors (#​10238)
  • CI: Ensure build images contains correct binary and for correct architecture (#​9932)
  • CI: Fix Make target generate-go-openapi (#​10161)
  • CI: Fix TestPatchNode flake (#​10287)
  • CI: Hack/prowjob-gen skip creating empty files (#​10022)
  • CI: implement generator for prowjobs (#​9937)
  • CI: Makefile bump dependencies (#​10236)
  • CI: Bump WorkloadKubernetesVersion for v1.6 clusterctl upgrade test (#​10017)
  • CI: adjust capd dockerfile so the binary exposes the package in the built binraries path variable (#​10030)
  • CI: Update GH actions to work with new release-1.6 branch (#​9708)
  • ClusterClass: Add ClusterClass variables metadata (#​10308)
  • ClusterClass: Add unit tests for MachinePools for webhooks and cc controller (#​10055)
  • ClusterClass: Add unit tests for MachinePools in topology/scope package (#​10052)
  • ClusterClass: Implement topology validations for topology kubernetes version upgrades (#​10063)
  • ClusterClass: use the alias for ClusterCacheTrackerReader instead of the internal reference (#​10309)
  • clusterctl: Add 0 default to worker-machine-count help (#​10203)
  • clusterctl: Add completion for fish shell (#​9950)
  • clusterctl: Add hivelocity infra provider to clusterctl (#​10168)
  • clusterctl: Add in-cluster ipam provider (#​8811)
  • clusterctl: Add Proxmox provider quickstart (#​9798)
  • clusterctl: Better verbose logging on override path (#​10180)
  • clusterctl: Bump cert-manager to 1.14.2 (#​10126)
  • clusterctl: Bump cert-manager to 1.14.4 (#​10267)
  • clusterctl: Bump cert-manager to v1.14.1 (#​10113)
  • clusterctl: Clarify rules for adding new clusterctl default providers (#​9975)
  • clusterctl: Deprecate clusterctl alpha topology plan (#​10139)
  • clusterctl: Replace context.TODO() from clusterctl proxy.go (#​9776)
  • Community meeting: Move CecileRobertMichon to emeritus (#​10042)
  • Community meeting: Move ykakarap to emeritus approvers (#​10000)
  • Community meeting: Promote chrischdi to Cluster API maintainer (#​9997)
  • Dependency: Bump github.com/docker/docker from 24.0.7 -> 25.0.0 (#​10057)
  • Dependency: Bump golangci-lint to v1.56.1 (#​10124)
  • Dependency: Bump controller-tools to v0.14 (#​9987)
  • Dependency: Bump Go to 1.21.5 (#​9900)
  • Dependency: Bump go version to 1.21.8 (#​10235)
  • Dependency: Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023-45288 (#​10378)
  • Dependency: Bump kind version to v0.22.0 (#​10094)
  • Dependency: Bump to Go 1.20.12 (#​9840)
  • Dependency: Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible (#​10302)
  • Devtools: Add missing folder to clean-tilt make target (#​9934)
  • Devtools: Allow tilt provider with pre-build images (#​10244)
  • Devtools: Explicitly set golangci config for sub modules (#​9821)
  • Devtools: Fix variables names in Tiltfile (#​9811)
  • Devtools: Implement privileged namespace security policy update for tilt-prepare (#​10178)
  • Devtools: Simplify testing nightly builds with clusterctl (#​10018)
  • Devtools: Small improvements to tilt (#​9936)
  • e2e: Add conformance e2e tests (#​10060)
  • e2e: Add DeepCopy method for E2EConfig (#​9988)
  • e2e: Add PostCreateNamespace hook to E2E tests (#​10067)
  • e2e: Add test util to resolve Kubernetes versions (#​9995)
  • e2e: Allow to specify cluster name for E2E quick-start (#​10088)
  • e2e: Bump cluster-autoscaler to v1.29.0 (#​9942)
  • e2e: Drop duplicated scale test (#​9968)
  • e2e: Enable ability to test pre-releases of kubernetes (#​10415)
  • e2e: Fix ci-latest test to actually use ci latest (#​10080)
  • e2e: Fix CRS e2e helper with multiple bindings (#​10191)
  • e2e: Improve output of exec.KubectlApply (#​9737)
  • e2e: Make etcd and CoreDNS optional in upgrade and self-hosted tests (#​9963)
  • e2e: add WatchDaemonSetLogsByLabelSelector method (#​9984)
  • e2e: expose CopyAndAmendClusterctlConfig function (#​10086)
  • e2e: combine Finalizers tests to default quick start tests (#​10039)
  • e2e: Use --wait-providers in test framework InitWithBinary func (#​10149)
  • e2e: Use manager in test extension (#​10097)
  • Machine: Be more explicit when skipping node deletion (#​10137)
  • Machine: Mark Machine healthy condition as unknown if we can't list wl nodes (#​9864)
  • MachineDeployment: Set revision on machinedeployment and patch via defer (#​10160)
  • MachinePool: Use SSA Patch to create machines in MP controller (#​9791)
  • MachineSet: improve replica defaulting for autoscaler (#​9649)
  • MachineSet: KCP/MS remove hardcoded WithStepCounterIf(false) (#​9772)
  • Release: Add integration test for release notes tool (#​9617)
  • Release: Bump kubebuilder-release-tools to v0.4.3 (#​9818)
  • Release: Changelog entry to include cert-manager to v1.14.2 (#​10188)
  • Release: Determine release type from tag to also handle beta releases (#​10324)
  • Release: Fix dockerfile for clusterctl build (#​10058)
  • Release: Fix grammar in release script (#​9981)
  • Release: Improve release-staging build (#​10095)
  • Release: Improve weekly PR update generation script and documentation (#​10092)
  • Release: Make release notes tool not dependent on local git (#​9618)
  • Release: Prep main branch for v1.7 development (#​9799)
  • Release: Provide faster support for new k8s minor releases (#​9971)
  • Release: Read in dockerfiles from stdin (#​9990)
  • Release: also detect alpha releases as pre releases (#​10379)
  • Release: Swap in new 1.7 RT members in OWNERS (#​9855)
  • Runtime SDK: Add more helper functions in topologymutation variable.go to help unmarshal variables (#​9670)
  • Runtime SDK: Enable integration tests of RuntimeExtensions (#​10330)
  • Testing: Add scale testing for upgrades (#​9077)
  • Testing: Drop policy v1beta1 API support in the testing framework (#​10158)
  • Testing: Drop unused runtime features for the in-memory provider (#​9778)
  • Testing: Fix typo in test framework (#​9873)
  • Testing: Fixing kubetest warnings for deprecations (#​10172)
  • Testing: Print conformance image used in kubetest (#​10076)
  • Testing: Remove k8s.io/utils/pointer from repository (#​9836)
  • Testing: Small improvements to the inmemory api server (#​9935)
  • Testing: add dynamic finalizer assertions for e2e framework (#​9970)
  • Testing: Watch for Cluster resources in topology MachineSet & MachineDeployment controllers (#​10029)
  • Testing: Watch for Cluster resources in topology MD controller (#​9865)
  • util: Improve patch helper error handling (#​9946)
  • util: Use min/max funcs from Go SDK (#​9945)

πŸ“– Additionally, there have been 53 contributions to our documentation and book. (#​10005, #​10031, #​10040, #​10061, #​10066, #​10068, #​10084, #​10099, #​10100, #​10115, #​10122, #​10170, #​10174, #​10194, #​10239, #​10257, #​10268, #​10288, #​10289, #​10323, #​10329, #​10334, #​10381, #​10393, #​10410, #​9585, #​9640, #​9767, #​9771, #​9779, #​9782, #​9786, #​9794, #​9797, #​9801, #​9817, #​9829, #​9831, #​9838, #​9856, #​9866, #​9867, #​9868, #​9876, #​9896, #​9897, #​9908, #​9941, #​9949, #​9957, #​9961, #​9972, #​9993)

Dependencies (main go module)

Added
  • github.com/matttproud/golang_protobuf_extensions/v2: v2.0.0
Changed
  • cloud.google.com/go/accessapproval: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/accesscontextmanager: v1.8.1 β†’ v1.8.4
  • cloud.google.com/go/aiplatform: v1.48.0 β†’ v1.52.0
  • cloud.google.com/go/analytics: v0.21.3 β†’ v0.21.6
  • cloud.google.com/go/apigateway: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/apigeeconnect: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/apigeeregistry: v0.7.1 β†’ v0.8.2
  • cloud.google.com/go/appengine: v1.8.1 β†’ v1.8.4
  • cloud.google.com/go/area120: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/artifactregistry: v1.14.1 β†’ v1.14.6
  • cloud.google.com/go/asset: v1.14.1 β†’ v1.15.3
  • cloud.google.com/go/assuredworkloads: v1.11.1 β†’ v1.11.4
  • cloud.google.com/go/automl: v1.13.1 β†’ v1.13.4
  • cloud.google.com/go/baremetalsolution: v1.1.1 β†’ v1.2.3
  • cloud.google.com/go/batch: v1.3.1 β†’ v1.6.3
  • cloud.google.com/go/beyondcorp: v1.0.0 β†’ v1.0.3
  • cloud.google.com/go/bigquery: v1.53.0 β†’ v1.57.1
  • cloud.google.com/go/billing: v1.16.0 β†’ v1.17.4
  • cloud.google.com/go/binaryauthorization: v1.6.1 β†’ v1.7.3
  • cloud.google.com/go/certificatemanager: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/channel: v1.16.0 β†’ v1.17.3
  • cloud.google.com/go/cloudbuild: v1.13.0 β†’ v1.14.3
  • cloud.google.com/go/clouddms: v1.6.1 β†’ v1.7.3
  • cloud.google.com/go/cloudtasks: v1.12.1 β†’ v1.12.4
  • cloud.google.com/go/compute: v1.23.0 β†’ v1.23.3
  • cloud.google.com/go/contactcenterinsights: v1.10.0 β†’ v1.11.3
  • cloud.google.com/go/container: v1.24.0 β†’ v1.27.1
  • cloud.google.com/go/containeranalysis: v0.10.1 β†’ v0.11.3
  • cloud.google.com/go/datacatalog: v1.16.0 β†’ v1.18.3
  • cloud.google.com/go/dataflow: v0.9.1 β†’ v0.9.4
  • cloud.google.com/go/dataform: v0.8.1 β†’ v0.9.1
  • cloud.google.com/go/datafusion: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/datalabeling: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/dataplex: v1.9.0 β†’ v1.11.1
  • cloud.google.com/go/dataproc/v2: v2.0.1 β†’ v2.2.3
  • cloud.google.com/go/dataqna: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/datastore: v1.13.0 β†’ v1.15.0
  • cloud.google.com/go/datastream: v1.10.0 β†’ v1.10.3
  • cloud.google.com/go/deploy: v1.13.0 β†’ v1.14.2
  • cloud.google.com/go/dialogflow: v1.40.0 β†’ v1.44.3
  • cloud.google.com/go/dlp: v1.10.1 β†’ v1.11.1
  • cloud.google.com/go/documentai: v1.22.0 β†’ v1.23.5
  • cloud.google.com/go/domains: v0.9.1 β†’ v0.9.4
  • cloud.google.com/go/edgecontainer: v1.1.1 β†’ v1.1.4
  • cloud.google.com/go/essentialcontacts: v1.6.2 β†’ v1.6.5
  • cloud.google.com/go/eventarc: v1.13.0 β†’ v1.13.3
  • cloud.google.com/go/filestore: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/firestore: v1.13.0 β†’ v1.14.0
  • cloud.google.com/go/functions: v1.15.1 β†’ v1.15.4
  • cloud.google.com/go/gkebackup: v1.3.0 β†’ v1.3.4
  • cloud.google.com/go/gkeconnect: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/gkehub: v0.14.1 β†’ v0.14.4
  • cloud.google.com/go/gkemulticloud: v1.0.0 β†’ v1.0.3
  • cloud.google.com/go/gsuiteaddons: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/iam: v1.1.1 β†’ v1.1.5
  • cloud.google.com/go/iap: v1.8.1 β†’ v1.9.3
  • cloud.google.com/go/ids: v1.4.1 β†’ v1.4.4
  • cloud.google.com/go/iot: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/kms: v1.15.0 β†’ v1.15.5
  • cloud.google.com/go/language: v1.10.1 β†’ v1.12.2
  • cloud.google.com/go/lifesciences: v0.9.1 β†’ v0.9.4
  • cloud.google.com/go/logging: v1.7.0 β†’ v1.8.1
  • cloud.google.com/go/longrunning: v0.5.1 β†’ v0.5.4
  • cloud.google.com/go/managedidentities: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/maps: v1.4.0 β†’ v1.6.1
  • cloud.google.com/go/mediatranslation: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/memcache: v1.10.1 β†’ v1.10.4
  • cloud.google.com/go/metastore: v1.12.0 β†’ v1.13.3
  • cloud.google.com/go/monitoring: v1.15.1 β†’ v1.16.3
  • cloud.google.com/go/networkconnectivity: v1.12.1 β†’ v1.14.3
  • cloud.google.com/go/networkmanagement: v1.8.0 β†’ v1.9.3
  • cloud.google.com/go/networksecurity: v0.9.1 β†’ v0.9.4
  • cloud.google.com/go/notebooks: v1.9.1 β†’ v1.11.2
  • cloud.google.com/go/optimization: v1.4.1 β†’ v1.6.2
  • cloud.google.com/go/orchestration: v1.8.1 β†’ v1.8.4
  • cloud.google.com/go/orgpolicy: v1.11.1 β†’ v1.11.4
  • cloud.google.com/go/osconfig: v1.12.1 β†’ v1.12.4
  • cloud.google.com/go/oslogin: v1.10.1 β†’ v1.12.2
  • cloud.google.com/go/phishingprotection: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/policytroubleshooter: v1.8.0 β†’ v1.10.2
  • cloud.google.com/go/privatecatalog: v0.9.1 β†’ v0.9.4
  • cloud.google.com/go/recaptchaenterprise/v2: v2.7.2 β†’ v2.8.3
  • cloud.google.com/go/recommendationengine: v0.8.1 β†’ v0.8.4
  • cloud.google.com/go/recommender: v1.10.1 β†’ v1.11.3
  • cloud.google.com/go/redis: v1.13.1 β†’ v1.14.1
  • cloud.google.com/go/resourcemanager: v1.9.1 β†’ v1.9.4
  • cloud.google.com/go/resourcesettings: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/retail: v1.14.1 β†’ v1.14.4
  • cloud.google.com/go/run: v1.2.0 β†’ v1.3.3
  • cloud.google.com/go/scheduler: v1.10.1 β†’ v1.10.4
  • cloud.google.com/go/secretmanager: v1.11.1 β†’ v1.11.4
  • cloud.google.com/go/security: v1.15.1 β†’ v1.15.4
  • cloud.google.com/go/securitycenter: v1.23.0 β†’ v1.24.2
  • cloud.google.com/go/servicedirectory: v1.11.0 β†’ v1.11.3
  • cloud.google.com/go/shell: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/spanner: v1.47.0 β†’ v1.51.0
  • cloud.google.com/go/speech: v1.19.0 β†’ v1.20.1
  • cloud.google.com/go/storage: v1.14.0 β†’ v1.35.1
  • cloud.google.com/go/storagetransfer: v1.10.0 β†’ v1.10.3
  • cloud.google.com/go/talent: v1.6.2 β†’ v1.6.5
  • cloud.google.com/go/texttospeech: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/tpu: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/trace: v1.10.1 β†’ v1.10.4
  • cloud.google.com/go/translate: v1.8.2 β†’ v1.9.3
  • cloud.google.com/go/video: v1.19.0 β†’ v1.20.3
  • cloud.google.com/go/videointelligence: v1.11.1 β†’ v1.11.4
  • cloud.google.com/go/vision/v2: v2.7.2 β†’ v2.7.5
  • cloud.google.com/go/vmmigration: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/vmwareengine: v1.0.0 β†’ v1.0.3
  • cloud.google.com/go/vpcaccess: v1.7.1 β†’ v1.7.4
  • cloud.google.com/go/webrisk: v1.9.1 β†’ v1.9.4
  • cloud.google.com/go/websecurityscanner: v1.6.1 β†’ v1.6.4
  • cloud.google.com/go/workflows: v1.11.1 β†’ v1.12.3
  • cloud.google.com/go: v0.110.7 β†’ v0.110.10
  • github.com/cloudflare/circl: v1.3.3 β†’ v1.3.7
  • github.com/evanphx/json-patch/v5: v5.7.0 β†’ v5.9.0
  • github.com/evanphx/json-patch: v5.6.0+incompatible β†’ v5.7.0+incompatible
  • github.com/frankban/quicktest: v1.14.4 β†’ v1.14.6
  • github.com/fsnotify/fsnotify: v1.6.0 β†’ v1.7.0
  • github.com/go-logr/logr: v1.3.0 β†’ v1.4.1
  • github.com/go-logr/zapr: v1.2.4 β†’ v1.3.0
  • github.com/golang/mock: v1.4.4 β†’ v1.4.0
  • github.com/golang/protobuf: v1.5.3 β†’ v1.5.4
  • github.com/google/cel-go: v0.16.1 β†’ v0.17.7
  • github.com/google/uuid: v1.3.1 β†’ v1.4.0
  • github.com/googleapis/enterprise-certificate-proxy: v0.3.1 β†’ v0.3.2
  • github.com/googleapis/google-cloud-go-testing: bcd43fb β†’ 1c9a4c6
  • github.com/gorilla/websocket: v1.4.2 β†’ v1.5.0
  • github.com/nats-io/nats.go: v1.30.2 β†’ v1.31.0
  • github.com/nats-io/nkeys: v0.4.5 β†’ v0.4.6
  • github.com/onsi/ginkgo/v2: v2.13.1 β†’ v2.17.1
  • github.com/onsi/gomega: v1.30.0 β†’ v1.32.0
  • github.com/pkg/sftp: v1.13.1 β†’ v1.13.6
  • github.com/prometheus/client_golang: v1.17.0 β†’ v1.18.0
  • github.com/prometheus/client_model: 9a2bf30 β†’ v0.5.0
  • github.com/prometheus/common: v0.44.0 β†’ v0.45.0
  • github.com/prometheus/procfs: v0.11.1 β†’ v0.12.0
  • github.com/sagikazarmark/crypt: v0.15.0 β†’ v0.17.0
  • github.com/sagikazarmark/locafero: v0.3.0 β†’ v0.4.0
  • github.com/spf13/afero: v1.10.0 β†’ v1.11.0
  • github.com/spf13/cast: v1.5.1 β†’ v1.6.0
  • github.com/spf13/viper: v1.17.0 β†’ v1.18.2
  • go.etcd.io/bbolt: v1.3.7 β†’ v1.3.8
  • go.etcd.io/etcd/api/v3: v3.5.10 β†’ v3.5.13
  • go.etcd.io/etcd/client/pkg/v3: v3.5.10 β†’ v3.5.13
  • go.etcd.io/etcd/client/v2: v2.305.9 β†’ v2.305.10
  • go.etcd.io/etcd/client/v3: v3.5.10 β†’ v3.5.13
  • go.etcd.io/etcd/pkg/v3: v3.5.9 β†’ v3.5.10
  • go.etcd.io/etcd/raft/v3: v3.5.9 β†’ v3.5.10
  • go.etcd.io/etcd/server/v3: v3.5.9 β†’ v3.5.10
  • go.uber.org/zap: v1.25.0 β†’ v1.26.0
  • golang.org/x/crypto: v0.15.0 β†’ v0.21.0
  • golang.org/x/lint: 83fdc39 β†’ 910be7a
  • golang.org/x/mod: v0.13.0 β†’ v0.14.0
  • golang.org/x/net: v0.18.0 β†’ v0.23.0
  • golang.org/x/oauth2: v0.14.0 β†’ v0.18.0
  • golang.org/x/sync: v0.4.0 β†’ v0.6.0
  • golang.org/x/sys: v0.14.0 β†’ v0.18.0
  • golang.org/x/term: v0.14.0 β†’ v0.18.0
  • golang.org/x/time: v0.3.0 β†’ v0.5.0
  • golang.org/x/tools: v0.14.0 β†’ v0.17.0
  • google.golang.org/api: v0.143.0 β†’ v0.153.0
  • google.golang.org/genproto/googleapis/api: 007df8e β†’ bbf56f3
  • google.golang.org/genproto/googleapis/rpc: e6e6cda β†’ 83a465c
  • google.golang.org/genproto: 007df8e β†’ bbf56f3
  • google.golang.org/protobuf: v1.31.0 β†’ v1.33.0
  • honnef.co/go/tools: v0.0.1-2020.1.4 β†’ v0.0.1-2019.2.3
  • k8s.io/api: v0.28.4 β†’ v0.29.3
  • k8s.io/apiextensions-apiserver: v0.28.4 β†’ v0.29.3
  • k8s.io/apimachinery: v0.28.4 β†’ v0.29.3
  • k8s.io/apiserver: v0.28.4 β†’ v0.29.3
  • k8s.io/cli-runtime: v0.28.4 β†’ v0.29.3
  • k8s.io/client-go: v0.28.4 β†’ v0.29.3
  • k8s.io/cluster-bootstrap: v0.28.4 β†’ v0.29.3
  • k8s.io/code-generator: v0.28.4 β†’ v0.29.3
  • k8s.io/component-base: v0.28.4 β†’ v0.29.3
  • k8s.io/component-helpers: v0.28.4 β†’ v0.29.3
  • k8s.io/gengo: c0856e2 β†’ 9cce18d
  • k8s.io/klog/v2: v2.100.1 β†’ v2.110.1
  • k8s.io/kms: v0.28.4 β†’ v0.29.3
  • k8s.io/kube-openapi: 2695361 β†’ 2dd684a
  • k8s.io/kubectl: v0.28.4 β†’ v0.29.3
  • k8s.io/metrics: v0.28.4 β†’ v0.29.3
  • k8s.io/utils: d93618c β†’ b307cd5
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.2 β†’ v0.28.0
  • sigs.k8s.io/controller-runtime: v0.16.3 β†’ v0.17.3
  • sigs.k8s.io/structured-merge-diff/v4: v4.2.3 β†’ v4.4.1
Removed
  • github.com/benbjohnson/clock: v1.3.0
  • github.com/docker/distribution: v2.8.3+incompatible
  • github.com/google/martian/v3: v3.1.0
  • github.com/minio/highwayhash: v1.0.2
  • github.com/nats-io/jwt/v2: v2.4.1
  • go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0

Thanks to all our contributors! 😊

v1.6.6

Compare Source

πŸ‘Œ Kubernetes version support
  • Management Cluster: v1.25.x -> v1.29.x
  • Workload Cluster: v1.23.x -> v1.29.x

More information about version support can be found here

Changes since v1.6.5
πŸ“ˆ Overview
  • 14 new commits merged
  • 5 bugs fixed πŸ›
πŸ› Bug Fixes
  • ClusterClass: Defaulting webhook should check class is set in ClusterClass-based clusters (#​10674)
  • ClusterClass: Fix indexing in ClusterClass webhook MHC validation (#​10677)
  • MachineHealthCheck: Skip publishing the RemediationRestricted event when there are no unhealthy target (#​10617)
  • MachinePool: Check that replicas pointer is not nil in machinepool controller (#​10635)
  • KCP/CAPD: KCPTemplate & DockerClusterTemplate webhook: default before immutability check (#​10647)
🌱 Others
  • clusterctl: Bump cert-manager to v1.15.0 (#​10733)
  • Dependency: Bump to Go 1.21.11 (#​10741)
  • Devtools: Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#​10664)
  • Security: Cleanup owner files (#​10680)
  • Testing: Support MachinePools without MachinePoolMachines in clusterctl upgrade test (#​10615)
  • Testing: Use kind as a secondary management cluster for clusterctl E2E tests (#​10676)

πŸ“– Additionally, there have been 2 contributions to our documentation and book. (#​10686, #​10721)

Dependencies
Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.6.5

Compare Source

πŸ‘Œ Kubernetes version support

  • Management Cluster: v1.25.x -> v1.29.x
  • Workload Cluster: v1.23.x -> v1.29.x

More information about version support can be found here

Changes since v1.6.4

πŸ“ˆ Overview

  • 6 new commits merged
  • 4 bugs fixed πŸ›

πŸ› Bug Fixes

  • CAPD: Verify lb config after writing it (#​10462)
  • clusterctl: Ensure cert-manager objects get applied before other provider objects (#​10504)
  • e2e: Kubetest: also gather junit reports in case of errors observed from ginkgo (#​10495)
  • e2e: Test: Ensure ownerRef assertions for all Kinds are evaluated (#​10593)

🌱 Others

  • API: Allow users to specify webhook server cert and key names (#​10582)
  • clusterctl: Bump cert-manager to 1.14.5 (#​10518)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.6.4

Compare Source

πŸ‘Œ Kubernetes version support

  • Management Cluster: v1.25.x -> v1.29.x
  • Workload Cluster: v1.23.x -> v1.2

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@scszuulapp
Copy link

scszuulapp 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
@scszuulapp
Copy link

scszuulapp 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'

@scszuulapp
Copy link

scszuulapp 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
Signed-off-by: SCS Renovate Bot <renovatebot@scs.community>
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-cluster-api-1.x branch from d94370f to ac3c4e3 Compare June 26, 2024 13:13
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.

None yet

1 participant