Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conftest for openSUSE:Factory checked in at 2026-03-24 18:49:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conftest (Old) and /work/SRC/openSUSE:Factory/.conftest.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conftest" Tue Mar 24 18:49:51 2026 rev:35 rq:1342190 version:0.67.1 Changes: -------- --- /work/SRC/openSUSE:Factory/conftest/conftest.changes 2026-03-15 14:33:37.806507866 +0100 +++ /work/SRC/openSUSE:Factory/.conftest.new.8177/conftest.changes 2026-03-24 18:50:47.643222070 +0100 @@ -1,0 +2,12 @@ +Tue Mar 24 05:59:53 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 0.67.1: + * build(deps): bump goreleaser/goreleaser-action from 6.4.0 to + 7.0.0 (#1275) + * build(deps): bump actions/setup-go from 6.0.0 to 6.3.0 (#1278) + * build(deps): bump docker/login-action from 3.6.0 to 4.0.0 + (#1283) + * build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 + (#1284) + +------------------------------------------------------------------- Old: ---- conftest-0.67.0.obscpio New: ---- conftest-0.67.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conftest.spec ++++++ --- /var/tmp/diff_new_pack.cBp7qS/_old 2026-03-24 18:50:48.375252274 +0100 +++ /var/tmp/diff_new_pack.cBp7qS/_new 2026-03-24 18:50:48.379252439 +0100 @@ -17,7 +17,7 @@ Name: conftest -Version: 0.67.0 +Version: 0.67.1 Release: 0 Summary: Tool to write tests against structured configuration data License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.cBp7qS/_old 2026-03-24 18:50:48.423254255 +0100 +++ /var/tmp/diff_new_pack.cBp7qS/_new 2026-03-24 18:50:48.431254585 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v0.67.0</param> + <param name="revision">v0.67.1</param> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.cBp7qS/_old 2026-03-24 18:50:48.455255575 +0100 +++ /var/tmp/diff_new_pack.cBp7qS/_new 2026-03-24 18:50:48.459255740 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/open-policy-agent/conftest.git</param> - <param name="changesrevision">bde1457c82e9774f1abd23e35f2e4ac1566d7cbe</param></service></servicedata> + <param name="changesrevision">9cef5a296e82fc2b0c18a7b13a262fbd0e1eb115</param></service></servicedata> (No newline at EOF) ++++++ conftest-0.67.0.obscpio -> conftest-0.67.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/.github/workflows/post_merge.yaml new/conftest-0.67.1/.github/workflows/post_merge.yaml --- old/conftest-0.67.0/.github/workflows/post_merge.yaml 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/.github/workflows/post_merge.yaml 2026-03-23 23:59:51.000000000 +0100 @@ -20,7 +20,7 @@ run: docker buildx create --name conftestbuild --use - name: Build Docker image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # ratchet:docker/build-push-action@v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # ratchet:docker/[email protected] with: context: '.' push: false @@ -44,7 +44,7 @@ run: docker buildx create --name conftestbuild --use - name: Build Docker image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # ratchet:docker/build-push-action@v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # ratchet:docker/[email protected] with: context: '.' target: examples diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/.github/workflows/pr.yaml new/conftest-0.67.1/.github/workflows/pr.yaml --- old/conftest-0.67.0/.github/workflows/pr.yaml 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/.github/workflows/pr.yaml 2026-03-23 23:59:51.000000000 +0100 @@ -15,7 +15,7 @@ fetch-depth: ${{ github.event.pull_request.commits }} - name: setup go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # ratchet:actions/setup-go@v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # ratchet:actions/setup-go@v6 with: go-version-file: 'go.mod' @@ -68,7 +68,7 @@ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v5 - name: setup go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # ratchet:actions/setup-go@v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # ratchet:actions/setup-go@v6 with: go-version-file: 'go.mod' @@ -120,3 +120,20 @@ - name: test oci push/pull if: ${{ matrix.os == 'ubuntu-latest' }} run: ./scripts/push-pull-e2e.sh + + nix: + runs-on: ubuntu-latest + steps: + - name: checkout source + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v5 + + - name: install nix + uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # ratchet:cachix/install-nix-action@v31 + with: + github_access_token: ${{ secrets.GITHUB_TOKEN }} + + - name: check flake + run: nix flake check + + - name: verify dev shell tools + run: nix develop --command go version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/.github/workflows/release.yaml new/conftest-0.67.1/.github/workflows/release.yaml --- old/conftest-0.67.0/.github/workflows/release.yaml 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/.github/workflows/release.yaml 2026-03-23 23:59:51.000000000 +0100 @@ -21,10 +21,10 @@ # Dockerhub to avoid having mismatches between what is in Dockerhub # and GitHub releases. - name: check releaser config - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # ratchet:goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # ratchet:goreleaser/[email protected] with: args: check - version: "~> v1" + version: "~> v2" docker-conftest: runs-on: ubuntu-latest @@ -37,7 +37,7 @@ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v5 - name: login to docker hub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # ratchet:docker/login-action@v3 with: username: ${{ secrets.DOCKER_LOGIN }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -50,7 +50,7 @@ run: docker buildx create --name conftestbuild --use - name: Build and push Docker image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # ratchet:docker/build-push-action@v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # ratchet:docker/[email protected] with: context: . push: true @@ -72,7 +72,7 @@ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v5 - name: login to docker hub - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # ratchet:docker/login-action@v3 with: username: ${{ secrets.DOCKER_LOGIN }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -81,7 +81,7 @@ run: docker buildx create --name conftestbuild --use - name: Build and push examples image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # ratchet:docker/build-push-action@v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # ratchet:docker/[email protected] with: context: . push: true @@ -103,14 +103,15 @@ fetch-depth: 0 # Need to fetch the full history for the GoReleaser changelog. - name: setup go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # ratchet:actions/setup-go@v6 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # ratchet:actions/setup-go@v6 with: go-version-file: 'go.mod' + cache: false - name: release - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # ratchet:goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # ratchet:goreleaser/[email protected] with: args: release --clean - version: "~> v1" + version: "~> v2" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/.goreleaser.yml new/conftest-0.67.1/.goreleaser.yml --- old/conftest-0.67.0/.goreleaser.yml 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/.goreleaser.yml 2026-03-23 23:59:51.000000000 +0100 @@ -1,11 +1,12 @@ -version: 1 +version: 2 before: hooks: - go mod download builds: -- main: ./main.go +- id: conftest + main: ./main.go env: - CGO_ENABLED=0 goos: @@ -23,7 +24,8 @@ - "-X github.com/open-policy-agent/conftest/internal/version.Version={{.Version}}" archives: -- name_template: >- +- ids: [conftest] + name_template: >- {{ .ProjectName }}_ {{- .Version }}_ {{- if eq .Os "linux" }}Linux @@ -33,10 +35,10 @@ {{- if eq .Arch "386" }}i386 {{- else if eq .Arch "amd64" }}x86_64 {{- else }}{{ .Arch }}{{ end }} - format: tar.gz + formats: [tar.gz] format_overrides: - goos: windows - format: zip + formats: [zip] files: - LICENSE - README.md @@ -57,12 +59,14 @@ - title: OPA Changes regexp: '(?i)bump (opa|github.com/open-policy-agent/opa)' order: 5 + - title: Documentation Updates + regexp: '^.*?(docs|documentation)(\([[:word:]]+\))??!?:.+$' + order: 10 - title: Other Changes order: 999 sort: asc filters: exclude: - - '^.*?docs(\([[:word:]]+\))??!?:.+$' - '^.*?test(\([[:word:]]+\))??!?:.+$' - '^.*?misc(\([[:word:]]+\))??!?:.+$' - '^.*?typo(\([[:word:]]+\))??!?:.+$' @@ -70,7 +74,18 @@ # Publishes the deb and rpm files to the GitHub releases page. nfpms: - - bindir: /usr/bin + - ids: [conftest] + file_name_template: >- + {{ .ProjectName }}_ + {{- .Version }}_ + {{- if eq .Os "linux" }}Linux + {{- else if eq .Os "windows" }}Windows + {{- else if eq .Os "darwin" }}Darwin + {{- else }}{{ .Os }}{{ end }}_ + {{- if eq .Arch "386" }}i386 + {{- else if eq .Arch "amd64" }}x86_64 + {{- else }}{{ .Arch }}{{ end }} + bindir: /usr/bin description: "Test your configuration using Open Policy Agent" formats: - deb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/flake.lock new/conftest-0.67.1/flake.lock --- old/conftest-0.67.0/flake.lock 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/flake.lock 2026-03-23 23:59:51.000000000 +0100 @@ -1,5 +1,21 @@ { "nodes": { + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1761588595, + "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems" @@ -18,13 +34,112 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "git-hooks": { + "inputs": { + "flake-compat": "flake-compat", + "gitignore": "gitignore", + "nixpkgs": [ + "go-overlay", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1765016596, + "narHash": "sha256-rhSqPNxDVow7OQKi4qS5H8Au0P4S3AYbawBSmJNUtBQ=", + "owner": "cachix", + "repo": "git-hooks.nix", + "rev": "548fc44fca28a5e81c5d6b846e555e6b9c2a5a3c", + "type": "github" + }, + "original": { + "owner": "cachix", + "repo": "git-hooks.nix", + "type": "github" + } + }, + "gitignore": { + "inputs": { + "nixpkgs": [ + "go-overlay", + "git-hooks", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709087332, + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "go-overlay": { + "inputs": { + "flake-utils": "flake-utils_2", + "git-hooks": "git-hooks", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1773410774, + "narHash": "sha256-RgIu1/7+8EUy77ci3e2CTtJQEFLetaHTlg7ZjUvuN8I=", + "owner": "purpleclay", + "repo": "go-overlay", + "rev": "0579f92a21c886972d058c6ffeb447bf65701f4c", + "type": "github" + }, + "original": { + "owner": "purpleclay", + "repo": "go-overlay", + "type": "github" + } + }, "nixpkgs": { "locked": { - "lastModified": 1759381078, - "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=", + "lastModified": 1765779637, + "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee", + "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1773282481, + "narHash": "sha256-b/GV2ysM8mKHhinse2wz+uP37epUrSE+sAKXy/xvBY4=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fe416aaedd397cacb33a610b33d60ff2b431b127", "type": "github" }, "original": { @@ -37,13 +152,29 @@ "root": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "go-overlay": "go-overlay", + "nixpkgs": "nixpkgs_2" } }, "systems": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", "repo": "default", "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conftest-0.67.0/flake.nix new/conftest-0.67.1/flake.nix --- old/conftest-0.67.0/flake.nix 2026-03-13 23:47:55.000000000 +0100 +++ new/conftest-0.67.1/flake.nix 2026-03-23 23:59:51.000000000 +0100 @@ -8,17 +8,23 @@ flake-utils = { url = "github:numtide/flake-utils"; }; + go-overlay = { + url = "github:purpleclay/go-overlay"; + }; }; - outputs = { self, nixpkgs, flake-utils }: + outputs = { self, nixpkgs, flake-utils, go-overlay }: flake-utils.lib.eachDefaultSystem (system: - let pkgs = nixpkgs.legacyPackages.${system}; in + let pkgs = import nixpkgs { + inherit system; + overlays = [ go-overlay.overlays.default ]; + }; in { devShell = pkgs.mkShell rec { packages = with pkgs; [ bats docker - go + (pkgs.go-bin.fromGoMod ./go.mod) golangci-lint goreleaser gnumake ++++++ conftest.obsinfo ++++++ --- /var/tmp/diff_new_pack.cBp7qS/_old 2026-03-24 18:50:49.111282644 +0100 +++ /var/tmp/diff_new_pack.cBp7qS/_new 2026-03-24 18:50:49.123283139 +0100 @@ -1,5 +1,5 @@ name: conftest -version: 0.67.0 -mtime: 1773442075 -commit: bde1457c82e9774f1abd23e35f2e4ac1566d7cbe +version: 0.67.1 +mtime: 1774306791 +commit: 9cef5a296e82fc2b0c18a7b13a262fbd0e1eb115 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/conftest/vendor.tar.gz /work/SRC/openSUSE:Factory/.conftest.new.8177/vendor.tar.gz differ: char 14, line 1
