Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package terraform-provider-helm for openSUSE:Factory checked in at 2023-02-23 16:30:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terraform-provider-helm (Old) and /work/SRC/openSUSE:Factory/.terraform-provider-helm.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-helm" Thu Feb 23 16:30:45 2023 rev:5 rq:1067408 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/terraform-provider-helm/terraform-provider-helm.changes 2022-04-08 00:28:54.329521806 +0200 +++ /work/SRC/openSUSE:Factory/.terraform-provider-helm.new.1706/terraform-provider-helm.changes 2023-02-23 16:54:24.201482712 +0100 @@ -1,0 +2,75 @@ +Wed Feb 22 09:03:19 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 2.9.0 + * FEATURES: + + provider: Add a new attribute burst_limit for client-side + throttling limit configuration. [GH-1012] + * ENHANCEMENT: + + data_source/helm_template: Add a new attribute crds which when include_crds + is set to true will be populated with a list of the manifests from the crds/ + folder of the chart. [GH-1050] + * BUG FIXES: + + resource/helm_release: Fix an issue when the provider crashes with the error + message Provider produced inconsistent final plan after upgrading from v2.5.1 + to v2.6.0 and higher. That happened due to changes in the provider schema and + the introduction of a new attribute pass_credentials that was not properly + handled. [GH-982] + * DOCS: + + data_source/helm_template: Add a new attribute crds [GH-1050] + + data_source/helm_template: Correct some errors in examples. [GH-1027] + + provider: Add a new attribute burst_limit. [GH-1012] + + provider: Add a note regarding the KUBECONFIG environment variable. [GH-1051] + + resource/helm_release: Add usage example for OCI repositories. [GH-1030] + + resource/helm_release: Add usage examples for GCS and S3 plugins. [GH-1026] + * DEPENDENCIES: + + Bump github.com/containerd/containerd from 1.6.6 to 1.6.12 [GH-1029] + + Bump golang.org/x/crypto from 0.5.0 to 0.6.0 [GH-1055] + + Bump helm.sh/helm/v3 from 3.9.4 to 3.11.1 [GH-1036] [GH-1054] (bsc#1208086, CVE-2023-25165) + + Bump k8s.io/client-go from 0.24.2 to 0.26.1 [GH-1037] + * NOTES: + + provider: kubernetes.exec.api_version no longer supports client.authentication.k8s.io/v1alpha1. + Please, switch to client.authentication.k8s.io/v1beta1 or client.authentication.k8s.io/v1. [GH-1037] +- from version 2.8.0 + * FEATURES: + + Add support for configuring OCI registries inside provider block [GH-862] + + Add support for setting kube version on helm_template data source [GH-994] + * BUG FIXES: + + Fix larger diff than expected when updating helm_release "set" block value [GH-915] +- from version 2.7.1 + * BUG FIXES: + + Crash Fix: Fix Unknown Value in Manifest Diff [GH-966] +- from version 2.7.0 + * FEATURES: + + Update helm package to 3.9.4 (#945) + + Show Manifest when creating release [GH-903] + * BUG FIXES: + + Do dependency update in resourceDiff #771 (#855) + + Crash: Fix show_only crash when string is empty [GH-950] +- from version 2.6.0 + * IMPROVEMENTS: + + Upgrade helm dependency to 3.9.0 (#867) + + Add args attribute in post_render block in (#869) + + Add pass_credentials attribute (#841) + + Add proxy_url attribute to provider block (#843) + * BUG FIXES: + + Don't persist state when update causes an error (#857) +- from version 2.5.1 + * FIX: + + Only run OCI login on create and update (#846) + + OCI login concurrency issue (#848) +- from version 2.5.0 + * IMPROVEMENTS: + + Upgrade helm dependency to v3.8.1 + * FEATURES: + + Add support for OCI registries +- from version 2.4.1 + * HOTFIX: + + Fix exec plugin interactive mode regression (#798) +- from version 2.4.0 + * IMPROVEMENTS: + + Update helm dependency to v3.7.1 + * FEATURES: + + Add wait support to helm_release delete operation +- Fix terraform architecture mapping for aarch64 + +------------------------------------------------------------------- Old: ---- terraform-provider-helm-2.2.0.tar.xz New: ---- terraform-provider-helm-2.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terraform-provider-helm.spec ++++++ --- /var/tmp/diff_new_pack.PyFiph/_old 2023-02-23 16:54:24.685485519 +0100 +++ /var/tmp/diff_new_pack.PyFiph/_new 2023-02-23 16:54:24.693485565 +0100 @@ -1,7 +1,7 @@ # # spec file for package terraform-provider-helm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %global providername helm %ifarch aarch64 -%define terraformarch amd64 +%define terraformarch arm64 %endif %ifarch ppc64 %define terraformarch ppc64 @@ -50,7 +50,7 @@ %endif Name: terraform-provider-helm -Version: 2.2.0 +Version: 2.9.0 Release: 0 Summary: Terraform Helm provider License: MPL-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PyFiph/_old 2023-02-23 16:54:24.729485774 +0100 +++ /var/tmp/diff_new_pack.PyFiph/_new 2023-02-23 16:54:24.733485797 +0100 @@ -5,7 +5,7 @@ <param name="filename">terraform-provider-helm</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v2.2.0</param> + <param name="revision">v2.9.0</param> <param name="exclude">.git</param> <param name="changesgenerate">enable</param> <param name="changesauthor">adrian.glaub...@suse.com</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.PyFiph/_old 2023-02-23 16:54:24.757485936 +0100 +++ /var/tmp/diff_new_pack.PyFiph/_new 2023-02-23 16:54:24.761485960 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/terraform-providers/terraform-provider-helm</param> - <param name="changesrevision">16e6f1142adaaa5eebcdefc2b318785410e9f7de</param></service></servicedata> + <param name="changesrevision">f6a97b5e53c6e1cbda99459cf9f035e0f048d20f</param></service></servicedata> (No newline at EOF) ++++++ terraform-provider-helm-2.2.0.tar.xz -> terraform-provider-helm-2.9.0.tar.xz ++++++ ++++ 1102306 lines of diff (skipped)