Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cri-o for openSUSE:Factory checked in at 2021-04-26 16:38:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-o (Old) and /work/SRC/openSUSE:Factory/.cri-o.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-o" Mon Apr 26 16:38:43 2021 rev:59 rq:885766 version:1.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes 2021-04-15 16:57:19.222665096 +0200 +++ /work/SRC/openSUSE:Factory/.cri-o.new.12324/cri-o.changes 2021-04-26 16:38:53.510005677 +0200 @@ -1,0 +2,238 @@ +Thu Apr 15 16:39:03 UTC 2021 - alexandre.vice...@suse.com + +- Update to version 1.21.0: + * bump to v1.21.0 + * config: drop registries field as it is no longer supported + * Revert "test: drop unneeded sed statement" + * WIP: add debug print + * test: drop unneeded sed statement + * config: fix template insecure_registries field + * config: drop commented config lines + * build(deps): bump google.golang.org/grpc from 1.36.1 to 1.37.0 + * Bump OpenShift CI cri-tools version and fix build path + * build(deps): bump github.com/containers/image/v5 from 5.10.5 to 5.11.0 + * Bump cri-tools to v1.21.0 + * Update Kubernetes to v1.21.0 + * Add container out of memory metrics + * [CLI] "crio config" only prints the fields that are differet than the default. + * Set short name mode to permissive + * docs-validation: update to handle workloads + * Fix unnecessary conversion lint report + * add tests for workloads + * integrate with server + * config: update workloads structure + * Clarify release cadence and version skew + * Add correct start time to initial log output + * Add support for workload settings + * refactor handling of allowed_annotations + * Do not push main binary into cachix cache + * resourcestore: introduce ResourceCleaner + * Use internal logging when context available + * build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.0 to 22.3.1 + * server: remove dead code + * sandbox: use defined CRI type for NamespaceOption + * config: remove dead code + * oci: remove dead code + * lib: remove dead code + * build(deps): bump github.com/containers/podman/v3 + * build(deps): bump k8s.io/client-go from 0.20.1 to 0.20.5 + * update pause image to 3.5 for non-root + * build(deps): bump github.com/soheilhy/cmux from 0.1.4 to 0.1.5 + * build(deps): bump google.golang.org/grpc from 1.34.0 to 1.36.1 + * build(deps): bump github.com/containers/buildah from 1.19.8 to 1.20.0 + * build(deps): bump github.com/prometheus/client_golang + * build(deps): bump github.com/godbus/dbus/v5 from 5.0.3 to 5.0.4 + * build(deps): bump k8s.io/cri-api from 0.20.1 to 0.20.5 + * build(deps): bump github.com/containers/podman/v3 + * build(deps): bump k8s.io/kubernetes from 1.13.0 to 1.20.5 + * crio-wipe: only clear storage if CleanShutdownFile is supported + * Add static bundle node e2e tests to GitHub actions + * Reload the main config file when reloading configs + * crio wipe: only completely wipe storage after a reboot + * Bump static binary dependency versions + * Add dependabot config file + * runtimeVM: Fix shimv2 binary name construction + * config,runtimeVM: Improve runtime_path validation + * oci_test: Add basic coverage to "RuntimeType()" + * oci_test: Add basic coverage to "privileged_without_host_devices" + * oci_test: Leave invalidRuntime on its own line + * tweak scope dependencies + * Do not return `<none>` placeholders for images any more + * Fix invalid libcontainer GetExecUser call + * Update dependencies + * config: Don't fail if the non default runtime doesn't pass validation + * Remove check for CI env variable for release-notes and dependencies + * cgmgr: add CreateSandboxCgroup method + * inspect: send container PID for dropped infra sandbox + * oci: specify sbox id when creating spoofed container + * Run GitHub actions on release branches + * Update bats to v1.3.0 (#4661) + * use happy-eyeballs for port-forwarding + * fix mock issues + * fix lint issues + * install: drop support matrix and update instructions + * do not store context in runtime vm + * Fix lint GitHub action + * pkg/container: take process args + * Use and publish version marker for CRI-O + * Add GitHub API pages support to `get` script + * add libbtrfs-dev to unit tests + * Revert "server: use IsAlive() more" + * Fix GitHub actions cache key + * Bug 1881694: Add pull source as info level log + * test: use latest conmon + * runtime_vm: Create the global fifo inside the runtime root path + * stats: fix log spam + * Support CRI seccomp security profiles + * oci: add unit tests for stop timeouts + * oci: don't update stop timeout if it's earlier than old one + * oci: update timeout even if we're ignoring kill + * oci: don't wait too long on a long stop + * oci: check process is still around with kill + * Add integration test for started/finished container time + * fix: Don't set `image-endpoint` in crictl config + * feat: Add CLI option to set registries.conf.d path + * Add allowed io.containers.trace-syscall annotation to static bundle + * Make `get` script independent from `make` + * test: correct the env variable for dropping the infra container + * Add metric to grab latency of individual cri calls + * Fix `get` script commit SHA retrieval + * Add arm64 static build to GitHub actions + * Fix GitHub actions workflow syntax + * Updates yq commnands for yq v4 + * gh-actions: also run on release branches + * pkg/sandbox: add InitInfraContainer endpoint + * test: reconfigure how runtimes are passed in + * test: add runtime() function + * sandbox/container: drop context + * test: drop workaround for crun + * pkg/sandbox: cleanup unused funcs/files + * fix doc log_level adding trace option + * Fix oci container update config + * Update e2e-aws logic for 4.8 + * nsmgr: take Initalize method + * Switch to go 1.16 for GitHub actions and remove scripts/build-test-image + * config: remove and create the correct dir + * Update nix pin with `make nixpkgs` + * server: mount cgroup with rslave + * crio wipe: ensure a clean shutdown + * Move integration tests to GitHub actions + * Run release-notes GitHub action after dependencies + * Bumps github.com/containers/ocicrypt from 1.0.3 to 1.1.0. + * config/node: refactor checking for CollectMode + * Fix GitHub actions checkout permissions + * change binary version to 1.21.0-dev + * Set conmon scope KillSignal to SIGPIPE + * Move repo modification jobs to GitHub actions + * bump protobuf to 1.3.2 + * Log container stop timeout + * ResourceStore: add close method + * Allow seccomp hook tracing for separate containers + * ResourceStore: extend tests to test WatcherForResource + * ResourceStore: update tests to all run + * ResourceStore: update docs for WatcherForResource + * ResourceStore: don't segfault + * server: support setting raw unified cgroupv2 settings + * vendor: update runtime-specs + * cgroup: implement fix for swap memcg on cgroup v2 + * server: leave swap mem limit unset if not supported + * test: skip ServiceAccountIssuerDiscovery test + * hostport manager clean up host ports + * allows stream timeout to be set from config + * config: pre-create pinns directories + * Bump containers image to v5.10.1 + * Move unit tests to GitHub actions + * Move go1.14 and 386 builds to GitHub actions + * set kubelet node IP + * Fix validate-completions GitHub action + * Add integration test for pprof over unix socket + * Add a flag for enabling profile over unix socket + * Lookup echo command for unit tests + * Move static build to GitHub actions + * pinns: Fixup 'pwarn' output to match 'pwarnf' output + * pinns: Don't put errno in the exit message for argument checks + * nsmgr: use host option + * nsmgr: Use config struct for NewPodNamespaces + * pinns: support pinning host ns + * Remove implicit GitHub action `name` fields + * Move docs and completions validation to GitHub actions + * Bump golangci-lint to v1.35.2 + * Make config tests work rootless + * Make rootless namespace unit test execution work + * config: fix template to show infra_ctr_cpus option + * Do not log file path on ioutil.ReadFile + * fixes version_test.go + * Close the stdin/tty on server start to avoid shortname prompts + * docs: fix http link + * docs: update kubeadm tutorial + * Fix `make lint` + * Return runtime API version based on protocol + * Update compatibility matrix to mention v1.20 + * add method comment + * restore irqbalance config only on system restart + * add blurb in doc and more informative name for unit tests + * add is-enabled check for irqbalance service + * fix unit tests + * add unit tests + * fix bash/zsh completions + * fix the docs validation + * handle irqbalance service + * runtime_vm: set finished time when containers stop + * nsmgr: fix/add calls to GetNamespace + * managed namespaces: move to dedicated package + * Provide integration test for infra-ctr-cpuset feature + * Set CPUs for the infra containers during the creation + * Add shell completion for infra-containers-cpu flag + * Add new infra-containers-cpus to the CLI and config file + * refine `registries` deprecation message + * Circle CI: install test/registries.conf + * crio.8.md: runroot defaults to /run/containers/storage + * support short-name aliases + * pull: do check for blocked registries + * config: deprecate registries + * Rollback gocapability vendor bump + * vendor: bump containers/storage to v1.24.4 + * Update nix pin with `make nixpkgs` + * contrib/test/int: add Kata Containers runtime support + * contrib/test/int: enforce linking in parallel build process ++++ 41 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cri-o/cri-o.changes ++++ and /work/SRC/openSUSE:Factory/.cri-o.new.12324/cri-o.changes Old: ---- config-fix-tz.patch cri-o-1.20.2.tar.gz New: ---- cri-o-1.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-o.spec ++++++ --- /var/tmp/diff_new_pack.0fkAF5/_old 2021-04-26 16:38:54.594007402 +0200 +++ /var/tmp/diff_new_pack.0fkAF5/_new 2021-04-26 16:38:54.594007402 +0200 @@ -24,7 +24,7 @@ %define project github.com/cri-o/cri-o # Define macros for further referenced sources Name: cri-o -Version: 1.20.2 +Version: 1.21.0 Release: 0 Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: Apache-2.0 @@ -37,10 +37,6 @@ Source4: crio.conf Source5: cri-o-rpmlintrc Source6: kubelet.env -# See https://github.com/containers/common/commit/27a6951e3644d9031a79819abb1bcb2bba8486ca -# OBS has no zoneinfo, until the above patch comes to cri-o -# we need to keep this one otherwise crio build fails. -Patch1: config-fix-tz.patch BuildRequires: device-mapper-devel BuildRequires: fdupes BuildRequires: glib2-devel-static @@ -87,7 +83,6 @@ %prep %setup -qa1 -%patch1 -p1 %build # Keep cgroupfs as the default cgroup manager for SLE15 builds ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0fkAF5/_old 2021-04-26 16:38:54.638007472 +0200 +++ /var/tmp/diff_new_pack.0fkAF5/_new 2021-04-26 16:38:54.642007479 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/cri-o/cri-o.git</param> <param name="scm">git</param> - <param name="revision">v1.20.2</param> + <param name="revision">v1.21.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.0fkAF5/_old 2021-04-26 16:38:54.662007511 +0200 +++ /var/tmp/diff_new_pack.0fkAF5/_new 2021-04-26 16:38:54.666007517 +0200 @@ -3,4 +3,4 @@ <param name="url">https://github.com/cri-o/cri-o</param> <param name="changesrevision">4e159cc8db813fb38e7429ba39ad2cf73b174446</param></service><service name="tar_scm"> <param name="url">https://github.com/cri-o/cri-o.git</param> - <param name="changesrevision">d3ddab5440ec6ac2668cbbfe8b6db328f17bfd91</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">8540de1577b441a6ffd62275465891923968c304</param></service></servicedata> \ No newline at end of file ++++++ cri-o-1.20.2.tar.gz -> cri-o-1.21.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/cri-o/cri-o-1.20.2.tar.gz /work/SRC/openSUSE:Factory/.cri-o.new.12324/cri-o-1.21.0.tar.gz differ: char 13, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cri-o/vendor.tar.gz /work/SRC/openSUSE:Factory/.cri-o.new.12324/vendor.tar.gz differ: char 5, line 1