Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helmify for openSUSE:Factory checked in at 2023-04-03 17:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helmify (Old) and /work/SRC/openSUSE:Factory/.helmify.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helmify" Mon Apr 3 17:46:53 2023 rev:7 rq:1076966 version:0.3.35 Changes: -------- --- /work/SRC/openSUSE:Factory/helmify/helmify.changes 2023-03-29 23:28:27.415860005 +0200 +++ /work/SRC/openSUSE:Factory/.helmify.new.9019/helmify.changes 2023-04-03 17:47:00.073526148 +0200 @@ -1,0 +2,6 @@ +Mon Apr 03 12:07:27 UTC 2023 - ka...@b1-systems.de + +- Update to version 0.3.35: + * use an alias for cert-manager + +------------------------------------------------------------------- Old: ---- helmify-0.3.34.obscpio New: ---- helmify-0.3.35.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helmify.spec ++++++ --- /var/tmp/diff_new_pack.kfr1at/_old 2023-04-03 17:47:01.372195539 +0200 +++ /var/tmp/diff_new_pack.kfr1at/_new 2023-04-03 17:47:01.376216188 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: helmify -Version: 0.3.34 +Version: 0.3.35 Release: 0 Summary: Creates Helm chart from Kubernetes yaml License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kfr1at/_old 2023-04-03 17:47:01.416422670 +0200 +++ /var/tmp/diff_new_pack.kfr1at/_new 2023-04-03 17:47:01.420443319 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/arttor/helmify/</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.3.34</param> + <param name="revision">v0.3.35</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kfr1at/_old 2023-04-03 17:47:01.440546560 +0200 +++ /var/tmp/diff_new_pack.kfr1at/_new 2023-04-03 17:47:01.444567208 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/arttor/helmify/</param> - <param name="changesrevision">2d1d959cc147a9e23bd7dbd5619315649c205ecc</param></service></servicedata> + <param name="changesrevision">0126096f81d7d7c585e525d6555913b7e46598c5</param></service></servicedata> (No newline at EOF) ++++++ helmify-0.3.34.obscpio -> helmify-0.3.35.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helmify-0.3.34/pkg/helm/chart.go new/helmify-0.3.35/pkg/helm/chart.go --- old/helmify-0.3.34/pkg/helm/chart.go 2023-03-29 11:04:12.000000000 +0200 +++ new/helmify-0.3.35/pkg/helm/chart.go 2023-03-31 10:39:47.000000000 +0200 @@ -103,12 +103,12 @@ func overwriteValuesFile(chartDir string, values helmify.Values, certManagerAsSubchart bool) error { if certManagerAsSubchart { - _, err := values.Add(true, "cert-manager", "installCRDs") + _, err := values.Add(true, "certmanager", "installCRDs") if err != nil { return errors.Wrap(err, "unable to add cert-manager.installCRDs") } - _, err = values.Add(true, "cert-manager", "enabled") + _, err = values.Add(true, "certmanager", "enabled") if err != nil { return errors.Wrap(err, "unable to add cert-manager.enabled") } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/helmify-0.3.34/pkg/helm/init.go new/helmify-0.3.35/pkg/helm/init.go --- old/helmify-0.3.34/pkg/helm/init.go 2023-03-29 11:04:12.000000000 +0200 +++ new/helmify-0.3.35/pkg/helm/init.go 2023-03-31 10:39:47.000000000 +0200 @@ -124,6 +124,14 @@ appVersion: "0.1.0" ` +const certManagerDependencies = ` +dependencies: + - name: cert-manager + repository: https://charts.jetstack.io + condition: certmanager.enabled + alias: certmanager +` + var chartName = regexp.MustCompile("^[a-zA-Z0-9._-]+$") const maxChartNameLength = 250 @@ -183,13 +191,8 @@ func chartYAML(appName string, certManagerAsSubchart bool) []byte { chartFile := defaultChartfile - annotatins := ` -dependencies: - - name: cert-manager - repository: https://charts.jetstack.io - condition: certManager.enabled` if certManagerAsSubchart { - chartFile += annotatins + chartFile += certManagerDependencies } return []byte(fmt.Sprintf(chartFile, appName)) } ++++++ helmify.obsinfo ++++++ --- /var/tmp/diff_new_pack.kfr1at/_old 2023-04-03 17:47:01.633537677 +0200 +++ /var/tmp/diff_new_pack.kfr1at/_new 2023-04-03 17:47:01.637558325 +0200 @@ -1,5 +1,5 @@ name: helmify -version: 0.3.34 -mtime: 1680080652 -commit: 2d1d959cc147a9e23bd7dbd5619315649c205ecc +version: 0.3.35 +mtime: 1680251987 +commit: 0126096f81d7d7c585e525d6555913b7e46598c5 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/helmify/vendor.tar.gz /work/SRC/openSUSE:Factory/.helmify.new.9019/vendor.tar.gz differ: char 5, line 1