Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package konstraint for openSUSE:Factory 
checked in at 2023-04-03 17:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konstraint (Old)
 and      /work/SRC/openSUSE:Factory/.konstraint.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konstraint"

Mon Apr  3 17:46:51 2023 rev:16 rq:1076965 version:0.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konstraint/konstraint.changes    2023-03-22 
22:31:43.054517938 +0100
+++ /work/SRC/openSUSE:Factory/.konstraint.new.9019/konstraint.changes  
2023-04-03 17:46:57.025874762 +0200
@@ -1,0 +2,8 @@
+Mon Apr 03 12:03:31 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.27.0:
+  * Bump github.com/open-policy-agent/opa from 0.50.2 to 0.51.0
+    (#386)
+  * ci: Bump Go in CI to 1.20.x (#373)
+
+-------------------------------------------------------------------

Old:
----
  konstraint-0.26.1.obscpio

New:
----
  konstraint-0.27.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ konstraint.spec ++++++
--- /var/tmp/diff_new_pack.Sa0mQK/_old  2023-04-03 17:46:58.437122304 +0200
+++ /var/tmp/diff_new_pack.Sa0mQK/_new  2023-04-03 17:46:58.441142952 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           konstraint
-Version:        0.26.1
+Version:        0.27.0
 Release:        0
 Summary:        A policy management tool for interacting with Gatekeeper
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Sa0mQK/_old  2023-04-03 17:46:58.477328787 +0200
+++ /var/tmp/diff_new_pack.Sa0mQK/_new  2023-04-03 17:46:58.481349435 +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.26.1</param>
+    <param name="revision">v0.27.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Sa0mQK/_old  2023-04-03 17:46:58.501452676 +0200
+++ /var/tmp/diff_new_pack.Sa0mQK/_new  2023-04-03 17:46:58.505473325 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/plexsystems/konstraint</param>
-              <param 
name="changesrevision">09807ec5c206354146f2d03bb0d712a256701c99</param></service></servicedata>
+              <param 
name="changesrevision">a3539ed7019b23742caffe75691c4dc623967744</param></service></servicedata>
 (No newline at EOF)
 

++++++ konstraint-0.26.1.obscpio -> konstraint-0.27.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konstraint-0.26.1/.github/workflows/cron_e2e.yaml 
new/konstraint-0.27.0/.github/workflows/cron_e2e.yaml
--- old/konstraint-0.26.1/.github/workflows/cron_e2e.yaml       2023-03-22 
02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/.github/workflows/cron_e2e.yaml       2023-04-02 
20:02:18.000000000 +0200
@@ -13,7 +13,7 @@
       - name: setup go
         uses: actions/setup-go@v4
         with:
-          go-version: 1.19.x
+          go-version: 1.20.x
 
       - name: checkout source
         uses: actions/checkout@v3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/konstraint-0.26.1/.github/workflows/pull_request.yaml 
new/konstraint-0.27.0/.github/workflows/pull_request.yaml
--- old/konstraint-0.26.1/.github/workflows/pull_request.yaml   2023-03-22 
02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/.github/workflows/pull_request.yaml   2023-04-02 
20:02:18.000000000 +0200
@@ -9,7 +9,7 @@
       - name: setup go
         uses: actions/setup-go@v4
         with:
-          go-version: 1.19.x
+          go-version: 1.20.x
 
       - name: checkout
         uses: actions/checkout@v3
@@ -17,7 +17,7 @@
       - name: lint go
         uses: golangci/golangci-lint-action@v3
         with:
-          version: v1.49
+          version: v1.52
           args: --timeout=5m --color=always --max-same-issues=0 
--max-issues-per-linter=0
 
   acceptance:
@@ -31,7 +31,7 @@
       - name: setup go
         uses: actions/setup-go@v4
         with:
-          go-version: 1.19.x
+          go-version: 1.20.x
 
       - name: checkout source
         uses: actions/checkout@v3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/konstraint-0.26.1/.github/workflows/push_container.yaml 
new/konstraint-0.27.0/.github/workflows/push_container.yaml
--- old/konstraint-0.26.1/.github/workflows/push_container.yaml 2023-03-22 
02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/.github/workflows/push_container.yaml 2023-04-02 
20:02:18.000000000 +0200
@@ -12,7 +12,7 @@
     - name: setup go
       uses: actions/setup-go@v4
       with:
-        go-version: 1.19.x
+        go-version: 1.20.x
 
     - name: checkout
       uses: actions/checkout@v3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/konstraint-0.26.1/.github/workflows/update_cli_docs.yaml 
new/konstraint-0.27.0/.github/workflows/update_cli_docs.yaml
--- old/konstraint-0.26.1/.github/workflows/update_cli_docs.yaml        
2023-03-22 02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/.github/workflows/update_cli_docs.yaml        
2023-04-02 20:02:18.000000000 +0200
@@ -17,7 +17,7 @@
       - name: setup go
         uses: actions/setup-go@v4
         with:
-          go-version: 1.19.x
+          go-version: 1.20.x
 
       - name: checkout source
         uses: actions/checkout@v3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konstraint-0.26.1/go.mod new/konstraint-0.27.0/go.mod
--- old/konstraint-0.26.1/go.mod        2023-03-22 02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/go.mod        2023-04-02 20:02:18.000000000 +0200
@@ -5,7 +5,7 @@
 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.50.2
+       github.com/open-policy-agent/opa v0.51.0
        github.com/sirupsen/logrus v1.9.0
        github.com/spf13/cobra v1.6.1
        github.com/spf13/viper v1.15.0
@@ -22,7 +22,7 @@
        github.com/blang/semver/v4 v4.0.0 // indirect
        github.com/cespare/xxhash/v2 v2.2.0 // indirect
        github.com/fsnotify/fsnotify v1.6.0 // indirect
-       github.com/go-logr/logr v1.2.3 // indirect
+       github.com/go-logr/logr v1.2.4 // indirect
        github.com/go-openapi/jsonpointer v0.19.5 // indirect
        github.com/go-openapi/jsonreference v0.20.0 // indirect
        github.com/go-openapi/swag v0.19.15 // indirect
@@ -54,6 +54,7 @@
        github.com/spf13/jwalterweatherman v1.1.0 // indirect
        github.com/spf13/pflag v1.0.5 // indirect
        github.com/stoewer/go-strcase v1.2.0 // indirect
+       github.com/stretchr/testify v1.8.2 // indirect
        github.com/subosito/gotenv v1.4.2 // indirect
        github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // 
indirect
        github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 
// indirect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konstraint-0.26.1/go.sum new/konstraint-0.27.0/go.sum
--- old/konstraint-0.26.1/go.sum        2023-03-22 02:41:48.000000000 +0100
+++ new/konstraint-0.27.0/go.sum        2023-04-02 20:02:18.000000000 +0200
@@ -102,8 +102,8 @@
 github.com/go-logfmt/logfmt v0.5.0/go.mod 
h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A=
 github.com/go-logfmt/logfmt v0.5.1/go.mod 
h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
 github.com/go-logr/logr v1.2.0/go.mod 
h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
-github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
-github.com/go-logr/logr v1.2.3/go.mod 
h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
+github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
+github.com/go-logr/logr v1.2.4/go.mod 
h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
 github.com/go-openapi/jsonpointer v0.19.3/go.mod 
h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
 github.com/go-openapi/jsonpointer v0.19.5 
h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=
 github.com/go-openapi/jsonpointer v0.19.5/go.mod 
h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
@@ -253,8 +253,8 @@
 github.com/onsi/gomega v1.23.0 h1:/oxKu9c2HVap+F3PfKort2Hw5DEU+HGlW8n+tguWsys=
 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.50.2 
h1:iD2kKLFkflgSCTMtrC/3jLmOQ7IWyDXMg6+VQA0tSC0=
-github.com/open-policy-agent/opa v0.50.2/go.mod 
h1:9jKfDk0L5b9rnhH4M0nq10cGHbYOxqygxzTT3dsvhec=
+github.com/open-policy-agent/opa v0.51.0 
h1:2hS5xhos8HtkN+mgpqMhNJSFtn/1n/h3wh+AeTPJg6Q=
+github.com/open-policy-agent/opa v0.51.0/go.mod 
h1:OjmwLfXdeR7skSxrt8Yd3ScXTqPxyJn7GeTRJrcEerU=
 github.com/pelletier/go-toml/v2 v2.0.6 
h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
 github.com/pelletier/go-toml/v2 v2.0.6/go.mod 
h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
 github.com/pkg/errors v0.8.0/go.mod 
h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -328,6 +328,7 @@
 github.com/stretchr/testify v1.8.0/go.mod 
h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
 github.com/stretchr/testify v1.8.1/go.mod 
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
 github.com/stretchr/testify v1.8.2 
h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
+github.com/stretchr/testify v1.8.2/go.mod 
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
 github.com/subosito/gotenv v1.4.2 
h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=
 github.com/subosito/gotenv v1.4.2/go.mod 
h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0=
 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 
h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=

++++++ konstraint.obsinfo ++++++
--- /var/tmp/diff_new_pack.Sa0mQK/_old  2023-04-03 17:46:58.702485089 +0200
+++ /var/tmp/diff_new_pack.Sa0mQK/_new  2023-04-03 17:46:58.706505738 +0200
@@ -1,5 +1,5 @@
 name: konstraint
-version: 0.26.1
-mtime: 1679449308
-commit: 09807ec5c206354146f2d03bb0d712a256701c99
+version: 0.27.0
+mtime: 1680458538
+commit: a3539ed7019b23742caffe75691c4dc623967744
 

++++++ vendor.tar.gz ++++++
++++ 5274 lines of diff (skipped)

Reply via email to