Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nelm for openSUSE:Factory checked in at 2025-04-14 12:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nelm (Old) and /work/SRC/openSUSE:Factory/.nelm.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nelm" Mon Apr 14 12:58:27 2025 rev:2 rq:1269005 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nelm/nelm.changes 2025-04-11 23:22:59.430687064 +0200 +++ /work/SRC/openSUSE:Factory/.nelm.new.1907/nelm.changes 2025-04-14 12:58:30.344560179 +0200 @@ -1,0 +2,8 @@ +Sun Apr 13 15:53:46 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.1.4: + * Bug Fixes + - allow werf.io/sensitive: false for Secrets (53665fd) + - possible panic in tracking flux canary resource (c6861bf) + +------------------------------------------------------------------- Old: ---- nelm-1.1.3.obscpio New: ---- nelm-1.1.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nelm.spec ++++++ --- /var/tmp/diff_new_pack.Jb3fiB/_old 2025-04-14 12:58:32.796663153 +0200 +++ /var/tmp/diff_new_pack.Jb3fiB/_new 2025-04-14 12:58:32.804663489 +0200 @@ -17,7 +17,7 @@ Name: nelm -Version: 1.1.3 +Version: 1.1.4 Release: 0 Summary: Helm 3 alternative License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Jb3fiB/_old 2025-04-14 12:58:33.068674575 +0200 +++ /var/tmp/diff_new_pack.Jb3fiB/_new 2025-04-14 12:58:33.104676087 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/werf/nelm</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.1.3</param> + <param name="revision">v1.1.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.Jb3fiB/_old 2025-04-14 12:58:33.272683143 +0200 +++ /var/tmp/diff_new_pack.Jb3fiB/_new 2025-04-14 12:58:33.300684318 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/werf/nelm</param> - <param name="changesrevision">703edfe390e315e5b8fbd89995ec6c1f95c7b77d</param></service></servicedata> + <param name="changesrevision">5b2f25b06cc5fb13d45da579aea7d3187241656a</param></service></servicedata> (No newline at EOF) ++++++ nelm-1.1.3.obscpio -> nelm-1.1.4.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.1.3/CHANGELOG.md new/nelm-1.1.4/CHANGELOG.md --- old/nelm-1.1.3/CHANGELOG.md 2025-04-11 14:31:09.000000000 +0200 +++ new/nelm-1.1.4/CHANGELOG.md 2025-04-13 16:37:13.000000000 +0200 @@ -1,5 +1,13 @@ # Changelog +### [1.1.4](https://www.github.com/werf/nelm/compare/v1.1.3...v1.1.4) (2025-04-11) + + +### Bug Fixes + +* allow `werf.io/sensitive: false` for Secrets ([53665fd](https://www.github.com/werf/nelm/commit/53665fd3b9a218dc2e67fb69df4ffb0803f5022e)) +* possible panic in tracking flux canary resource ([c6861bf](https://www.github.com/werf/nelm/commit/c6861bf5391b60d392cb648a1a482c23b489e72e)) + ### [1.1.3](https://www.github.com/werf/nelm/compare/v1.1.2...v1.1.3) (2025-04-11) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.1.3/go.mod new/nelm-1.1.4/go.mod --- old/nelm-1.1.3/go.mod 2025-04-11 14:31:09.000000000 +0200 +++ new/nelm-1.1.4/go.mod 2025-04-13 16:37:13.000000000 +0200 @@ -8,6 +8,8 @@ github.com/alecthomas/chroma/v2 v2.15.0 github.com/aymanbagabas/go-udiff v0.2.0 github.com/chanced/caps v1.0.2 + github.com/containerd/log v0.1.0 + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc github.com/docker/cli v25.0.5+incompatible github.com/docker/docker v25.0.5+incompatible github.com/dominikbraun/graph v0.23.0 @@ -25,14 +27,15 @@ github.com/onsi/gomega v1.36.0 github.com/pkg/errors v0.9.1 github.com/samber/lo v1.49.1 + github.com/sirupsen/logrus v1.9.3 github.com/sourcegraph/conc v0.3.0 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/tidwall/sjson v1.2.5 github.com/wI2L/jsondiff v0.5.0 - github.com/werf/3p-helm v0.0.0-20250321133401-c2dd64fffad4 + github.com/werf/3p-helm v0.0.0-20250411132430-d352696fd3eb github.com/werf/common-go v0.0.0-20250402120318-6016fd164f88 - github.com/werf/kubedog v0.13.1-0.20250225170820-367e45be4347 + github.com/werf/kubedog v0.13.1-0.20250411133038-3d8084fab0ec github.com/werf/lockgate v0.1.1 github.com/werf/logboek v0.6.1 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e @@ -44,7 +47,6 @@ k8s.io/client-go v0.29.3 k8s.io/klog v1.0.0 k8s.io/klog/v2 v2.120.1 - k8s.io/kubectl v0.29.3 sigs.k8s.io/yaml v1.4.0 ) @@ -64,10 +66,8 @@ github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/chai2010/gettext-go v1.0.2 // indirect github.com/containerd/containerd v1.7.14 // indirect - github.com/containerd/log v0.1.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect github.com/cyphar/filepath-securejoin v0.2.5 // indirect - github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/distribution/reference v0.5.0 // indirect github.com/djherbis/buffer v1.2.0 // indirect github.com/djherbis/nio/v3 v3.0.1 // indirect @@ -142,7 +142,6 @@ github.com/rubenv/sql-migrate v1.6.1 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/shopspring/decimal v1.3.1 // indirect - github.com/sirupsen/logrus v1.9.3 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/cast v1.6.0 // indirect github.com/tidwall/gjson v1.17.0 // indirect @@ -178,6 +177,7 @@ k8s.io/apiserver v0.29.2 // indirect k8s.io/component-base v0.29.3 // indirect k8s.io/kube-openapi v0.0.0-20240105020646-a37d4de58910 // indirect + k8s.io/kubectl v0.29.3 // indirect k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect oras.land/oras-go v1.2.5 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.1.3/go.sum new/nelm-1.1.4/go.sum --- old/nelm-1.1.3/go.sum 2025-04-11 14:31:09.000000000 +0200 +++ new/nelm-1.1.4/go.sum 2025-04-13 16:37:13.000000000 +0200 @@ -411,12 +411,12 @@ github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28= github.com/wI2L/jsondiff v0.5.0 h1:RRMTi/mH+R2aXcPe1VYyvGINJqQfC3R+KSEakuU1Ikw= github.com/wI2L/jsondiff v0.5.0/go.mod h1:qqG6hnK0Lsrz2BpIVCxWiK9ItsBCpIZQiv0izJjOZ9s= -github.com/werf/3p-helm v0.0.0-20250321133401-c2dd64fffad4 h1:vB93Z0ylusgOddNPtapLQxc1lkbtvM0Gl5josb+QI5Y= -github.com/werf/3p-helm v0.0.0-20250321133401-c2dd64fffad4/go.mod h1:X2Ab7KcvII0xWOT3+sY0+erA6lR4M4uHV5+lfU9Ag/c= +github.com/werf/3p-helm v0.0.0-20250411132430-d352696fd3eb h1:3vBp8GTZeYcu50lci1ZOeIlHA/MCI/7h4O2oOZHKZHk= +github.com/werf/3p-helm v0.0.0-20250411132430-d352696fd3eb/go.mod h1:X2Ab7KcvII0xWOT3+sY0+erA6lR4M4uHV5+lfU9Ag/c= github.com/werf/common-go v0.0.0-20250402120318-6016fd164f88 h1:ZY6HWHsCSAoHnMcYZwi+vo1y0VAtgvRmooNf3PE1zG8= github.com/werf/common-go v0.0.0-20250402120318-6016fd164f88/go.mod h1:taKDUxKmGfqNOlVx1O0ad5vdV4duKexTLO7Rch9HfeA= -github.com/werf/kubedog v0.13.1-0.20250225170820-367e45be4347 h1:vKg9b/+s2y4fVWRQuqOKGJ7LCv9h2WTYiIwJTIikRdA= -github.com/werf/kubedog v0.13.1-0.20250225170820-367e45be4347/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg= +github.com/werf/kubedog v0.13.1-0.20250411133038-3d8084fab0ec h1:tyfkagRcJVtfBF4aoxmnE6/idE7YIPo4RqdJQXNoJRg= +github.com/werf/kubedog v0.13.1-0.20250411133038-3d8084fab0ec/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg= github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4= github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE= github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.1.3/internal/resource/util.go new/nelm-1.1.4/internal/resource/util.go --- old/nelm-1.1.3/internal/resource/util.go 2025-04-11 14:31:09.000000000 +0200 +++ new/nelm-1.1.4/internal/resource/util.go 2025-04-13 16:37:13.000000000 +0200 @@ -11,10 +11,6 @@ ) func IsSensitive(groupKind schema.GroupKind, annotations map[string]string) bool { - if groupKind == (schema.GroupKind{Group: "", Kind: "Secret"}) { - return true - } - if _, value, found := FindAnnotationOrLabelByKeyPattern(annotations, annotationKeyPatternSensitive); found { sensitive := lo.Must(strconv.ParseBool(value)) @@ -23,6 +19,10 @@ } } + if groupKind == (schema.GroupKind{Group: "", Kind: "Secret"}) { + return true + } + return false } ++++++ nelm.obsinfo ++++++ --- /var/tmp/diff_new_pack.Jb3fiB/_old 2025-04-14 12:58:34.704743281 +0200 +++ /var/tmp/diff_new_pack.Jb3fiB/_new 2025-04-14 12:58:34.744744961 +0200 @@ -1,5 +1,5 @@ name: nelm -version: 1.1.3 -mtime: 1744374669 -commit: 703edfe390e315e5b8fbd89995ec6c1f95c7b77d +version: 1.1.4 +mtime: 1744555033 +commit: 5b2f25b06cc5fb13d45da579aea7d3187241656a ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/nelm/vendor.tar.gz /work/SRC/openSUSE:Factory/.nelm.new.1907/vendor.tar.gz differ: char 13, line 1