commit clusterctl for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clusterctl for openSUSE:Factory checked in at 2024-08-13 13:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clusterctl (Old) and /work/SRC/openSUSE:Factory/.clusterctl.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "clusterctl" Tue Aug 13 13:24:56 2024 rev:2 rq:1193595 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/clusterctl/clusterctl.changes 2024-08-01 22:06:05.496580036 +0200 +++ /work/SRC/openSUSE:Factory/.clusterctl.new.7232/clusterctl.changes 2024-08-13 13:25:21.451529968 +0200 @@ -1,0 +2,78 @@ +Tue Aug 13 04:53:00 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.8.0: + Changelog too big to include in toto, please check it here + https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.8.0 + * Breaking Changes + - ClusterClass: Adjust CC & Cluster controller to block on + variable conflicts, deprecate definitionFrom (#10841) + * Highlights + - New providers in clusterctl: IONOS Cloud (#10767), Linode + (#10471), Tinkerbell (#10487) + * Bug fixes + - clusterctl: Ensure cert-manager objects get applied before + other provider objects (#10469) + - clusterctl: Ensure move uses mutated metadata when updating a + target object (#10982) + - clusterctl: Fix log in clusterctl move (#10540) + - clusterctl: Handle a nil mutator by returning an error, not + panicking (#10981) + - clusterctl: Verify that there is a release for the tag + (#10220) + * Others + - clusterctl: Add ionoscloud provider (#10767) + - clusterctl: Add support for the linode-linode infrastructure + provider to clusterctl (#10471) + - clusterctl: Add Tinkerbell to the providers list (#10487) + - clusterctl: Always run crd migration if possible to reduce + conversion webhook usage (#10513) + - clusterctl: Bump cert-manager to 1.14.5 (#10514) + - clusterctl: Bump cert-manager to v1.15.0 (#10727) + - clusterctl: Bump cert-manager to v1.15.1 (#10807) + - clusterctl: Bump cert-manager to v1.15.2 (#10992) + - clusterctl: Improve cert-manager shouldUpgrade (#10407) + - clusterctl: Update Config generation to use inClusterConfig + (#11006) + - Testing: Allow control plane count to be configurable in + clusterctl upgrade test. (#10584) + - Testing: Support MachinePools without MachinePoolMachines in + clusterctl upgrade test (#10498) + +------------------------------------------------------------------- +Mon Aug 12 18:34:26 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.7.5: + * Machine Controller should try to retrieve node on delete - fix + unit test + * bug: Machine Controller should try to retrieve node on delete + * MachineSet should allow scale down operations to proceed + when templates don't exist + * Bump docker/docker to v25.0.6 + * test/framework: scale up should use allocatable memory + * Ensure DockerMachinePool providerIDList is deterministic + * test: prevent using Consistently for rollout checks + * test/framework: Allow ScaleUp Deployment image to be customized + * bump cert-manager to 1.15.2 + * Drop caBundle from CRDs + * Allow ClusterCacheTracker to set CacheByObject + * bug: When infrastructureRef is nil, set + InfrastructureReadyCondition to true + * Partially revert changes for ":bug: Cluster should be + provisoned when cpRef and endpoint is set" + * :seedling: Make ClusterResourceSet controller more predictable + * :sparkles: Add QPS & burst options & flags for + ClusterCacheTracker + * Address comments + * Fix race conditions + * Address comments + * Ensure CRS controller always add ownerReference to resources + * test: use pause instead of nginx + * test: use pause image for autoscaler tests + * bug: Cluster should be provisoned when cpRef and endpoint is + set + * capd: fix nil pointer in dockermachinepool controller + * book: Add missing kubeconfig file to deploy + cloud-controller-manager on workload cluster + * book: update Azure quick start for CAPZ v1.16 + +------------------------------------------------------------------- Old: ---- cluster-api-1.7.4.obscpio cluster-api.obsinfo New: ---- clusterctl-1.8.0.obscpio clusterctl.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clusterctl.spec ++++++ --- /var/tmp/diff_new_pack.7wtiVL/_old 2024-08-13 13:25:22.755584302 +0200 +++ /var/tmp/diff_new_pack.7wtiVL/_new 2024-08-13 13:25:22.755584302 +0200 @@ -18,17 +18,16 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true -%define repo_name cluster-api %define version_git_major 1 -%define version_git_minor 7 +%define version_git_minor 8 Name: clusterctl -Version: 1.7.4 +Version: 1.8.0 Release: 0 Summary: CLI tool to handle the lifecycle of a Cluster API management cluster License: Apache-2.0 URL: https://github.com/kubernetes-sigs/cluster-api -Source: cluster-api-%{version}.tar.gz +Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: go >= 1.22 @@ -104,10 +103,10 @@ zsh command line completion support for %{name}. %prep -%autosetup -p 1 -a 1 -n %{repo_name}-%{version} +%autosetup -p 1 -a 1 %build -COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{repo_name}.obsinfo)" +COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{name}.obsinfo)" DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ" BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}") ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7wtiVL/_old 2024-08-13 13:25:22.795585968 +0200 +++ /var/tmp/diff_new_pack.7wtiVL/_new 2024-08-13 13:25:22.799586135 +0200 @@ -3,20 +3,22 @@ <param name="url">https://github.com/kubernetes-sigs/cluster-api</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.7.4</param> + <param name="revision">v1.8.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> + <param name="filename">clusterctl</param> </service> <service name="set_version" mode="manual"> </service> - <service name="tar" mode="buildtime"/> + <service name="go_modules" mode="manual"> + </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> + </service> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="manual"> - <param name="archive">cluster-api-1.7.4.obscpio</param> - </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7wtiVL/_old 2024-08-13 13:25:22.819586969 +0200 +++ /var/tmp/diff_new_pack.7wtiVL/_new 2024-08-13 13:25:22.823587135 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes-sigs/cluster-api</param> - <param name="changesrevision">53f0c5375dbd0ba307db2b92d3e5fff6e3ee6d63</param></service></servicedata> + <param name="changesrevision">69bbf3530777a81867328c9379b41f814b008cdb</param></service></servicedata> (No newline at EOF) ++++++ clusterctl.obsinfo ++++++ name: clusterctl version: 1.8.0 mtime: 1723470478 commit: 69bbf3530777a81867328c9379b41f814b008cdb ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/clusterctl/vendor.tar.gz /work/SRC/openSUSE:Factory/.clusterctl.new.7232/vendor.tar.gz differ: char 5, line 1
participants (1)
-
Source-Sync