|
|
|
|
@@ -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
|
|
|
|
|
|
|
|
|
|
|