Felix Fontein
daabd14700
Do not use DotEnv store for exec-env.
...
This avoids quoting problems, fixes #784 , and also better handles
various problems that can arise, like '=' in keys and non-string
keys and values.
Signed-off-by: Felix Fontein <felix@fontein.de >
2024-06-15 17:53:38 +02:00
Felix Fontein
67aab01632
Merge pull request #1528 from getsops/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0
...
build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0
2024-06-15 16:39:01 +02:00
dependabot[bot]
29b285860e
build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.2...sdk/azcore/v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-11 20:28:49 +00:00
Devin Stein
0da6be8ea3
Merge pull request #1474 from felixfontein/exec-filename
...
exec-file: if `--filename` is used, use the provided filename without random suffix
2024-06-11 08:19:14 -07:00
Felix Fontein
417c20a21b
If filename is provided for exec-file, use it without random suffix.
...
Signed-off-by: Felix Fontein <felix@fontein.de >
2024-06-11 06:56:11 +02:00
Devin Stein
aa00ab681c
Merge pull request #1399 from tomaszduda23/main
...
update documentation for age
2024-06-10 16:53:51 -07:00
Devin Stein
0fbab615a7
Merge branch 'main' into main
2024-06-10 16:44:43 -07:00
Devin Stein
5e31cc35ed
Merge pull request #1525 from getsops/dependabot/go_modules/go-3d3bb4a493
...
build(deps): Bump the go group across 1 directory with 23 updates
2024-06-10 16:43:04 -07:00
dependabot[bot]
b3e7ed545c
build(deps): Bump the go group across 1 directory with 23 updates
...
Bumps the go group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ) | `1.15.7` | `1.17.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) | `1.9.2` | `1.12.0` |
| [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto ) | `1.1.0-alpha.0-proton` | `1.1.0-alpha.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) | `1.25.0` | `1.27.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.0` | `1.27.18` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) | `1.16.0` | `1.16.24` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.1` | `1.32.3` |
| [github.com/fatih/color](https://github.com/fatih/color ) | `1.16.0` | `1.17.0` |
| [github.com/urfave/cli](https://github.com/urfave/cli ) | `1.22.14` | `1.22.15` |
Updates `cloud.google.com/go/kms` from 1.15.7 to 1.17.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.15.7...kms/v1.17.1 )
Updates `cloud.google.com/go/storage` from 1.38.0 to 1.39.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.38.0...storage/v1.39.1 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.2 to 1.12.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.2...sdk/azcore/v1.12.0 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/internal/v1.5.2 )
Updates `github.com/ProtonMail/go-crypto` from 1.1.0-alpha.0-proton to 1.1.0-alpha.2
- [Release notes](https://github.com/ProtonMail/go-crypto/releases )
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.1.0-alpha.0...v1.1.0-alpha.2 )
Updates `github.com/aws/aws-sdk-go-v2` from 1.25.0 to 1.27.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.0...v1.27.2 )
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.0 to 1.27.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.27.0...config/v1.27.18 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.0 to 1.17.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.17.0...credentials/v1.17.18 )
Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.16.0 to 1.16.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...service/ram/v1.16.24 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.28.1 to 1.32.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ivs/v1.28.1...service/sqs/v1.32.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.49.0 to 1.55.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.49.0...service/s3/v1.55.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.27.0 to 1.28.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.27.0...service/fsx/v1.28.12 )
Updates `github.com/fatih/color` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.16.0...v1.17.0 )
Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4 )
Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 )
Updates `github.com/urfave/cli` from 1.22.14 to 1.22.15
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v1.22.14...v1.22.15 )
Updates `golang.org/x/net` from 0.25.0 to 0.26.0
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0 )
Updates `golang.org/x/sys` from 0.20.0 to 0.21.0
- [Commits](https://github.com/golang/sys/compare/v0.20.0...v0.21.0 )
Updates `golang.org/x/term` from 0.20.0 to 0.21.0
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.21.0 )
Updates `google.golang.org/api` from 0.165.0 to 0.180.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.165.0...v0.180.0 )
Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240213162025-012b6fc9bca9 to 0.0.0-20240509183442-62759503f434
- [Commits](https://github.com/googleapis/go-genproto/commits )
Updates `google.golang.org/grpc` from 1.61.1 to 1.63.2
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.1...v1.63.2 )
Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/ProtonMail/go-crypto
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/golang/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/urfave/cli
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: google.golang.org/genproto/googleapis/rpc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 23:17:07 +00:00
Devin Stein
9b01dc37df
Merge pull request #1526 from felixfontein/goreleaser
...
Adjust Makefile to new goreleaser 6.0.0 release
2024-06-10 16:15:38 -07:00
Felix Fontein
837c231d50
Adjust Makefile to new goreleaser 6.0.0 release.
...
Signed-off-by: Felix Fontein <felix@fontein.de >
2024-06-10 22:03:05 +02:00
Felix Fontein
b258942aa3
Merge pull request #1524 from getsops/dependabot/github_actions/ci-20df0197a1
...
build(deps): Bump the ci group with 2 updates
2024-06-10 21:36:04 +02:00
dependabot[bot]
6d8fa9bac3
build(deps): Bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `github/codeql-action` from 3.25.7 to 3.25.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f079b84933...2e230e8fe0 )
Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](5742e2a039...286f3b13b1 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 18:39:04 +00:00
Felix Fontein
a5ca4dff30
Merge pull request #1492 from jonasbadstuebner/fix-locale-in-makefile
...
fix(Makefile): set locale to make tests pass
2024-06-10 20:34:16 +02:00
Jonas Badstübner
f508d60dfc
fix(Makefile): set locale to make tests pass
...
Matching on error messages without specifying locale failed for my German setup
Signed-off-by: Jonas Badstübner <jonas.badstuebner@hetzner-cloud.de >
2024-06-10 20:30:22 +02:00
Felix Fontein
1c46d24921
Merge pull request #1521 from getsops/dependabot/github_actions/ci-e3e13fb6c2
...
build(deps): Bump the ci group with 2 updates
2024-06-04 06:37:12 +02:00
dependabot[bot]
9fbc80233c
build(deps): Bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [docker/login-action](https://github.com/docker/login-action ).
Updates `github/codeql-action` from 3.25.6 to 3.25.7
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9fdb3e4972...f079b84933 )
Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](e92390c5fb...0d4c9c5ea7 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 09:40:10 +00:00
Felix Fontein
932dc03dc1
Merge pull request #1519 from TheoBrigitte/CVE-2024-2660
...
Fix CVE-2024-2660
2024-06-03 06:28:12 +02:00
Théo Brigitte
c2ce97ca43
Merge branch 'main' into CVE-2024-2660
2024-06-02 05:22:34 +02:00
Theo Brigitte
4912b545bf
use go1.21
...
Signed-off-by: Theo Brigitte <theo.brigitte@gmail.com >
2024-06-02 05:18:11 +02:00
Felix Fontein
4c5badaa9a
Merge pull request #1516 from getsops/dependabot/github_actions/ci-c7f71143c6
...
build(deps): Bump the ci group with 2 updates
2024-06-01 22:57:50 +02:00
Theo Brigitte
5693ed9ecb
Fix CVE-2024-2660
...
Update github.com/hashicorp/vault/api to v1.14.0 to fix:
[CVE-2024-2660] CWE-703: Improper Check or Handling of Exceptional Conditions
https://ossindex.sonatype.org/vulnerability/CVE-2024-2660
Signed-off-by: Theo Brigitte <theo.brigitte@gmail.com >
2024-06-01 21:57:37 +02:00
dependabot[bot]
e6e4c3a835
build(deps): Bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `github/codeql-action` from 3.25.5 to 3.25.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b7cec75265...9fdb3e4972 )
Updates `anchore/sbom-action` from 0.15.11 to 0.16.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](7ccf588e3c...e8d2a6937e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 09:58:08 +00:00
Felix Fontein
91b23ea0f1
Merge pull request #1510 from getsops/dependabot/github_actions/ci-a3f50e56c6
...
build(deps): Bump the ci group with 2 updates
2024-05-20 18:15:09 +02:00
dependabot[bot]
2caa32f937
build(deps): Bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `actions/checkout` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](44c2b7a8a4...a5ac7e51b4 )
Updates `github/codeql-action` from 2.13.4 to 3.25.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdcdbb5797...b7cec75265 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 09:50:18 +00:00
Felix Fontein
a465b8ae70
Merge pull request #1506 from felixfontein/nil-check
...
LoadCreationRuleForFile: correctly handle nil without error in callers
2024-05-13 22:23:13 +02:00
Felix Fontein
5e8ae122d4
Correctly handle nil without error from LoadCreationRuleForFile.
...
Signed-off-by: Felix Fontein <felix@fontein.de >
2024-05-13 22:05:06 +02:00
Felix Fontein
c0b1efdeed
Merge pull request #1508 from getsops/dependabot/github_actions/ci-a39a71d7b9
...
build(deps): Bump the ci group with 2 updates
2024-05-13 22:04:49 +02:00
dependabot[bot]
086ad34589
build(deps): Bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `actions/checkout` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](0ad4b8fada...44c2b7a8a4 )
Updates `goreleaser/goreleaser-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](7ec5c2b0c6...5742e2a039 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-13 09:56:31 +00:00
Felix Fontein
50e6b84e5d
Merge pull request #1503 from getsops/dependabot/github_actions/ci-b23e0286c6
...
build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
2024-05-06 21:02:13 +02:00
dependabot[bot]
8a809c7c5a
build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
...
Bumps the ci group with 1 update: [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-go` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0c52d547c9...cdcb360436 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 09:40:42 +00:00
Felix Fontein
6b91c4e4c7
Merge pull request #1489 from getsops/dependabot/go_modules/golang.org/x/net-0.23.0
...
build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0
2024-04-29 21:33:16 +02:00
dependabot[bot]
fad13cd2b8
build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 15:42:05 +00:00
Felix Fontein
570be801a6
Merge pull request #1466 from getsops/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible
...
build(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible
2024-04-29 17:40:51 +02:00
dependabot[bot]
e05b77ba97
build(deps): Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 15:36:08 +00:00
Felix Fontein
852a1fed52
Merge pull request #1460 from getsops/dependabot/go_modules/google.golang.org/protobuf-1.33.0
...
build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
2024-04-29 17:34:55 +02:00
dependabot[bot]
7f66a59810
build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 15:29:20 +00:00
Felix Fontein
ccb997239b
Merge pull request #1454 from getsops/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.3
...
build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
2024-04-29 17:28:13 +02:00
dependabot[bot]
3a1a49d1c8
build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 15:23:04 +00:00
Felix Fontein
f3b2d1f23c
Merge pull request #1498 from getsops/dependabot/github_actions/ci-20fa40f8ad
...
build(deps): Bump the ci group across 1 directory with 9 updates
2024-04-29 17:21:13 +02:00
dependabot[bot]
be0d0e5135
build(deps): Bump the ci group across 1 directory with 9 updates
...
Bumps the ci group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.1` | `4.1.4` |
| [actions/cache](https://github.com/actions/cache ) | `4.0.0` | `4.0.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.1` | `4.3.3` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4.1.2` | `4.1.7` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.8` | `0.15.11` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.4.0` | `3.5.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.0.0` | `3.3.0` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.0.0` | `3.1.0` |
| [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ) | `1.9.0` | `2.0.0` |
Updates `actions/checkout` from 4.1.1 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](b4ffde65f4...0ad4b8fada )
Updates `actions/cache` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](13aacd865c...0c45773b62 )
Updates `actions/upload-artifact` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](5d5d22a312...65462800fd )
Updates `actions/download-artifact` from 4.1.2 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](eaceaf801f...65a9edc588 )
Updates `anchore/sbom-action` from 0.15.8 to 0.15.11
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](b6a39da807...7ccf588e3c )
Updates `sigstore/cosign-installer` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](e1523de757...59acb6260d )
Updates `docker/setup-buildx-action` from 3.0.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f95db51fdd...d70bba72b1 )
Updates `docker/login-action` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](343f7c4344...e92390c5fb )
Updates `slsa-framework/slsa-github-generator` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.9.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 09:54:23 +00:00
Felix Fontein
f8c16ec385
Merge pull request #1484 from pullmerge/main
...
Fix function name in comment
2024-04-14 19:01:14 +02:00
pullmerge
2616205880
Fix function name in comment
...
Signed-off-by: pullmerge <watchmessi@outlook.com >
2024-04-14 10:53:31 +08:00
Felix Fontein
648f6c503d
Merge pull request #1477 from duthils/typo-checkencrypted
...
sops: fix typo in interface name
2024-03-31 19:32:44 +02:00
Sebastien Duthil
7a217ee1e3
sops: fix typo in interface name
...
Signed-off-by: Sebastien Duthil <duthils@duthils.net >
2024-03-31 17:54:06 +01:00
Hidde Beydals
d8e8809bf9
Merge pull request #1439 from getsops/dependabot/go_modules/go-383d8024dd
...
build(deps): Bump the go group with 4 updates
2024-02-15 22:29:40 +01:00
dependabot[bot]
f6b0f3c36f
build(deps): Bump the go group with 4 updates
...
Bumps the go group with 4 updates: [github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys](https://github.com/Azure/azure-sdk-for-go ), [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ), [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) and [google.golang.org/grpc](https://github.com/grpc/grpc-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.0.1...v1.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.28.0 to 1.28.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ecs/v1.28.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.28.0...service/ecs/v1.28.1 )
Updates `google.golang.org/api` from 0.164.0 to 0.165.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.164.0...v0.165.0 )
Updates `google.golang.org/grpc` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.61.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-15 21:25:39 +00:00
Hidde Beydals
56b06d657a
Merge pull request #1427 from b-dean/go-1.21-update-deps
...
build with go 1.21 and update dependencies
2024-02-15 22:16:49 +01:00
Ben Dean
12756c8c3a
build with go 1.21
...
also run `go get -u ./...` to update all the dependencies
Signed-off-by: Ben Dean <ben.dean@finvi.com >
2024-02-13 14:55:35 -05:00
Felix Fontein
3f712e17c3
Merge pull request #1396 from felixfontein/exec-tests
...
Add basic tests for exec-env and exec-file
2024-02-10 10:37:48 +01:00