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-08-04 15:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nelm (Old) and /work/SRC/openSUSE:Factory/.nelm.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nelm" Mon Aug 4 15:22:34 2025 rev:15 rq:1297240 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nelm/nelm.changes 2025-08-02 00:43:50.599754948 +0200 +++ /work/SRC/openSUSE:Factory/.nelm.new.1085/nelm.changes 2025-08-04 15:22:53.925107548 +0200 @@ -1,0 +2,12 @@ +Sun Aug 03 11:32:26 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 1.10.0: + * Features + - add werf.io/log-regex-skip annotation (3da6610) + - deploy, tracking: update kubedog to track prometheus + resources (5e7dc4a) + * Bug Fixes + - extra and some secret values wrongly propagated to subcharts + (8ffa419) + +------------------------------------------------------------------- Old: ---- nelm-1.9.0.obscpio New: ---- nelm-1.10.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nelm.spec ++++++ --- /var/tmp/diff_new_pack.eWhiBJ/_old 2025-08-04 15:22:55.221162794 +0200 +++ /var/tmp/diff_new_pack.eWhiBJ/_new 2025-08-04 15:22:55.225162964 +0200 @@ -1,7 +1,7 @@ # # spec file for package nelm # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nelm -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: Helm 3 alternative License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.eWhiBJ/_old 2025-08-04 15:22:55.253164158 +0200 +++ /var/tmp/diff_new_pack.eWhiBJ/_new 2025-08-04 15:22:55.257164328 +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.9.0</param> + <param name="revision">v1.10.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.eWhiBJ/_old 2025-08-04 15:22:55.285165521 +0200 +++ /var/tmp/diff_new_pack.eWhiBJ/_new 2025-08-04 15:22:55.293165862 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/werf/nelm</param> - <param name="changesrevision">549685ecd5dd476d794f467e4c6f64317cad4a57</param></service></servicedata> + <param name="changesrevision">f74daf684359e9b6dd3026920ec93b20129ca85e</param></service></servicedata> (No newline at EOF) ++++++ nelm-1.9.0.obscpio -> nelm-1.10.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.9.0/CHANGELOG.md new/nelm-1.10.0/CHANGELOG.md --- old/nelm-1.9.0/CHANGELOG.md 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/CHANGELOG.md 2025-08-01 14:08:23.000000000 +0200 @@ -1,5 +1,18 @@ # Changelog +## [1.10.0](https://www.github.com/werf/nelm/compare/v1.9.0...v1.10.0) (2025-08-01) + + +### Features + +* add `werf.io/log-regex-skip` annotation ([3da6610](https://www.github.com/werf/nelm/commit/3da6610d05c5e2baaf14756d7835f2ed13693ccf)) +* **deploy, tracking:** update kubedog to track prometheus resources ([5e7dc4a](https://www.github.com/werf/nelm/commit/5e7dc4adbffc53058871878dff797c1033fc692f)) + + +### Bug Fixes + +* extra and some secret values wrongly propagated to subcharts ([8ffa419](https://www.github.com/werf/nelm/commit/8ffa419578757452d5d78e5064c7a3469af78fde)) + ## [1.9.0](https://www.github.com/werf/nelm/compare/v1.8.0...v1.9.0) (2025-07-29) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.9.0/README.md new/nelm-1.10.0/README.md --- old/nelm-1.9.0/README.md 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/README.md 2025-08-01 14:08:23.000000000 +0200 @@ -45,6 +45,7 @@ - [Annotation `werf.io/no-activity-timeout`](#annotation-werfiono-activity-timeout) - [Annotation `werf.io/log-regex`](#annotation-werfiolog-regex) - [Annotation `werf.io/log-regex-for-<container_name>`](#annotation-werfiolog-regex-for-container_name) + - [Annotation `werf.io/log-regex-skip`](#annotation-werfiolog-regex-skip) - [Annotation `werf.io/skip-logs`](#annotation-werfioskip-logs) - [Annotation `werf.io/skip-logs-for-containers`](#annotation-werfioskip-logs-for-containers) - [Annotation `werf.io/show-logs-only-for-containers`](#annotation-werfioshow-logs-only-for-containers) @@ -490,6 +491,13 @@ For the specified container, only show log lines that match the specified regex. +#### Annotation `werf.io/log-regex-skip` + +Format: `<re2 regex>` [(reference)](https://github.com/google/re2/wiki/Syntax) \ +Example: `werf.io/log-regex-skip: ".*TRACE|trace|DEBUG|debug.*"` + +Don't show log lines that match the specified regex. + #### Annotation `werf.io/skip-logs` Format: `true|false` \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.9.0/go.mod new/nelm-1.10.0/go.mod --- old/nelm-1.9.0/go.mod 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/go.mod 2025-08-01 14:08:23.000000000 +0200 @@ -36,9 +36,9 @@ github.com/stretchr/testify v1.10.0 github.com/tidwall/sjson v1.2.5 github.com/wI2L/jsondiff v0.5.0 - github.com/werf/3p-helm v0.0.0-20250725100513-d2679f19b582 + github.com/werf/3p-helm v0.0.0-20250731134240-58a9eff8ec5b github.com/werf/common-go v0.0.0-20250520111308-b0eda28dde0d - github.com/werf/kubedog v0.13.1-0.20250722214151-94b0a931853d + github.com/werf/kubedog v0.13.1-0.20250801120242-28c356abdc84 github.com/werf/lockgate v0.1.1 github.com/werf/logboek v0.6.1 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.9.0/go.sum new/nelm-1.10.0/go.sum --- old/nelm-1.9.0/go.sum 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/go.sum 2025-08-01 14:08:23.000000000 +0200 @@ -415,12 +415,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-20250725100513-d2679f19b582 h1:TCYjjWpLxXYKJ8TlYg/KAqt7sHOh0BPJ9q4lb9xqtM8= -github.com/werf/3p-helm v0.0.0-20250725100513-d2679f19b582/go.mod h1:KDjmOsjFiOmj0fB0+q+0gGvlejPMjTgckLC59bX0BLg= +github.com/werf/3p-helm v0.0.0-20250731134240-58a9eff8ec5b h1:l9R9CvJLk8uaLmJpyuP5GboqzZaTqwxgfzuTMEbfF28= +github.com/werf/3p-helm v0.0.0-20250731134240-58a9eff8ec5b/go.mod h1:KDjmOsjFiOmj0fB0+q+0gGvlejPMjTgckLC59bX0BLg= github.com/werf/common-go v0.0.0-20250520111308-b0eda28dde0d h1:nVN0E4lQdToFiPty19uwj5TF+bCI/kAp5LLG4stWdO4= github.com/werf/common-go v0.0.0-20250520111308-b0eda28dde0d/go.mod h1:taKDUxKmGfqNOlVx1O0ad5vdV4duKexTLO7Rch9HfeA= -github.com/werf/kubedog v0.13.1-0.20250722214151-94b0a931853d h1:bL2wyCqNY03yPe3iHU4OQrCG7WRc0kaFfxmue3YQEcA= -github.com/werf/kubedog v0.13.1-0.20250722214151-94b0a931853d/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg= +github.com/werf/kubedog v0.13.1-0.20250801120242-28c356abdc84 h1:1pdu8pC+Gyen2k59eEin/3lxK7z+qoV1vHt8iU3U9KQ= +github.com/werf/kubedog v0.13.1-0.20250801120242-28c356abdc84/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.9.0/internal/chart/chart_tree.go new/nelm-1.10.0/internal/chart/chart_tree.go --- old/nelm-1.9.0/internal/chart/chart_tree.go 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/internal/chart/chart_tree.go 2025-08-01 14:08:23.000000000 +0200 @@ -71,7 +71,6 @@ Debug: log.Default.AcceptLevel(ctx, log.DebugLevel), } - opts.HelmOptions.ChartLoadOpts.ChartDir = chartPath opts.HelmOptions.ChartLoadOpts.DepDownloader = depDownloader overrideValuesOpts := &values.Options{ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/nelm-1.9.0/trdl_channels.yaml new/nelm-1.10.0/trdl_channels.yaml --- old/nelm-1.9.0/trdl_channels.yaml 2025-07-29 13:13:28.000000000 +0200 +++ new/nelm-1.10.0/trdl_channels.yaml 2025-08-01 14:08:23.000000000 +0200 @@ -2,12 +2,12 @@ - name: "1" channels: - name: alpha - version: 1.8.0 + version: 1.9.0 - name: beta version: 1.8.0 - name: ea - version: 1.7.0 + version: 1.8.0 - name: stable - version: 1.6.0 + version: 1.7.0 - name: rock-solid - version: 1.4.1 + version: 1.6.0 ++++++ nelm.obsinfo ++++++ --- /var/tmp/diff_new_pack.eWhiBJ/_old 2025-08-04 15:22:55.569177628 +0200 +++ /var/tmp/diff_new_pack.eWhiBJ/_new 2025-08-04 15:22:55.577177969 +0200 @@ -1,5 +1,5 @@ name: nelm -version: 1.9.0 -mtime: 1753787608 -commit: 549685ecd5dd476d794f467e4c6f64317cad4a57 +version: 1.10.0 +mtime: 1754050103 +commit: f74daf684359e9b6dd3026920ec93b20129ca85e ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/nelm/vendor.tar.gz /work/SRC/openSUSE:Factory/.nelm.new.1085/vendor.tar.gz differ: char 12, line 1