Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cri-tools for openSUSE:Factory checked in at 2022-03-18 16:41:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-tools (Old) and /work/SRC/openSUSE:Factory/.cri-tools.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-tools" Fri Mar 18 16:41:30 2022 rev:20 rq:962171 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes 2021-08-12 09:02:05.262110675 +0200 +++ /work/SRC/openSUSE:Factory/.cri-tools.new.25692/cri-tools.changes 2022-03-18 16:41:34.357157118 +0100 @@ -1,0 +2,52 @@ +Wed Mar 16 12:22:13 UTC 2022 - rbr...@suse.com + +- Update to version 1.23.0: + * Bump docs to v1.23.0 + * Bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0 + * Bump github.com/opencontainers/runc from 1.0.2 to 1.0.3 + * Bump github.com/docker/docker + * Bump google.golang.org/grpc from 1.42.0 to 1.43.0 + * 1.5.9 + * Use same grpc max message size as Kubelet + * Add support for cri-dockerd + * Add support for specifying custom test container images. + * Fix cri-dockerd CI runs + * Fix Containerd main branch CI for Windows + * fix ci for dockershim-critest + * Update Windows images for ltsc2022 + * images: use k8s-staging-test-infra/gcb-docker-gcloud + * Bump github.com/onsi/gomega from 1.16.0 to 1.17.0 + * Refactor fish completion + * Rename bash and zsh completion functions + * Add zsh compinit tag + * Bump google.golang.org/grpc from 1.41.0 to 1.42.0 + * Bump github.com/docker/docker + * Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 + * Add release publishing workflow + * Bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1 + * Add SHA512 sum for release files + * Bump github.com/docker/docker + * Bump google.golang.org/grpc from 1.40.0 to 1.41.0 + * Bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 + * Bump k8s.io/api from 0.22.1 to 0.22.2 + * Bump k8s.io/cri-api from 0.22.1 to 0.22.2 + * Bump k8s.io/apimachinery from 0.22.1 to 0.22.2 + * Bump k8s.io/client-go from 0.22.1 to 0.22.2 + * Bump k8s.io/kubectl from 0.22.1 to 0.22.2 + * Updates E2E test images registry + * Bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5 + * Switch to go1.17 for CI + * Bump github.com/opencontainers/runc from 1.0.1 to 1.0.2 + * Added dropping/adding `ALL` capabilities case to critest + * Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 + * Bump k8s.io/cri-api from 0.22.0 to 0.22.1 + * Bump k8s.io/client-go from 0.22.0 to 0.22.1 + * Bump k8s.io/api from 0.22.0 to 0.22.1 + * Bump k8s.io/apimachinery from 0.22.0 to 0.22.1 + * Bump k8s.io/kubectl from 0.22.0 to 0.22.1 + * Bump google.golang.org/grpc from 1.39.1 to 1.40.0 + * Bump github.com/onsi/gomega from 1.14.0 to 1.15.0 + * Bump github.com/opencontainers/selinux from 1.8.3 to 1.8.4 + * Bump google.golang.org/grpc from 1.39.0 to 1.39.1 + +------------------------------------------------------------------- Old: ---- cri-tools-1.22.0.tar.xz New: ---- cri-tools-1.23.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-tools.spec ++++++ --- /var/tmp/diff_new_pack.CTswMh/_old 2022-03-18 16:41:35.029157600 +0100 +++ /var/tmp/diff_new_pack.CTswMh/_new 2022-03-18 16:41:35.033157602 +0100 @@ -20,7 +20,7 @@ %define name_source1 crictl.yaml Name: cri-tools -Version: 1.22.0 +Version: 1.23.0 Release: 0 Summary: CLI and validation tools for Kubelet Container Runtime Interface License: Apache-2.0 @@ -31,7 +31,7 @@ Source2: rpmlintrc BuildRequires: go-go-md2man BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.16 +BuildRequires: golang(API) >= 1.17 # disable stripping of binaries %{go_nostrip} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CTswMh/_old 2022-03-18 16:41:35.069157628 +0100 +++ /var/tmp/diff_new_pack.CTswMh/_new 2022-03-18 16:41:35.073157631 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param> <param name="scm">git</param> - <param name="revision">v1.22.0</param> + <param name="revision">v1.23.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.CTswMh/_old 2022-03-18 16:41:35.089157642 +0100 +++ /var/tmp/diff_new_pack.CTswMh/_new 2022-03-18 16:41:35.093157645 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param> - <param name="changesrevision">3db8a88cc91b4d33a937d239497aaa1f9368501c</param></service></servicedata> + <param name="changesrevision">5828782d8d7b6ca58dceeeae251ba75bdef84fe4</param></service></servicedata> (No newline at EOF) ++++++ cri-tools-1.22.0.tar.xz -> cri-tools-1.23.0.tar.xz ++++++ ++++ 11656 lines of diff (skipped)