13 Commits

Author SHA256 Message Date
f826f0ad0c Accepting request 1307625 from security
OBS-URL: https://build.opensuse.org/request/show/1307625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=14
2025-09-29 14:33:20 +00:00
cc2e42c468 update to 3.11.0
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=30
2025-09-29 05:07:42 +00:00
00533cf524 Accepting request 1270069 from security
OBS-URL: https://build.opensuse.org/request/show/1270069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=13
2025-04-17 14:07:59 +00:00
0abc7dd69f update to 3.10.2
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=28
2025-04-16 16:02:55 +00:00
236032dff5 Accepting request 1265975 from security
OBS-URL: https://build.opensuse.org/request/show/1265975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=12
2025-04-02 15:10:03 +00:00
62b28c50c3 update to 3.10.1
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=26
2025-03-31 18:52:28 +00:00
caf4d04a39 update to 3.10.0
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=25
2025-03-31 05:53:35 +00:00
be0547ce0e Accepting request 1240342 from security
OBS-URL: https://build.opensuse.org/request/show/1240342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=11
2025-01-27 19:53:42 +00:00
bbdfd09722 update to 3.9.4
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=23
2025-01-26 08:51:19 +00:00
ac0bcdb3c3 Accepting request 1234268 from security
OBS-URL: https://build.opensuse.org/request/show/1234268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=10
2025-01-01 22:08:42 +00:00
8698e28ce9 update to 3.9.3
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=21
2025-01-01 09:02:45 +00:00
ff058e71aa Accepting request 1227910 from security
OBS-URL: https://build.opensuse.org/request/show/1227910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sops?expand=0&rev=9
2024-12-03 19:46:29 +00:00
feff0b27d4 update to 3.9.2
OBS-URL: https://build.opensuse.org/package/show/security/sops?expand=0&rev=19
2024-12-03 06:08:36 +00:00
8 changed files with 410 additions and 34 deletions

View File

@@ -1,22 +1,22 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/mozilla/sops</param>
<param name="scm">git</param>
<param name="filename">sops</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v3.9.1</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">sops</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/mozilla/sops</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v3.11.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="go_modules" mode="manual">
</service>
<!-- services below are running at buildtime -->
<service name="tar" mode="buildtime">
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mozilla/sops</param>
<param name="changesrevision">d50fda248047372c79368508e1df479970a52cda</param></service></servicedata>
<param name="changesrevision">168736311794fc9a386ae489d03bcd2cef8bcfba</param></service></servicedata>

3
sops-3.11.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c740379a07bb922f2ec538efd8f9e281df4c024487ff864736d7e4dcdfe6c97
size 1084940

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0a4c4303e8688c6b9f2a959ab8d086557730ef88f60fd8f60edfc8b82371327
size 968716

View File

@@ -1,3 +1,381 @@
-------------------------------------------------------------------
Mon Sep 29 04:59:36 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 3.11.0:
* Bump version to 3.11.0.
* Add changelog for 3.11.0.
* Address review comments.
* Move dotenv.IsComplexValue to stores.
* Do not put sensitive value into error message when the key can
be printed as well.
* Apply review suggestions.
* AZKV: Also allow to omit version for AZKV keys specified in key
groups.
* Make SingleValueStore extend Store instead of the other way
around.
* Ignore encryption selection options for binary store (and warn
when they are used).
* build(deps): Bump the go group across 1 directory with 10
updates
* Get rid of conf variable.
* When encrypting, load the config only once.
* build(deps): Bump the go group across 1 directory with 21
updates
* Build with Go 1.24 and 1.25, release with 1.25.
* Improve formulations.
* Add YAML keys for all keys in a key group.
* Get rid of some unrelated tabs.
* Document (most of) the SOPS config format.
* build(deps): Bump anchore/sbom-action in the ci group
* build(deps): Bump the rust group in /functional-tests with 2
updates
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the rust group in /functional-tests with 4
updates
* Fix grammar.
* Always load age identities from all locations, and report
unused locations in error messages.
* Fix mention of macOS XDG_CONFIG_HOME fallback.
* Allow for non-string values in exec-env
* Avoid panic when values are numbers
* Fix argument order.
* Move ValToString to stores.
* Improve formatting of floats.
* Add tests.
* Fix converting integers to strings. Also improve time.Time
formatting.
* Update azkv/keysource.go
* build(deps): Bump the ci group with 2 updates
* fix: correct destination validation logic to detect all
conflicts
* Switch from deprecated gopkg.in/yaml.v3 to go.yaml.in/yaml/v3
* feat(azkv): Skipping key-version will get latest key
* Allow to configure --enable-local-keyservice and --keyservice
through env variables.
* Remove paragraph on GPG/PGP keyservers.
* build(deps): Bump github/codeql-action in the ci group
* build(deps): Bump the rust group in /functional-tests with 2
updates
* build(deps): Bump the go group with 14 updates
* build(deps): Bump github.com/go-viper/mapstructure/v2
* build(deps): Bump the ci group with 4 updates
* build(deps): Bump the go group with 9 updates
* build(deps): Bump the ci group with 4 updates
* build(deps): Bump the go group with 15 updates
* Fix keyservice client for unix domain sockets
* Fix example.yaml.
* Addressing felixfontein's latest review. Adds a key type field
to the ParseKeyField fn.
* Resolves #1864. Adds Native List as an option for configuring
keys in addition to the trailing comma option already given.
* Resolves #1864. Adds Native List as an option for configuring
keys in addition to the trailing comma option already given.
* Collect age identity loading errors and only report if
decryption failed.
* Document #1876 and --value-stdin.
* Add --value-stdin option to 'sops set'.
* Ensure temporary file for editing is only read-writable by
owner.
* Mention all stores in various places.
* build(deps): Bump the ci group with 3 updates
* build(deps): Bump serde_json in /functional-tests in the rust
group
* build(deps): Bump the go group with 12 updates
* update completion command usage description
* add source link for completion snippet
* Also parse floating point numbers if they represent integers.
* Store floating point number without decimal places.
* Fix Shamir threshold encoding for INI and ENV files.
* double backticks on configuration directory list 2/2
* double backticks on configuration directory list 1/2
* Document XDG_CONFIG_HOME support on mac
* Add "--value-file" option to "sops set [...]"
* build(deps): Bump the go group with 6 updates
* add completion script. Resolves #1868
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 3 updates
* Correct Windows path to store keys.txt
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 4 updates
* build(deps): Bump github.com/go-viper/mapstructure/v2
* Fix Typo in README.rst
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 8 updates
* build(deps): Bump the ci group across 1 directory with 3
updates
* build(deps): Bump the go group with 12 updates
* build(deps): Bump github.com/cloudflare/circl from 1.6.0 to
1.6.1
* build(deps): Bump github/codeql-action in the ci group
* build(deps): Bump the go group with 12 updates
* build(deps): Bump alpine in /.release in the docker group
* build(deps): Bump the go group with 4 updates
* Remove unmatched '`' from README.rst
* build(deps): Bump the go group with 7 updates
* Update authors in main.go
* Allow injecting custom HTTP client for AWS, Azure, GCP and
HashiCorp Vault
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 5 updates
* Introduce EncryptContext and DecryptContext for AWS, Azure,
GCP, PGP and HashiCorp Vault
* Apply suggestions from code review.
* build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 in the
ci group
* build(deps): Bump tempfile in /functional-tests in the rust
group
* build(deps): Bump the go group with 8 updates
* build(deps): Bump the ci group with 4 updates
* build(deps): Bump the go group with 5 updates
* build(deps): Bump the go group with 4 updates
* add newline before sublist start
* add newline before sublist start
* use bullet points for structure
-------------------------------------------------------------------
Wed Apr 16 15:44:47 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 3.10.2:
* build(deps): Bump the go group with 13 updates by @dependabot
in #1834
* Use latest 1.24 Go version for release build by @hiddeco in
#1836
* Remove reserved keyword check from YAML store's LoadPlainFile()
by @felixfontein in #1829
* build(deps): Bump the go group with 9 updates by @dependabot in
#1839
* build(deps): Bump github/codeql-action from 3.28.13 to 3.28.15
in the ci group by @dependabot in #1840
* Release 3.10.2 release by @felixfontein in #1841
-------------------------------------------------------------------
Mon Mar 31 18:45:06 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 3.10.1:
* Add changelog.
* Bump version to 3.10.1.
* build(deps): Bump the ci group with 2 updates
-------------------------------------------------------------------
Mon Mar 31 05:44:45 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 3.10.0:
* build(deps): Bump alpine from 3.18 to 3.21 in /.release in the
docker group across 1 directory by @dependabot in #1700
* Convert changelog to MarkDown by @felixfontein in #1741
* build(deps): Bump the go group with 7 updates by @dependabot in
#1743
* build(deps): Bump the go group with 9 updates by @dependabot in
#1745
* build(deps): Bump the rust group in /functional-tests with 2
updates by @dependabot in #1744
* build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 in
the ci group by @dependabot in #1746
* build(deps): Bump the go group with 12 updates by @dependabot
in #1751
* build(deps): Bump the ci group with 4 updates by @dependabot in
#1750
* Add --input-type option for filestatus subcommand by
@felixfontein in #1601
* Use SOPS_EDITOR before EDITOR by @felixfontein in #1611
* Allow users to disable version check via environment variable
by @nicklasfrahm in #1684
* add duplicate section support to ini store by @reindlt in #1452
* stores: test for duplicate keys, reserve keyword (yaml only
now) by @holiman in #1203
* Add same process option for exec-env by @ricmatsui in #880
* outputs: add trailing newline at the end of JSON files by
@duthils in #1476
* set subcommand: add --idempotent flag that will not write the
file if no change happened by @felixfontein in #1754
* Encrypt and decrypt time.Time objects by @felixfontein in #1759
* build(deps): Bump the go group with 8 updates by @dependabot in
#1763
* build(deps): Bump tempfile from 3.16.0 to 3.17.0 in
/functional-tests in the rust group by @dependabot in #1762
* build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to
6.2.1 in the ci group by @dependabot in #1761
* fix(docs): typo in README.rst by @Paredev in #1765
* Add SSH support for age by @haoqixu in #1692
* make sure that tests do not pick keys.txt from user's HOME dir
by @tomaszduda23 in #1766
* support for age identity with passphrase by @tomaszduda23 in
#1400
* build(deps): Bump the rust group in /functional-tests with 4
updates by @dependabot in #1768
* build(deps): Bump the go group with 12 updates by @dependabot
in #1769
* build(deps): Bump the ci group with 4 updates by @dependabot in
#1770
* build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to
4.0.5 by @dependabot in #1773
* feat: add age plugin support by @brianmcgee in #1641
* Check GnuPG decryption result for non-empty size by
@felixfontein in #1776
* vendored age code: consolidate passphrase reading functionality
by @felixfontein in #1775
* Allow to encrypt and decrypt from stdin by @felixfontein in
#1690
* build(deps): Bump the go group with 11 updates by @dependabot
in #1784
* build(deps): Bump the ci group with 5 updates by @dependabot in
#1782
* build(deps): Bump serde_json from 1.0.139 to 1.0.140 in
/functional-tests in the rust group; bump Rust to 1.85.0 by
@dependabot in #1783
* build(deps): Bump the go group with 13 updates by @dependabot
in #1797
* build(deps): Bump the rust group in /functional-tests with 3
updates by @dependabot in #1796
* build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11
in the ci group by @dependabot in #1795
* build(deps): Bump the go group with 6 updates by @dependabot in
#1802
* build(deps): Bump tempfile from 3.18.0 to 3.19.0 in
/functional-tests in the rust group by @dependabot in #1800
* build(deps): Bump docker/login-action from 3.3.0 to 3.4.0 in
the ci group by @dependabot in #1801
* build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to
5.2.2 by @dependabot in #1806
* goreleaser: add windows arm64 by @duthils in #1791
* Add a way to set sops config location via envvar by @sledzikowy
in #1701
* build(deps): Bump the go group with 3 updates by @dependabot in
#1809
* build(deps): Bump the ci group with 5 updates by @dependabot in
#1808
* build(deps): Bump tempfile from 3.19.0 to 3.19.1 in
/functional-tests in the rust group by @dependabot in #1807
* Support --config option in publish subcommand by @felixfontein
in #1779
* Fix caching of Metadata.DataKey by @felixfontein in #1781
* Lint by @felixfontein in #1780
* updatekeys subcommand: rename GroupQuorum to ShamirThreshold by
@felixfontein in #1631
* If --filename-override is specified, convert it to an absolute
path same as regular filenames by @felixfontein in #1793
* Add support for oauth2.TokenSource in GCP KMS by @matheuscscp
in #1794
* Added SOPS_AGE_KEY_CMD option to age, fixes #1323 by
@danilobuerger in #1811
* chore: omitempty metadata to reduce the size of stored config
by @cgetzen in #1571
* Improve Shamir Secret Sharing code by @felixfontein in #1813
* Update all dependencies by @felixfontein in #1814
* Run 'gofmt -w' on all .go files by @felixfontein in #1817
* Add option to explicitly check for the latest version;
deprecate current default of always doing that unless disabled
by @felixfontein in #1816
* Build using Go 1.24 and drop support for 1.22 by @hiddeco in
#1819
* Support GOOGLE_OAUTH_ACCESS_TOKEN for Google Cloud Platform by
@marensofier in #1578
* Warn about .sops.yml files found while searching for .sops.yaml
by @felixfontein in #1820
* Release 3.10.0 by @felixfontein in #1815
* Added support for multiarch windows release binaries by
@sabre1041 in #1823
-------------------------------------------------------------------
Sun Jan 26 08:46:36 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 3.9.4:
* build(deps): Bump the go group with 5 updates by @dependabot in
#1727
* build(deps): Bump tempfile from 3.14.0 to 3.15.0 in
/functional-tests in the rust group by @dependabot in #1728
* build(deps): Bump the go group with 16 updates by @dependabot
in #1732
* build(deps): Bump the ci group with 3 updates by @dependabot in
#1730
* build(deps): Bump serde_json from 1.0.134 to 1.0.135 in
/functional-tests in the rust group by @dependabot in #1731
* build(deps): Bump the go group with 12 updates by @dependabot
in #1734
* build(deps): Bump serde_json from 1.0.135 to 1.0.137 in
/functional-tests in the rust group by @dependabot in #1735
* Fix ToString for AWS KMS to include role, context, and profile
by @felixfontein in #1733
* build(deps): Bump the ci group with 3 updates by @dependabot in
#1738
* build(deps): Bump the go group with 6 updates by @dependabot in
#1739
* Release 3.9.4 by @felixfontein in #1740
-------------------------------------------------------------------
Wed Jan 01 08:49:45 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 3.9.3:
* Add changelog for 3.9.3.
* Bump version to 3.9.3.
* build(deps): Bump the rust group in /functional-tests with 2
updates
* Run 'make vendor'.
* Update all dependencies with 'go get -t -u ./...'.
* Fix input-type CLI flag being ignored for updatekeys
subcommand.
* Use container images from
https://github.com/getsops/ci-container-images.
* Document using subkeys with GnuPG.
* Correctly handle trailing "!" when passing shortened
fingerprints to GnuPG.
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump serde_json in /functional-tests in the rust
group
* build(deps): Bump the go group across 1 directory with 13
updates
* Bump golang.org/x/net to 0.33.0 to address CVE-2024-45338.
* build(deps): Bump filippo.io/age from 1.2.0 to 1.2.1
* Add 'persist-credentials: false' to checkout actions.
* build(deps): Bump the rust group in /functional-tests with 2
updates
* build(deps): Bump the ci group with 4 updates
* build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 10 updates
-------------------------------------------------------------------
Tue Dec 03 05:45:52 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 3.9.2:
* Add changelog for 3.9.2.
* Bump version to 3.9.2.
* build(deps): Bump the go group with 8 updates
* Update go.mod.
* Adjust protoc command line for latest versions of plugins; fix
protoc Go plugin versions and install plugins locally.
* keyservice: update protobuf to an recent release
* fix(config): remove unused variables
* chore(deps): Update Rust dependencies
* Correctly handle comments during JSON serialization.
* Move Python patch tool to .github/utils/.
* Run 'make vendor' in CodeQL build step.
* Patch harmless parts of go.mod before looking for changes in
CI.
* build(deps): Bump the go group across 1 directory with 18
updates
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the rust group in /functional-tests with 3
updates
* build(deps): Bump github/codeql-action in the ci group
* build(deps): Bump the rust group in /functional-tests with 2
updates
* build(deps): Bump the ci group across 1 directory with 3
updates
* build(deps): Bump the rust group in /functional-tests with 2
updates
* build(deps): Bump the ci group with 5 updates
* build(deps): Bump the go group with 7 updates
* fix(azkv): handle whitespace in Azure Key Vault URLs
* build(deps): Bump serde_json in /functional-tests in the rust
group
* build(deps): Bump the ci group with 2 updates
* build(deps): Bump the go group with 6 updates
* build(deps): Bump the ci group with 5 updates
* build(deps): Bump the go group with 12 updates
* build(deps): Bump the ci group with 4 updates
* build(deps): Bump the go group with 11 updates
-------------------------------------------------------------------
Sun Oct 06 08:22:29 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@@ -1,4 +1,4 @@
name: sops
version: 3.9.1
mtime: 1728017448
commit: d50fda248047372c79368508e1df479970a52cda
version: 3.11.0
mtime: 1759082542
commit: 168736311794fc9a386ae489d03bcd2cef8bcfba

View File

@@ -1,7 +1,7 @@
#
# spec file for package sops
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,10 +17,8 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: sops
Version: 3.9.1
Version: 3.11.0
Release: 0
Summary: Simple and flexible tool for managing secrets
License: MPL-2.0
@@ -30,7 +28,7 @@ Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: xz
BuildRequires: golang(API) >= 1.22
BuildRequires: golang(API) >= 1.24
%description
Simple and flexible tool for managing secrets

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:752c4b2bf6db58e4f2e31888306dfe0c293d2e19fe4341417d1d200afbebd8ac
size 7614031
oid sha256:d40df93c8ba0244b0b1e5dff8093217acde9fbe9e4f2499b69bf1cc7f8c32d37
size 9982799