Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helmfile for openSUSE:Factory checked in at 2023-01-24 19:43:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helmfile (Old) and /work/SRC/openSUSE:Factory/.helmfile.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helmfile" Tue Jan 24 19:43:00 2023 rev:37 rq:1060491 version:0.150.0 Changes: -------- --- /work/SRC/openSUSE:Factory/helmfile/helmfile.changes 2022-12-24 14:53:01.551888673 +0100 +++ /work/SRC/openSUSE:Factory/.helmfile.new.32243/helmfile.changes 2023-01-24 20:22:55.445294327 +0100 @@ -1,0 +2,61 @@ +Mon Jan 23 17:02:57 UTC 2023 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.150.0: + New features: + * We introduced a new Helmfile V1 mode that can be enabled via an + environment variable and a build flag. It allows you to build a + Helmfile V1 binary from the same source tree and even enabling + the V1 mode at runtime via an environment variable: + HELMFILE_V1MODE=true + * The new V1 mode and upcoming Helmfile v1 releases have some + breaking changes like the .gotmpl extension is required to let + Helmfile render the helmfile.yaml as a template. See the V1 + proposal for more information. + * We also reverted our YAML library to gopkg.in/yaml.v2 and + introduced goccy/go-yaml for the Helmfile V1 mode. You can + opt-in for the V1 mode or enable the new YAML library via + environment variables: HELMFILE_GOCCY_GOYAML=true. Please note + that the default yaml parser disables yaml overwrite feature. + * If you've been struggling with managing and repeating common + fields across releases, or worked-around that by either + leveraging helmfile templates(not release templates) or + layering values and valuesTemplate (although it wasn't the + intended usage), the new inherit field would be handy. + It allows you to layer any number of release templates. + * The last and most important change is that we finally dropped + the Helm v2 support! Helm v2 has been unmaintained since 2020, + and no one should be using it anymore. + + What's Changed: + * Clarify postsync hooks docs by @felipecrs in #585 + * optimize lint logic by @yxxhero in #586 + * use yaml v3 UnmarshalYAML by @yxxhero in #587 + * doc: Remove HELMFILE_SKIP_INSECURE_TEMPLATE_FUNCTIONS in + Helmfile v1 by @mumoshu in #590 + * Add helmfile state validate policy by @yxxhero in #592 + * add goreportcard by @yxxhero in #595 + * feat: Helmfile V1 mode by @mumoshu in #594 + * Re: Strict helmfile.yaml file ext when rendered as template + by @mumoshu in #599 + * Re: Remove deprecated args and cmd for v1.0.0 by @mumoshu in #598 + * Sops and gpg command by @metajiji in #597 + * Use goccy/go-yaml for v1 / Prep bringing back go-yaml v2 for + v0.x by @mumoshu in #604 + * fix env value lost in environment values by @yxxhero in #605 + * Fix cryptic message on values template render error by + @mumoshu in #607 + * feat: inherit field for release template inheritance by + @mumoshu in #606 + * Use gopkg.in/yaml.v2 for Helmfile v0.x by @mumoshu in #609 + * build(deps): bump golang.org/x/term from 0.3.0 to 0.4.0 by + @dependabot in #616 + * build(deps): bump gitpython from 3.1.27 to 3.1.30 in /docs by + @dependabot in #618 + * Enhance tpl func test by @yxxhero in #619 + * feat: mark deprecated args and cmd for v1 by @yxxhero in #628 + * fix fetch does not work with kustomized releases by @xiaomudk + in #624 + * Drop Helm v2 support by @xiaomudk in #613 + * Reset values flag by @kkoralsky in #602 + +------------------------------------------------------------------- Old: ---- helmfile-0.149.0.tar.gz New: ---- helmfile-0.150.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helmfile.spec ++++++ --- /var/tmp/diff_new_pack.zPACN7/_old 2023-01-24 20:22:56.241298983 +0100 +++ /var/tmp/diff_new_pack.zPACN7/_new 2023-01-24 20:22:56.249299030 +0100 @@ -1,7 +1,7 @@ # # spec file for package helmfile # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # 2021 Manfred Hollstein <manfre...@gmx.net> # # All modifications and additions to the file contributed by third parties @@ -17,9 +17,9 @@ # -%define git_commit 7410316cf98a05eeac7b3c34763a1360d8c4d343 +%define git_commit fc634c9ee3ec34140d6e7e4580c972bef377f1a8 Name: helmfile -Version: 0.149.0 +Version: 0.150.0 Release: 0 Summary: Deploy Kubernetes Helm Charts License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zPACN7/_old 2023-01-24 20:22:56.285299241 +0100 +++ /var/tmp/diff_new_pack.zPACN7/_new 2023-01-24 20:22:56.285299241 +0100 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v0.149.0</param> + <param name="revision">v0.150.0</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zPACN7/_old 2023-01-24 20:22:56.309299381 +0100 +++ /var/tmp/diff_new_pack.zPACN7/_new 2023-01-24 20:22:56.309299381 +0100 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/helmfile/helmfile.git</param> - <param name="changesrevision">7410316cf98a05eeac7b3c34763a1360d8c4d343</param></service></servicedata> + <param name="changesrevision">fc634c9ee3ec34140d6e7e4580c972bef377f1a8</param></service></servicedata> ++++++ helmfile-0.149.0.tar.gz -> helmfile-0.150.0.tar.gz ++++++ ++++ 8158 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/helmfile/vendor.tar.gz /work/SRC/openSUSE:Factory/.helmfile.new.32243/vendor.tar.gz differ: char 4, line 1