Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubeone for openSUSE:Factory checked in at 2026-04-18 23:20:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubeone (Old) and /work/SRC/openSUSE:Factory/.kubeone.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubeone" Sat Apr 18 23:20:22 2026 rev:14 rq:1347970 version:1.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubeone/kubeone.changes 2026-01-23 17:33:26.854875308 +0100 +++ /work/SRC/openSUSE:Factory/.kubeone.new.11940/kubeone.changes 2026-04-18 23:20:31.336728271 +0200 @@ -1,0 +2,34 @@ +Sat Apr 18 11:14:31 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 1.13.4: + * Updates + - Upgrade AzureFile CSI Driver to v1.35.2 #4055, @kron4eg + - Upgrade AzureDisk CSI Driver to v1.34.3 #4055, @kron4eg + - Upgrade DigitalOcean CCM to v0.1.66 #4054, @kron4eg + - Upgrade DigitalOceam CSI Driver to v4.16.0 #4054, @kron4eg + - Upgrade GCP CCM to v35.0.2 #4054, @kron4eg + - Upgrade GCP CSI compute-persistent driver to v1.23.3 #4054, + @kron4eg +- Update to version 1.13.3: + * Fixes of Bugs or Regressions + - Fix release formats, return zip files in release assets back + #4049, @kron4eg +- Update to version 1.13.2: + * Fixes of Bugs or Regressions + - Fix typo in cilium config #4044, @kron4eg +- Update to version 1.13.1: + * Fixes of Bugs or Regressions + - Fix Azure CCM and CNM image versions #4042, @kron4eg +- Update to version 1.13.0: + Urgent and BREAKING Upgrade Notes + (No, really, you MUST read this before you upgrade) + * Support for Kubernetes 1.31 and 1.32 has been removed. KubeOne + v1.13 supports Kubernetes versions 1.33, 1.34, and 1.35. Before + upgrading KubeOne, ensure your clusters are running Kubernetes + v1.33 or newer. (#3973, @kron4eg) + * Delete long deprecated MachineAnnotations (#3936, @kron4eg) + * REQUIRES FIPS-140 ENABLED VCENTER! Upgrade vSphere CSI driver + to v3.7.0 + https://github.com/kubermatic/kubeone/releases/tag/v1.13.0 + +------------------------------------------------------------------- Old: ---- kubeone-1.12.3.obscpio New: ---- Makefile PACKAGING_README.md kubeone-1.13.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubeone.spec ++++++ --- /var/tmp/diff_new_pack.oS1u5w/_old 2026-04-18 23:20:32.212763997 +0200 +++ /var/tmp/diff_new_pack.oS1u5w/_new 2026-04-18 23:20:32.216764160 +0200 @@ -16,22 +16,23 @@ # -# https://github.com/kubermatic/kubeone/blob/main/Makefile#L40 -# curl -SsL https://dl.k8s.io/release/stable-1.34.txt -%define KUBERNETES_STABLE_VERSION v1.34.3 +# automatically adjusted by the Makefile +%define KUBERNETES_STABLE_VERSION v1.35.4 Name: kubeone -Version: 1.12.3 +Version: 1.13.4 Release: 0 Summary: CLI for the kubeone cluster automation License: Apache-2.0 URL: https://github.com/kubermatic/kubeone Source: kubeone-%{version}.tar.gz Source1: vendor.tar.gz +Source11: PACKAGING_README.md +Source22: Makefile BuildRequires: bash-completion BuildRequires: fish +BuildRequires: go1.26 >= 1.26.1 BuildRequires: zsh -BuildRequires: golang(API) >= 1.24 %description Kubermatic KubeOne automates cluster operations on all your cloud, on-prem, ++++++ Makefile ++++++ .ONESHELL: .SILENT: clean kubernetes_version osc_service_manualrun NAME = kubeone SPEC = kubeone.spec default: clean kubernetes_version osc_service_manualrun clean: rm -rf $(NAME) *.obscpio *.tar.gz kubernetes_version: set -u echo "Finding out the kubernetes version" KUBERNETES_RELEASE_LINK="$$(cat $(NAME)/hack/stable-kubernetes-url.txt)" echo "KUBERNETES_RELEASE_LINK is set to $${KUBERNETES_RELEASE_LINK}" KUBERNETES_VERSION="$$(curl -SsL $${KUBERNETES_RELEASE_LINK})" echo "KUBERNETES_VERSION is set to $${KUBERNETES_VERSION}" sed -i "s/^%define KUBERNETES_STABLE_VERSION .*$$/%define KUBERNETES_STABLE_VERSION $${KUBERNETES_VERSION}/g" kubeone.spec osc_service_manualrun: osc service manualrun ++++++ PACKAGING_README.md ++++++ # Packaging kubeone Building kubeone requires setting the appropriate kubernetes version. This can be done using the `Makefile` included in this directory. You need `make` for this as well as the usual obs services (`obs-service-go_modules` as well as `obs-service-tar_scm` and `obs-service-set_version`). 1. Change the version in the `_service` file 2. Run `make` 3. Check the created changelog entry 4. Commit the changes as usual ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oS1u5w/_old 2026-04-18 23:20:32.292767259 +0200 +++ /var/tmp/diff_new_pack.oS1u5w/_new 2026-04-18 23:20:32.296767422 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/kubermatic/kubeone</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.12.3</param> + <param name="revision">v1.13.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.oS1u5w/_old 2026-04-18 23:20:32.324768564 +0200 +++ /var/tmp/diff_new_pack.oS1u5w/_new 2026-04-18 23:20:32.324768564 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubermatic/kubeone</param> - <param name="changesrevision">f69803795c04bbfdfcd6058d9d8206d25c389e3b</param></service></servicedata> + <param name="changesrevision">9e8496dc0b2ee2f5fd965b04de429349bc1ba525</param></service></servicedata> (No newline at EOF) ++++++ kubeone-1.12.3.obscpio -> kubeone-1.13.4.obscpio ++++++ ++++ 29609 lines of diff (skipped) ++++++ kubeone.obsinfo ++++++ --- /var/tmp/diff_new_pack.oS1u5w/_old 2026-04-18 23:20:33.064798742 +0200 +++ /var/tmp/diff_new_pack.oS1u5w/_new 2026-04-18 23:20:33.068798906 +0200 @@ -1,5 +1,5 @@ name: kubeone -version: 1.12.3 -mtime: 1769098508 -commit: f69803795c04bbfdfcd6058d9d8206d25c389e3b +version: 1.13.4 +mtime: 1776421054 +commit: 9e8496dc0b2ee2f5fd965b04de429349bc1ba525 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kubeone/vendor.tar.gz /work/SRC/openSUSE:Factory/.kubeone.new.11940/vendor.tar.gz differ: char 13, line 1
