Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package konstraint for openSUSE:Factory checked in at 2022-07-18 18:33:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konstraint (Old) and /work/SRC/openSUSE:Factory/.konstraint.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konstraint" Mon Jul 18 18:33:55 2022 rev:9 rq:989612 version:0.22.2 Changes: -------- --- /work/SRC/openSUSE:Factory/konstraint/konstraint.changes 2022-07-11 19:11:27.587788283 +0200 +++ /work/SRC/openSUSE:Factory/.konstraint.new.1523/konstraint.changes 2022-07-18 18:33:58.293760400 +0200 @@ -1,0 +2,9 @@ +Sat Jul 16 18:59:43 UTC 2022 - ka...@b1-systems.de + +- Update to version 0.22.2: + * Fix a bug that prevented line breaks from being output in docs when multiple parameters were specified (#311) + * Bump github.com/open-policy-agent/opa from 0.42.1 to 0.42.2 (#310) + * Bump k8s.io/apimachinery from 0.24.2 to 0.24.3 (#312) + * Add Darwin arm64 build to release target + +------------------------------------------------------------------- Old: ---- konstraint-0.22.1.tar.gz New: ---- konstraint-0.22.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konstraint.spec ++++++ --- /var/tmp/diff_new_pack.qS44b6/_old 2022-07-18 18:33:58.869761219 +0200 +++ /var/tmp/diff_new_pack.qS44b6/_new 2022-07-18 18:33:58.869761219 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: konstraint -Version: 0.22.1 +Version: 0.22.2 Release: 0 Summary: A policy management tool for interacting with Gatekeeper License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qS44b6/_old 2022-07-18 18:33:58.897761260 +0200 +++ /var/tmp/diff_new_pack.qS44b6/_new 2022-07-18 18:33:58.897761260 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/plexsystems/konstraint</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.22.1</param> + <param name="revision">v0.22.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">konstraint-0.22.1.tar.gz</param> + <param name="archive">konstraint-0.22.2.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.qS44b6/_old 2022-07-18 18:33:58.913761282 +0200 +++ /var/tmp/diff_new_pack.qS44b6/_new 2022-07-18 18:33:58.917761288 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/plexsystems/konstraint</param> - <param name="changesrevision">844de89944cd2fc8c0dd65825085392e16d97c99</param></service></servicedata> + <param name="changesrevision">2faa30b4900bc65938ecbd1c44ce38f8c9a972cf</param></service></servicedata> (No newline at EOF) ++++++ konstraint-0.22.1.tar.gz -> konstraint-0.22.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/Makefile new/konstraint-0.22.2/Makefile --- old/konstraint-0.22.1/Makefile 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/Makefile 2022-07-16 19:03:44.000000000 +0200 @@ -60,6 +60,7 @@ release: ## Builds the binaries for each OS and creates the checksums. @test $(version) GOOS=darwin GOARCH=amd64 go build -o build/konstraint-darwin-amd64 -ldflags="-s -w -X 'github.com/plexsystems/konstraint/internal/commands.version=$(version)'" + GOOS=darwin GOARCH=arm64 go build -o build/konstraint-darwin-arm64 -ldflags="-s -w -X 'github.com/plexsystems/konstraint/internal/commands.version=$(version)'" GOOS=windows GOARCH=amd64 go build -o build/konstraint-windows-amd64.exe -ldflags="-s -w -X 'github.com/plexsystems/konstraint/internal/commands.version=$(version)'" GOOS=linux GOARCH=amd64 go build -o build/konstraint-linux-amd64 -ldflags="-s -w -X 'github.com/plexsystems/konstraint/internal/commands.version=$(version)'" docker run --user $(shell id -u):$(shell id -g) --rm -v $(shell pwd):/konstraint alpine:3 /bin/ash -c 'cd /konstraint/build && sha256sum konstraint-* > checksums.txt' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/examples/policies-no-rego.md new/konstraint-0.22.2/examples/policies-no-rego.md --- old/konstraint-0.22.1/examples/policies-no-rego.md 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/examples/policies-no-rego.md 2022-07-16 19:03:44.000000000 +0200 @@ -37,7 +37,7 @@ **Parameters:** -* labels: array of string<br> +* labels: array of string Array of required label keys. This policy allows you to require certain labels are set on a resource. Adapted from https://github.com/open-policy-agent/gatekeeper/blob/master/example/templates/k8srequiredlabels_template.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/examples/policies.md new/konstraint-0.22.2/examples/policies.md --- old/konstraint-0.22.1/examples/policies.md 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/examples/policies.md 2022-07-16 19:03:44.000000000 +0200 @@ -37,7 +37,7 @@ **Parameters:** -* labels: array of string<br> +* labels: array of string Array of required label keys. This policy allows you to require certain labels are set on a resource. Adapted from https://github.com/open-policy-agent/gatekeeper/blob/master/example/templates/k8srequiredlabels_template.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/go.mod new/konstraint-0.22.2/go.mod --- old/konstraint-0.22.1/go.mod 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/go.mod 2022-07-16 19:03:44.000000000 +0200 @@ -5,13 +5,13 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a - github.com/open-policy-agent/opa v0.42.1 + github.com/open-policy-agent/opa v0.42.2 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.12.0 golang.org/x/text v0.3.7 k8s.io/apiextensions-apiserver v0.23.4 - k8s.io/apimachinery v0.24.2 + k8s.io/apimachinery v0.24.3 ) require ( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/go.sum new/konstraint-0.22.2/go.sum --- old/konstraint-0.22.1/go.sum 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/go.sum 2022-07-16 19:03:44.000000000 +0200 @@ -757,8 +757,8 @@ github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a h1:UbAUYf06fWKxsmETXwqQndYgh1OLG1EtX2V+qfxqDms= github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a/go.mod h1:y8aZ+J4EnNqQ+DdyMOaNhuTAnMoJErDg9ySgqd5qo38= -github.com/open-policy-agent/opa v0.42.1 h1:5R5hVrxgLFK3lxPAcel7iWz3TzbumAZj8qunOIx6fhk= -github.com/open-policy-agent/opa v0.42.1/go.mod h1:MrmoTi/BsKWT58kXlVayBb+rYVeaMwuBm3nYAN3923s= +github.com/open-policy-agent/opa v0.42.2 h1:qocVAKyjrqMjCqsU02S/gHyLr4AQQ9xMtuV1kKnnyhM= +github.com/open-policy-agent/opa v0.42.2/go.mod h1:MrmoTi/BsKWT58kXlVayBb+rYVeaMwuBm3nYAN3923s= github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= @@ -1609,8 +1609,8 @@ k8s.io/apimachinery v0.22.1/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0= k8s.io/apimachinery v0.22.5/go.mod h1:xziclGKwuuJ2RM5/rSFQSYAj0zdbci3DH8kj+WvyN0U= k8s.io/apimachinery v0.23.4/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/apimachinery v0.24.2 h1:5QlH9SL2C8KMcrNJPor+LbXVTaZRReml7svPEh4OKDM= -k8s.io/apimachinery v0.24.2/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM= +k8s.io/apimachinery v0.24.3 h1:hrFiNSA2cBZqllakVYyH/VyEh4B581bQRmqATJSeQTg= +k8s.io/apimachinery v0.24.3/go.mod h1:82Bi4sCzVBdpYjyI4jY6aHX+YCUchUIrZrXKedjd2UM= k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU= k8s.io/apiserver v0.20.4/go.mod h1:Mc80thBKOyy7tbvFtB4kJv1kbdD0eIH8k8vianJcbFM= k8s.io/apiserver v0.20.6/go.mod h1:QIJXNt6i6JB+0YQRNcS0hdRHJlMhflFmsBDeSgT1r8Q= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.1/internal/commands/document_template.go new/konstraint-0.22.2/internal/commands/document_template.go --- old/konstraint-0.22.1/internal/commands/document_template.go 2022-07-10 01:29:31.000000000 +0200 +++ new/konstraint-0.22.2/internal/commands/document_template.go 2022-07-16 19:03:44.000000000 +0200 @@ -25,10 +25,9 @@ {{- if .Header.Parameters }} **Parameters:** - -{{ range .Header.Parameters -}} +{{ range .Header.Parameters }} * {{ .Name }}: {{ if .IsArray }}array of {{ end }}{{ .Type }} -{{- if .Description }}<br> +{{- if .Description }} {{ .Description }}{{- end -}} {{ end }} {{- end }} ++++++ vendor.tar.gz ++++++ ++++ 4115 lines of diff (skipped)