Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kube-no-trouble for openSUSE:Factory checked in at 2024-01-14 19:02:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kube-no-trouble (Old) and /work/SRC/openSUSE:Factory/.kube-no-trouble.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kube-no-trouble" Sun Jan 14 19:02:51 2024 rev:4 rq:1138452 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kube-no-trouble/kube-no-trouble.changes 2022-12-17 20:37:00.940760056 +0100 +++ /work/SRC/openSUSE:Factory/.kube-no-trouble.new.21961/kube-no-trouble.changes 2024-01-14 19:03:24.719239616 +0100 @@ -1,0 +2,42 @@ +Wed Dec 20 13:10:27 UTC 2023 - opensuse_buildserv...@ojkastl.de + +- Update to version 0.7.1: + * fix: Fix up pre-commit + * ci: Bump language-formatters-pre-commit-hooks to 2.11 + * ci: Upgrade pre-commit action to v3 + * dep: Go Bump helm.sh/helm/v3 from 3.12.3 to 3.13.1 + * feat: Fix auth error, errors out properly closes #450 and + increased log level for silent resource failures + * dep: Go Bump helm.sh/helm/v3 from 3.11.1 to 3.12.3 + * dep: Go Bump k8s.io/client-go from 0.27.1 to 0.28.1 + * dep: Go Bump github.com/open-policy-agent/opa from 0.51.0 to + 0.56.0 + * test: Add tests for new deprecations + * feat: Include new elements in cluster collector + * feat: Include new deprecations in rego files + * chore: Add brew installation method + * dep: Go Bump github.com/rs/zerolog from 1.29.0 to 1.30.0 + * fix: Missing buildx added to ci + * dep: Docker Bump golang from 1.20-alpine3.17 to 1.21-alpine3.17 + * fix: Move autoscaling/v2beta1 removal to Kubernetes 1.25 + * chore: Add blurb to readme about creating a signed commit + * dep: Go Bump github.com/open-policy-agent/opa from 0.48.0 to + 0.51.0 + * dep: Go Bump k8s.io/client-go from 0.26.1 to 0.27.1 + * feat: Golang 1.20 + * ci: Build Linux arm64 docker image + * dep: Go Bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 + * chore: Codespell wrongly flags go.sum + * dep: Go Bump k8s.io/client-go from 0.26.0 to 0.26.1 + * dep: Go Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 + * dep: Go Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 + * dep: Go Bump golang.org/x/net from 0.5.0 to 0.7.0 + * dep: Go Bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 + * dep: Go Bump github.com/open-policy-agent/opa from 0.47.2 to + 0.48.0 + * ref: Fix SonarCloud issues + * feat: Add CSV output + * ci: Tune stale issues/PRs workflow config to wait a bit longer + (60+30) + +------------------------------------------------------------------- Old: ---- kube-no-trouble-0.7.0.tar.gz New: ---- kube-no-trouble-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kube-no-trouble.spec ++++++ --- /var/tmp/diff_new_pack.7ueCYr/_old 2024-01-14 19:03:25.343262347 +0100 +++ /var/tmp/diff_new_pack.7ueCYr/_new 2024-01-14 19:03:25.347262493 +0100 @@ -1,7 +1,7 @@ # # spec file for package kube-no-trouble # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: kube-no-trouble -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: Easily check your cluster for use of deprecated APIs License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7ueCYr/_old 2024-01-14 19:03:25.375263513 +0100 +++ /var/tmp/diff_new_pack.7ueCYr/_new 2024-01-14 19:03:25.375263513 +0100 @@ -1,21 +1,23 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="url">https://github.com/doitintl/kube-no-trouble</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">0.7.0</param> + <param name="revision">v0.7.1</param> <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">v(.*)</param> + <param name="match-tag">v*</param> <param name="changesgenerate">enable</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> <param name="basename">kube-no-trouble</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="disabled"> - <param name="archive">kube-no-trouble-0.7.0.tar.gz</param> + <service name="go_modules" mode="manual"> + <param name="archive">kube-no-trouble-0.7.1.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7ueCYr/_old 2024-01-14 19:03:25.395264242 +0100 +++ /var/tmp/diff_new_pack.7ueCYr/_new 2024-01-14 19:03:25.395264242 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/doitintl/kube-no-trouble</param> - <param name="changesrevision">d1bb4e5fd6550b533b2013671aa8419d923ee042</param></service></servicedata> + <param name="changesrevision">1ed4bfb4bd271f88731d245131edec931956cf74</param></service></servicedata> (No newline at EOF) ++++++ kube-no-trouble-0.7.0.tar.gz -> kube-no-trouble-0.7.1.tar.gz ++++++ ++++ 2129 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kube-no-trouble/vendor.tar.gz /work/SRC/openSUSE:Factory/.kube-no-trouble.new.21961/vendor.tar.gz differ: char 5, line 1