kfox1111
9fddca5c1a
Deprecate retry_bootstrap ( #6050 )
...
* Deprecate retry_bootstrap
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2025-07-10 10:06:38 -03:00
Sorin Dumitru
6767a3c3c9
Wait for server to come up before using it ( #6174 )
...
This test fails from time to time in CI. It seems like we should be waiting for the server to come up before trying to use it to get its bundle.
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2025-07-09 07:19:04 +01:00
Sorin Dumitru
2d261f2db4
Retry healthcheck during agent-cli test ( #6173 )
...
It's possible for the agent to appear attested but for the healthcheck to not yet be passing, so we should retry not just the attestation but also the health check.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-07-08 22:41:56 +01:00
Sorin Dumitru
1ff99fa96d
Unpin binary version in upstream-authority-vault test ( #6172 )
...
This is the only test that does it and I don't think it is or should be necessary.
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2025-07-08 21:43:37 +01:00
Yuedong Wu
fd2b898aae
Fix markdown link syntax nits ( #6169 )
...
Signed-off-by: Yuedong Wu <dwcn22@outlook.com>
2025-07-07 20:21:53 +01:00
Carlo Teubner
11f821cf31
golangci-lint: upgrade to v2 & fix flakey test ( #6064 )
...
* golangci-lint: upgrade to v2
- Upgrade golangci-lint to the latest version, v2.1.6.
- Migrate to new config file format as required with v2.
- Run golangci-lint via "go run" not "go tool"; the docs explicitly
recommend against the latter, and it was needlessly polluting our
go.mod file.
- With the new way, the golangci-lint version is maintained in
.spire-tool-versions, consistent with other similar tools.
- While we're at it, enable a few more linters/checks.
- Address all new linter complaints.
- Simplify some error return code patterns
- golangci-lint: enable more revive rules
* TestAttestAgent: fix flakeyness
This flakeyness was reported previously in #5774 with improvements made
in #5815 , but was still happening.
Hopefully fix it, by not assuming that the gRPC Send() message must not
return an error; it is legitimately allowed to return io.EOF, in the
case where the server has returned an application-level error, which
we can then obtain via a Recv() call.
See https://pkg.go.dev/google.golang.org/grpc#ClientStream.SendMsg
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2025-07-04 16:14:29 -03:00
dependabot[bot]
0508762982
Bump google.golang.org/api from 0.239.0 to 0.240.0 ( #6166 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.239.0 to 0.240.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.239.0...v0.240.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.240.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-04 10:59:21 -07:00
dependabot[bot]
b5beef4006
Bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 ( #6165 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.5 to 4.25.6.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 16:39:05 -07:00
dependabot[bot]
7a3bf0a650
Bump github.com/docker/docker ( #6167 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.3.0+incompatible to 28.3.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.3.0...v28.3.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.3.1+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 14:29:39 -07:00
dependabot[bot]
b9b00ad3cc
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 ( #6159 )
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:51:18 -07:00
dependabot[bot]
32ee70fed9
Bump the aws-sdk group across 1 directory with 5 updates ( #6161 )
...
Bumps the aws-sdk group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.225.1` | `1.227.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.42.0` | `1.43.0` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.38.0` | `1.39.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.80.0` | `1.82.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.21` | `1.34.0` |
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.225.1 to 1.227.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.225.1...service/ec2/v1.227.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.42.0...service/s3/v1.43.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.0...service/s3/v1.39.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.80.0 to 1.82.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.80.0...service/s3/v1.82.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.21 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.33.21...v1.34.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.227.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-version: 1.82.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-version: 1.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:11:59 -07:00
dependabot[bot]
32b64d04b8
Bump github.com/go-jose/go-jose/v4 from 4.1.0 to 4.1.1 ( #6160 )
...
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 12:15:17 -07:00
dependabot[bot]
d3bdc8c163
Bump github.com/docker/docker ( #6157 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.2.2+incompatible to 28.3.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.2.2...v28.3.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.3.0+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 10:45:57 -07:00
Ryan Turner
dff8a88df0
Prepare main branch for upcoming 1.13.0 release ( #6163 )
...
* Changelog for v.1.12.4 release (#6162 )
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Prepare main branch for upcoming 1.13.0 release
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-07-01 22:48:49 -07:00
dependabot[bot]
46ac9d92f5
Bump cloud.google.com/go/secretmanager in the google-cloud-sdk group ( #6144 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/secretmanager` from 1.14.7 to 1.15.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/automl/v1.14.7...kms/v1.15.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-version: 1.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 11:42:01 -07:00
Agustín Martínez Fayó
f687bf21e8
Revert "Fix metrics/health checks when retry_bootstrap=true ( #6063 )" ( #6158 )
...
This reverts commit 41aedaea5a
.
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-06-27 07:49:45 -03:00
dependabot[bot]
6512090356
Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.2 ( #6145 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.5.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-version: 2.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-26 09:13:22 -03:00
dependabot[bot]
ba824b04d1
Bump google.golang.org/api from 0.237.0 to 0.239.0 ( #6154 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.237.0 to 0.239.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.237.0...v0.239.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.239.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-26 07:37:29 -03:00
dependabot[bot]
21359c4ebf
Bump the k8s-io group with 5 updates ( #6153 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.33.1` | `0.33.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.33.1` | `0.33.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.33.1` | `0.33.2` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.33.1` | `0.33.2` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.33.1` | `0.33.2` |
Updates `k8s.io/api` from 0.33.1 to 0.33.2
- [Commits](https://github.com/kubernetes/api/compare/v0.33.1...v0.33.2 )
Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.1...v0.33.2 )
Updates `k8s.io/client-go` from 0.33.1 to 0.33.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.1...v0.33.2 )
Updates `k8s.io/kube-aggregator` from 0.33.1 to 0.33.2
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.33.1...v0.33.2 )
Updates `k8s.io/mount-utils` from 0.33.1 to 0.33.2
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.33.1...v0.33.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-version: 0.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-version: 0.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-version: 0.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-version: 0.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 18:04:23 -03:00
dependabot[bot]
55e614c112
Bump github.com/aws/smithy-go from 1.22.3 to 1.22.4 ( #6138 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.22.3 to 1.22.4.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.22.3...v1.22.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-version: 1.22.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 15:37:33 -03:00
dependabot[bot]
76299f86f3
Bump github.com/google/go-containerregistry from 0.20.5 to 0.20.6 ( #6135 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.20.5 to 0.20.6.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.5...v0.20.6 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-version: 0.20.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-19 17:14:03 +01:00
Agustín Martínez Fayó
70fadb5861
Use k8s Apply operation in `k8s_configmap` BundlePublisher plugin instead of Get / Create / Update ( #6139 )
...
* Use k8s Apply operation instead of Get / Create / Update
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Address PR comment
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-06-19 06:56:37 +01:00
Sorin Dumitru
b991f8b6bd
Use UpstreamAuthority.SubscribeToLocalBundle RPC ( #6090 )
...
* Add test to show the issue
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Update spire-plugin-sdk to include new RPC
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Implement the new SubscribeToLocalBundle RPC
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* fakeupstreamauthority: add support for GetTrustBundle
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Add UpstreamClient support for wathing upstream authorities
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Use SubscribeToLocalBundle UpstreamAuthority RPC if available
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Address review comments
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-06-18 19:20:16 +01:00
Sorin Dumitru
0dfc8a6cf2
spire-agent: JWT-SVID validation should check for exp claim presence ( #6141 )
...
* spire-agent: JWT-SVID validation should check for exp claim presence
The SPIFFE [spec](https://github.com/spiffe/spiffe/blob/main/standards/JWT-SVID.md\#33-expiration-time ) says that tokens MUST have an exp field. We must reject tokens without one present.
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
* Bump SPIRE 1.12.4 and update Changelog
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
* Also update migration table
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
* Remove extra line in CHANGELOG.md
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
---------
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2025-06-18 18:19:56 +01:00
dependabot[bot]
c9f33b41f2
Bump github.com/aws/aws-sdk-go-v2/service/kms in the aws-sdk group ( #6130 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.40.1 to 1.41.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.40.1...service/s3/v1.41.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-version: 1.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 15:52:57 -03:00
Sorin Dumitru
6185e7f0ed
Use sha of branch of caching executables ( #6133 )
...
Using the executables does not work because they do not exist when we try to fetch from the cache. This means we may end up fetching executables from previous runs of the workflows on the branch.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-06-15 09:31:17 -03:00
dependabot[bot]
6fcb5ef7ec
Bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 ( #6131 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-version: 1.9.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-14 12:52:06 +01:00
dependabot[bot]
df29c3ca1a
Bump google.golang.org/api from 0.236.0 to 0.237.0 ( #6132 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.236.0 to 0.237.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.236.0...v0.237.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-14 09:44:14 +01:00
Keegan Witt
3d4579bb12
fix: subject_types_supported cannot be an empty list ( #6126 )
...
Closes #6125
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
2025-06-13 11:59:07 +01:00
Sorin Dumitru
c1a25db8e1
Lower log level of cotainer not found retry ( #6128 )
...
This can appear somewhat frequently, more so now that the pod list is cached. We already have a warning for when the container it is not found at all, no point warning about retrying.
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-06-13 07:17:30 +01:00
dependabot[bot]
b6760ad0d2
Bump github.com/sigstore/sigstore from 1.9.4 to 1.9.5 ( #6124 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.9.4 to 1.9.5.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.9.4...v1.9.5 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-version: 1.9.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-12 10:25:22 -03:00
Agustín Martínez Fayó
7cdc62c353
Add `k8s_configmap` BundlePublisher plugin ( #6105 )
...
* Add `k8s_configmap` BundlePublisher
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-06-12 06:57:58 -03:00
dependabot[bot]
48133acad8
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #6122 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.10.0...sdk/azidentity/v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 16:17:24 -03:00
dependabot[bot]
cbdf62d24b
Bump the aws-sdk group across 1 directory with 2 updates ( #6121 )
...
Bumps the aws-sdk group with 2 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.224.0 to 1.225.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.224.0...service/ec2/v1.225.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.39.0...service/s3/v1.40.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.225.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-version: 1.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 09:07:49 -03:00
dependabot[bot]
408849b989
Bump golang.org/x/net from 0.40.0 to 0.41.0 ( #6116 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.40.0 to 0.41.0.
- [Commits](https://github.com/golang/net/compare/v0.40.0...v0.41.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 16:14:17 -03:00
dependabot[bot]
2a341f8ac6
Bump golang.org/x/crypto from 0.38.0 to 0.39.0 ( #6115 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/crypto/compare/v0.38.0...v0.39.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 13:28:57 -03:00
Ryan Turner
ce88f8651a
Update to Go 1.24.4 ( #6119 )
...
* Update to Go 1.24.4
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Update to Alpine Linux 3.22
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-06-10 09:35:39 -03:00
Sorin Dumitru
e7083db69f
Terminate entry lookup early if possible ( #6100 )
...
In the cases where we know which entries we are looking for, e.g. for SVID issuance, we can end iterating through entries early if we found all of them.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-06-07 14:14:45 +01:00
Tyler Schade
114f457701
implement gracefulstop with a configurable timeout in spire-server ( #6076 )
...
* implement gracefulstop
Signed-off-by: tjons <tylerschade99@gmail.com>
* code review feedback: remove configuration parameter and extract helper function
Signed-off-by: tjons <tylerschade99@gmail.com>
* code review feedback pt 2
Signed-off-by: tjons <tylerschade99@gmail.com>
* reintroduce cancellation
Signed-off-by: tjons <tylerschade99@gmail.com>
---------
Signed-off-by: tjons <tylerschade99@gmail.com>
2025-06-07 09:51:16 +01:00
dependabot[bot]
656e83d0fe
Bump github.com/hashicorp/vault/sdk from 0.17.0 to 0.18.0 ( #6117 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.17.0...sdk/v0.18.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 14:13:26 -07:00
dependabot[bot]
8866c602a5
Bump github.com/aws/aws-sdk-go-v2/service/kms in the aws-sdk group ( #6114 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.38.1 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.1...service/s3/v1.39.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 11:40:47 -07:00
dependabot[bot]
bc52fe64b4
Bump golang.org/x/sync from 0.14.0 to 0.15.0 ( #6111 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/sync/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 09:52:13 -07:00
dependabot[bot]
1c7a915e36
Bump github.com/hashicorp/vault/api from 1.16.0 to 1.20.0 ( #6113 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.16.0 to 1.20.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.16.0...api/v1.20.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-05 16:13:19 -07:00
dependabot[bot]
19cf417169
Bump golang.org/x/time from 0.11.0 to 0.12.0 ( #6110 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/time/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-05 13:59:28 -07:00
dependabot[bot]
84fe369baf
Bump google.golang.org/grpc from 1.72.2 to 1.73.0 ( #6112 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.73.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-05 10:29:45 -07:00
dependabot[bot]
77c1f6e701
Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible ( #6097 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.1.1+incompatible to 28.2.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.1.1...v28.2.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.2.2+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update Docker version
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Remove check for Docker version in plugin test
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-06-04 21:07:09 -07:00
dependabot[bot]
49ceb4a2ed
Bump github.com/open-policy-agent/opa from 1.5.0 to 1.5.1 ( #6107 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-version: 1.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 14:57:45 -07:00
dependabot[bot]
eacccc5fa8
Bump github.com/hashicorp/vault/sdk from 0.16.0 to 0.17.0 ( #6092 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.16.0...sdk/v0.17.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-version: 0.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 13:37:42 -07:00
dependabot[bot]
a4561482d2
Bump google.golang.org/api from 0.235.0 to 0.236.0 ( #6108 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.235.0 to 0.236.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.235.0...v0.236.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.236.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 10:35:19 -07:00
dependabot[bot]
9ece0645bc
Bump the aws-sdk group across 1 directory with 2 updates ( #6099 )
...
Bumps the aws-sdk group with 2 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.223.0 to 1.224.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.223.0...service/ec2/v1.224.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.79.1 to 1.80.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.79.1...service/s3/v1.80.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.224.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-version: 1.80.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 11:40:10 -07:00
dependabot[bot]
9287c56b11
Bump google.golang.org/grpc from 1.72.1 to 1.72.2 ( #6102 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.1 to 1.72.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 11:38:43 +01:00
dependabot[bot]
8841281892
Bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5 ( #6103 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.4 to 4.25.5.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.4...v4.25.5 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 21:04:54 +01:00
dependabot[bot]
13db20d282
Bump github.com/open-policy-agent/opa from 1.4.2 to 1.5.0 ( #6098 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.4.2...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 13:11:06 +01:00
dependabot[bot]
aaa5235f7e
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #6096 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.54.0 to 1.55.0
- [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/spanner/v1.54.0...spanner/v1.55.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-version: 1.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 10:49:34 +01:00
Sorin Dumitru
4c28ec2268
Improve performance for fetching authorized entries ( #6034 )
...
* Reduce some code duplication in the entry cache
This also improves performance slightly since we no longer clone some slices.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-05-30 19:13:07 -03:00
dependabot[bot]
80001e9179
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #6082 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.21.2 to 1.22.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.21.2...kms/v1.22.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-29 14:34:28 -03:00
dependabot[bot]
11de50bb38
Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.5 ( #6085 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.20.3 to 0.20.5.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.3...v0.20.5 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-version: 0.20.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-29 11:53:15 +01:00
dependabot[bot]
c2f72bd8b7
Bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 ( #6089 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.4 to 0.21.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.4...v0.21.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-28 18:13:44 +01:00
dependabot[bot]
08fbaa2a95
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #6081 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.218.0 to 1.219.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.218.0...service/ec2/v1.219.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.219.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-28 11:15:44 +01:00
Sorin Dumitru
10dae54b05
Bump go to 1.24.3 ( #6088 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-05-28 06:47:10 +01:00
kfox1111
41aedaea5a
Fix metrics/health checks when retry_bootstrap=true ( #6063 )
...
* Fix metrics/health checks when retry_bootstrap=true
When retry_bootstrap is true, during the startup/retrying, health
checks / metrics are not started. This time is currently is capped at
5 minutes, requiring fairly long health check delays on Kubernetes,
and no ability to collect metrics on what its doing.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2025-05-27 15:26:27 -03:00
dependabot[bot]
5e7fe55ad2
Bump the k8s-io group with 5 updates ( #6078 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.33.0` | `0.33.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.33.0` | `0.33.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.33.0` | `0.33.1` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.33.0` | `0.33.1` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.33.0` | `0.33.1` |
Updates `k8s.io/api` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/api/compare/v0.33.0...v0.33.1 )
Updates `k8s.io/apimachinery` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1 )
Updates `k8s.io/client-go` from 0.33.0 to 0.33.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1 )
Updates `k8s.io/kube-aggregator` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.33.0...v0.33.1 )
Updates `k8s.io/mount-utils` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.33.0...v0.33.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 16:48:40 +01:00
dependabot[bot]
993bab01a8
Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 ( #6077 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.4 to 5.7.5.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 14:43:01 +01:00
dependabot[bot]
de2c63f9a8
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #6070 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.9.0...sdk/azcore/v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-version: 1.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 12:04:10 +01:00
Agustín Martínez Fayó
0b0b86a1d3
Add ARM64 support for integration tests in GitHub workflows ( #6059 )
...
* Add ARM64 support for integration tests on GitHub workflows
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-05-20 18:30:02 -03:00
Sorin Dumitru
9aebf800d1
Bump SPIRE v1.12.3 ( #6080 )
...
* Use Policy field instead of PolicyIdentifiers in cert templates (#6074 )
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
* Bump SPIRE v1.12.3
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-05-20 15:50:52 -03:00
dependabot[bot]
f448057e3f
Bump github.com/googleapis/gax-go/v2 from 2.14.1 to 2.14.2 ( #6073 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.14.1...v2.14.2 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-version: 2.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 16:10:33 +01:00
dependabot[bot]
1810d8c9fe
Bump google.golang.org/grpc from 1.72.0 to 1.72.1 ( #6072 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.0 to 1.72.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 15:27:22 +01:00
dependabot[bot]
8cd40be1de
Bump github.com/hashicorp/vault/sdk from 0.15.2 to 0.16.0 ( #6071 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.15.2...sdk/v0.16.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 13:41:48 +01:00
dependabot[bot]
ea97e994b8
Bump the aws-sdk group across 1 directory with 2 updates ( #6068 )
...
Bumps the aws-sdk group with 2 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.213.0 to 1.218.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.213.0...service/ec2/v1.218.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ivs/v1.41.1...service/s3/v1.42.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.218.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-version: 1.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 11:05:26 +01:00
kfox1111
81d54ef5ba
Don't contact trust_bundle_url needlessly ( #6065 )
...
* Don't contact trust_bundle_url needlessly
The agent contacts the trust_bundle_url on startup even if it already
has a trust bundle. If connection fails, the agent fails. This
requirement puts more load on the server needlessly, and either makes
the agent lower availability or puts higher availability requirements
on the server. Change it so that this doesn't happen.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2025-05-15 17:39:53 -03:00
dependabot[bot]
03d18e4024
Bump google.golang.org/api from 0.230.0 to 0.233.0 ( #6067 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.230.0 to 0.233.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.230.0...v0.233.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.233.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 15:38:10 +01:00
dependabot[bot]
d0b274e6c3
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #6066 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.53.0 to 1.54.0
- [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/spanner/v1.53.0...spanner/v1.54.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-version: 1.54.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 10:51:57 -03:00
dependabot[bot]
843614b927
Bump github.com/open-policy-agent/opa from 1.4.0 to 1.4.2 ( #6046 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-version: 1.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 12:26:24 +01:00
dependabot[bot]
1b15dd811e
Bump github.com/google/go-tpm from 0.9.3 to 0.9.5 ( #6062 )
...
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm ) from 0.9.3 to 0.9.5.
- [Release notes](https://github.com/google/go-tpm/releases )
- [Commits](https://github.com/google/go-tpm/compare/v0.9.3...v0.9.5 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
dependency-version: 0.9.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 11:13:38 +01:00
Carlo Teubner
6709c8b6b4
Delete some dead code ( #6058 )
...
I ran
go run golang.org/x/tools/cmd/deadcode@latest -test ./...
and manually reviewed the result.
I selected a subset of "dead code" (never-called functions) to delete. I
did not delete some other functions that seemed like they could still be
useful in future.
One function flagged as dead was "DeltaSecretsTest" in
pkg/agent/endpoints/sdsv3/handler_test.go, which seems like it was a
misspelled function that was intended as a test case. I tried renaming
it to "TestDeltaSecrets" but it turned out to be broken and hard to fix.
Since it only tests that an RPC method is unimplemented, I opted to just
remove the function instead.
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2025-05-15 10:07:05 +01:00
dependabot[bot]
3e892f15d6
Bump golang.org/x/net from 0.39.0 to 0.40.0 ( #6061 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.39.0 to 0.40.0.
- [Commits](https://github.com/golang/net/compare/v0.39.0...v0.40.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-14 11:51:23 -03:00
kfox1111
66559bc70f
Add file mode to oidc-discovery-provider ( #6025 )
...
* Add file mode to oidc-discovery-provider
This enables the oidc-discovery-provider to read the trust bundle from a
file.
Fixes: https://github.com/spiffe/spire/issues/6017
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2025-05-13 16:24:11 -03:00
dependabot[bot]
4dd9a149eb
Bump golang.org/x/sys from 0.32.0 to 0.33.0 ( #6047 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/sys/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 19:37:44 +01:00
dependabot[bot]
662da58da3
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #6045 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.52.0 to 1.53.0
- [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/spanner/v1.52.0...spanner/v1.53.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-version: 1.53.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 07:30:50 +01:00
Marcos Yacob
e5ad056d5e
Bump SPIRE v1.12.2 ( #6052 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2025-05-07 13:39:56 -03:00
dependabot[bot]
4741d49d88
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #6040 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.212.0 to 1.213.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.212.0...service/ec2/v1.213.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.213.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 13:33:03 -07:00
dependabot[bot]
f1692f46dc
Bump github.com/shirou/gopsutil/v4 from 4.25.3 to 4.25.4 ( #6041 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.3 to 4.25.4.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.3...v4.25.4 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 11:38:11 -07:00
dependabot[bot]
449b6bf68a
Bump github.com/open-policy-agent/opa from 1.3.0 to 1.4.0 ( #6042 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 11:06:08 -07:00
Sorin Dumitru
9ba374537d
Include SPIFFE ID in audit logs for NewJWTSVID ( #6036 )
...
This is present in the logs for BatchNewX509SVID so it should also be present here.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-04-30 06:56:11 +01:00
Sorin Dumitru
59f23995d2
Fix the BuildSQL benchmark ( #6033 )
...
Without including the alias in the name we get duplicate entry errors and the benchmark fails completely.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-04-29 20:34:06 +01:00
Faisal Memon
2bb1232798
Reduce event timeout to 5 minutes ( #5966 )
...
* Reduce event timeout to 5 minutes
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2025-04-29 18:25:50 +01:00
Mike Brown
7015e3a502
pipe through IGNORE_SUITES ( #6020 )
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2025-04-29 09:52:29 -03:00
kfox1111
31b855eefc
Extract the trust bundle code from agent/cli/run ( #6021 )
...
* Extract the trust bundle code from agent/cli/run
The trust bundle fetching code is only available from the cli run file.
It will need to be in a more common location for reattestation code to
come. We move the existing code to a common location with as few changes
as possible. This will make future reviews easier as changes will not
involve moving large blocks of code at the same time as changing
behavior for reattestation support.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add tests
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix path
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2025-04-28 23:49:24 -03:00
Mike Brown
5248b48d78
adding additional unit test variations for sigstore ( #6023 )
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2025-04-28 14:56:24 -03:00
dependabot[bot]
a95033336c
Bump github.com/sigstore/sigstore from 1.9.3 to 1.9.4 ( #6032 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.9.3...v1.9.4 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-version: 1.9.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 09:51:23 +01:00
dependabot[bot]
1c2456c95d
Bump the k8s-io group with 5 updates ( #6031 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.32.4` | `0.33.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.32.4` | `0.33.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.32.4` | `0.33.0` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.32.4` | `0.33.0` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.32.4` | `0.33.0` |
Updates `k8s.io/api` from 0.32.4 to 0.33.0
- [Commits](https://github.com/kubernetes/api/compare/v0.32.4...v0.33.0 )
Updates `k8s.io/apimachinery` from 0.32.4 to 0.33.0
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0 )
Updates `k8s.io/client-go` from 0.32.4 to 0.33.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0 )
Updates `k8s.io/kube-aggregator` from 0.32.4 to 0.33.0
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.32.4...v0.33.0 )
Updates `k8s.io/mount-utils` from 0.32.4 to 0.33.0
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.32.4...v0.33.0 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 08:07:24 +01:00
dependabot[bot]
5ef3d8dd1e
Bump google.golang.org/api from 0.229.0 to 0.230.0 ( #6029 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.229.0 to 0.230.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.229.0...v0.230.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.230.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 18:33:05 +01:00
dependabot[bot]
3badfa8b37
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #6027 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.51.0 to 1.52.0
- [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/spanner/v1.51.0...spanner/v1.52.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-version: 1.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 06:26:12 +01:00
Sorin Dumitru
acbbb296d1
Add more details to the AWS Roles Anywhere publisher ( #5989 )
...
This came up on Slack and I think having some more details in here about the reasons we need an UpstreamAuthority plugin would help
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-04-26 07:10:03 +01:00
Mike Brown
01ebc0e982
correct wording of error message; add unified cgroups test ( #6030 )
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2025-04-25 20:07:01 +01:00
dependabot[bot]
3d68fd28e5
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #6026 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.211.1 to 1.212.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.211.1...service/ec2/v1.212.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.212.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 19:43:35 +01:00
dependabot[bot]
8e3588f1dd
Bump the k8s-io group with 5 updates ( #6028 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.32.3` | `0.32.4` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.32.3` | `0.32.4` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.32.3` | `0.32.4` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.32.3` | `0.32.4` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.32.3` | `0.32.4` |
Updates `k8s.io/api` from 0.32.3 to 0.32.4
- [Commits](https://github.com/kubernetes/api/compare/v0.32.3...v0.32.4 )
Updates `k8s.io/apimachinery` from 0.32.3 to 0.32.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.3...v0.32.4 )
Updates `k8s.io/client-go` from 0.32.3 to 0.32.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.3...v0.32.4 )
Updates `k8s.io/kube-aggregator` from 0.32.3 to 0.32.4
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.32.3...v0.32.4 )
Updates `k8s.io/mount-utils` from 0.32.3 to 0.32.4
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.32.3...v0.32.4 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-version: 0.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 16:11:10 +01:00
dependabot[bot]
66d95c8f54
Bump google.golang.org/grpc from 1.71.1 to 1.72.0 ( #6022 )
...
* Bump google.golang.org/grpc from 1.71.1 to 1.72.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.71.1 to 1.72.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.1...v1.72.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add new grpc_health_v1 rpc
Latest version of gRPC added a new rpc to the service so we need to add the scaffolding for it.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-04-23 21:50:43 +01:00
dependabot[bot]
94b907137a
Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible ( #6018 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.0.4+incompatible to 28.1.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.0.4...v28.1.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.1.1+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update docker engine API version in test
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-04-20 10:59:11 -03:00
Mike Brown
8ce1b369ba
update urls to security assessments ( #6012 )
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2025-04-20 06:15:24 +01:00
dependabot[bot]
ed5f781fcb
Bump github.com/sigstore/rekor from 1.3.9 to 1.3.10 ( #6010 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.9...v1.3.10 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-version: 1.3.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-19 17:35:45 +02:00
dependabot[bot]
31a32b1781
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.6 to 1.37.7 ( #6015 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.6 to 1.37.7.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.7/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.6...v1.37.7 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-version: 1.37.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-19 16:44:55 +02:00
Faisal Memon
7a7ad6e894
Fetch updated cache entries in bulk ( #5970 )
...
Use the new FetchRegistrationEntries API from #5910 to get the full list of updated entries rather than fetching them individually.
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2025-04-19 08:37:36 +01:00
dependabot[bot]
9ce2aef3ce
Bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 ( #6014 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.27 to 1.14.28.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.27...v1.14.28 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-version: 1.14.28
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 19:32:21 +01:00
dependabot[bot]
3420abfe3e
Bump google.golang.org/api from 0.228.0 to 0.229.0 ( #6013 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.228.0 to 0.229.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.228.0...v0.229.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.229.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 13:03:27 -03:00
Sorin Dumitru
d47d6a32e4
Upgrade to go 1.24.2 ( #6009 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-04-18 11:26:09 -03:00
kfox1111
d76a21aaeb
Unix socket support for trust bundle URL ( #5932 )
...
* Unix socket support for trust bundle URL
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Pass metadata to the remote
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix test
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix extra space
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Revert param passing bit for now.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Reserve params for later use
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Update path
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Apply suggestions from code review
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add socket test
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add config tests
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-04-17 10:01:15 -07:00
dependabot[bot]
83be5079d2
Bump github.com/sigstore/sigstore from 1.9.1 to 1.9.3 ( #6006 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.9.1 to 1.9.3.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.9.1...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-version: 1.9.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-14 20:33:13 +02:00
Tyler Schade
392bafd482
remove dead make target ( #6008 )
...
Signed-off-by: tjons <tylerschade99@gmail.com>
2025-04-11 07:19:26 +01:00
dependabot[bot]
6440c58f74
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #6005 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.2 to 1.9.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/azidentity/v1.8.2...sdk/azcore/v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-10 17:38:04 +01:00
dependabot[bot]
a9f27c9b8c
Bump golang.org/x/net from 0.38.0 to 0.39.0 ( #6003 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.39.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-10 16:55:11 +01:00
dependabot[bot]
f769f54d6a
Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 ( #6004 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 07:16:42 +01:00
dependabot[bot]
91da9d334c
Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0 ( #6001 )
...
* Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.0.5 to 4.1.0.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.5...v4.1.0 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Resolve test issue
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-04-08 16:43:39 -03:00
dependabot[bot]
f99f8e3131
Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 ( #6000 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.4.3...v2.5.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-version: 2.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 15:17:56 -03:00
dependabot[bot]
dfb104403e
Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 ( #5999 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 19:48:02 +01:00
dependabot[bot]
9302a6ef78
Bump google.golang.org/grpc from 1.71.0 to 1.71.1 ( #5998 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.71.0 to 1.71.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.71.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 19:12:10 +01:00
dependabot[bot]
3d9a1f5ddb
Bump golang.org/x/crypto from 0.36.0 to 0.37.0 ( #5995 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 18:40:01 +01:00
dependabot[bot]
ceee48c14e
Bump github.com/gofrs/uuid/v5 from 5.3.1 to 5.3.2 ( #5978 )
...
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 22:01:20 +01:00
dependabot[bot]
7c0778b5ed
Bump github.com/uber-go/tally/v4 from 4.1.16 to 4.1.17 ( #5992 )
...
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally ) from 4.1.16 to 4.1.17.
- [Release notes](https://github.com/uber-go/tally/releases )
- [Commits](https://github.com/uber-go/tally/compare/v4.1.16...v4.1.17 )
---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
dependency-version: 4.1.17
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 20:40:04 +01:00
dependabot[bot]
3997503420
Bump cloud.google.com/go/iam in the google-cloud-sdk group ( #5983 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/iam` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/tpu/v1.4.1...ids/v1.5.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 19:22:01 +01:00
dependabot[bot]
4acd4a0de8
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore in the azure-sdk group ( #5991 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.17.1 to 1.18.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.17.1...sdk/azcore/v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 18:25:04 +01:00
dependabot[bot]
a25a6527e2
Bump github.com/shirou/gopsutil/v4 from 4.25.2 to 4.25.3 ( #5984 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.2 to 4.25.3.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.2...v4.25.3 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 17:53:02 +01:00
dependabot[bot]
1c547ab293
Bump the aws-sdk group across 1 directory with 3 updates ( #5986 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.210.0 to 1.211.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.210.0...service/ec2/v1.211.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.40.0...service/s3/v1.41.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.78.0 to 1.79.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.78.0...service/s3/v1.79.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-version: 1.211.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-version: 1.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-version: 1.79.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 17:24:36 +01:00
dependabot[bot]
c4aef297cb
Bump golang.org/x/net from 0.37.0 to 0.38.0 ( #5979 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 16:41:58 +01:00
dependabot[bot]
f0f6c2018e
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 ( #5990 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.24 to 1.14.27.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.27 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-version: 1.14.27
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 16:14:20 +01:00
Dmytro A
a56fb1face
Fix OIDC Discovery Provider debug log handler ( #5981 )
...
There is no UserAgent field available on Request to access. Instead, we need to use UserAgent method, which extracts the data from the header:
```
// UserAgent returns the client's User-Agent, if sent in the request.
func (r *Request) UserAgent() string {
return r.Header.Get("User-Agent")
}
```
Signed-off-by: Dmytro A <hippers@gmail.com>
2025-04-01 15:02:10 +01:00
dependabot[bot]
3816e90181
Bump github.com/open-policy-agent/opa from 1.2.0 to 1.3.0 ( #5976 )
...
* Bump github.com/open-policy-agent/opa from 1.2.0 to 1.3.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Tidy go.mod
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-03-27 12:47:52 -07:00
Sorin Dumitru
2b23ecdef4
Cleanup some temporary checks in journal loading ( #5918 )
...
These were added a long time ago and are not needed anymore.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-27 18:33:37 +00:00
dependabot[bot]
84c9f8c0c5
Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4 ( #5974 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.2 to 5.7.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.4 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 21:51:56 -07:00
dependabot[bot]
8bb9df8d1c
Bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 ( #5973 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.3 to 0.20.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.3...v0.20.4 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 19:58:30 -07:00
Ryan Turner
ef6b95ebd9
Bump protobuf compiler to v29.4 ( #5972 )
...
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-03-26 10:31:03 -07:00
dependabot[bot]
010b34ee05
Bump github.com/docker/docker ( #5975 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.0.3+incompatible to 28.0.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.0.3...v28.0.4 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 10:06:36 -07:00
Sorin Dumitru
76adc18d21
integration tests: wait for spire-server to come up ( #5967 )
...
* integration tests: wait for spire-server to come up
We don't wait for spire-server to be up before trying to make use of it. This sometimes leads to failures in integration tests, for example when trying to read the bundle because it might not be available yet.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-26 06:45:07 +00:00
Sorin Dumitru
af1a686c04
Add stalebot configuration for blocked issues ( #5959 )
...
In the case issues are waiting on some update or are blocked on some other project, we want to be mark those issues as stale quicker, so we can have a look at the blocking issue.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-03-25 22:02:09 -07:00
dependabot[bot]
7a9fc4ca23
Bump google.golang.org/api from 0.225.0 to 0.227.0 ( #5958 )
...
* Bump google.golang.org/api from 0.225.0 to 0.227.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.225.0 to 0.227.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.225.0...v0.227.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate protos
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-03-25 20:48:50 -07:00
dependabot[bot]
2db7e8969a
Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1 ( #5963 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 15:56:08 -07:00
dependabot[bot]
2317be876c
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore in the azure-sdk group ( #5962 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.17.0 to 1.17.1
- [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.17.0...sdk/azcore/v1.17.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 14:47:08 -07:00
dependabot[bot]
4ad6c1b55d
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 ( #5965 )
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 12:49:37 -07:00
dependabot[bot]
acd8d02800
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.5 to 1.37.6 ( #5964 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.5 to 1.37.6.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.6/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.5...v1.37.6 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 18:30:02 +00:00
dependabot[bot]
8489f7b35d
Bump github.com/docker/docker ( #5971 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.0.1+incompatible to 28.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.0.1...v28.0.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 17:42:39 +00:00
Faisal Memon
826a819422
Add FetchRegistrationEntries API ( #5910 )
...
* Add FetchRegistrationEntries API
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Cleanup, add unit test
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Typo
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix linter errors
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Update pkg/server/datastore/sqlstore/sqlstore.go
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Use map
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Deleted entry unit test
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix unit tests
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Function naming
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Cleanup, more unit tests
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Preallocate array
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Minor cleanup
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Improve unit testing
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix issue with selectors not showing up
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix linter error
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fill in sql variants
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
---------
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
2025-03-24 10:08:55 +00:00
Sorin Dumitru
8f909c8422
Bump SPIRE 1.12.1 ( #5968 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-22 12:11:54 -03:00
dependabot[bot]
458652ee47
Bump the aws-sdk group with 2 updates ( #5951 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.39.0...service/s3/v1.40.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.209.0 to 1.210.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.209.0...service/ec2/v1.210.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 14:42:40 -03:00
Sorin Dumitru
ada8855749
valid_csr test: move mock clock initialisation before any operations ( #5942 )
...
Otherwise by the time we run the test the seconds of the clock might have rolled and cause us to think that the CA is valid for 1 hour - 1 second instead of 1 hour.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-03-18 15:47:07 -03:00
jananiarunachalam
e35cb7eb08
Update database connections defaults ( #5853 )
...
* Update database connections defaults
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* Update test
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* PR comment: SetConnMaxIdleTime
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* PR comment: update doc
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* Update doc: 30s -> unlimited
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* SetConnMaxLifetime -> SetConnMaxIdleTime
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
* Update doc w ConnMaxIdleTime
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
---------
Signed-off-by: jananiarunachalam <jananiarunachalam17@gmail.com>
2025-03-14 17:47:12 +00:00
dependabot[bot]
ecec291c9c
Bump the k8s-io group with 5 updates ( #5947 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.32.2` | `0.32.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.32.2` | `0.32.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.32.2` | `0.32.3` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.32.2` | `0.32.3` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.32.2` | `0.32.3` |
Updates `k8s.io/api` from 0.32.2 to 0.32.3
- [Commits](https://github.com/kubernetes/api/compare/v0.32.2...v0.32.3 )
Updates `k8s.io/apimachinery` from 0.32.2 to 0.32.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.2...v0.32.3 )
Updates `k8s.io/client-go` from 0.32.2 to 0.32.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.2...v0.32.3 )
Updates `k8s.io/kube-aggregator` from 0.32.2 to 0.32.3
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.32.2...v0.32.3 )
Updates `k8s.io/mount-utils` from 0.32.2 to 0.32.3
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.32.2...v0.32.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 14:36:50 +00:00
dependabot[bot]
ccb4914983
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5949 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.50.0 to 1.51.0
- [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/spanner/v1.50.0...spanner/v1.51.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 13:47:18 +00:00
Amit Upadhyay
136a77dbcc
Remove the deprecated k8s_sat node attestor plugin ( #5703 )
...
Signed-off-by: Amit Upadhyay <amit.upadhyay021@outlook.com>
2025-03-14 12:47:26 +00:00
Dmitry Kartsev
84ef545c58
Adding support for publishing bundle to Minio Object Storage ( #5395 ) ( #5757 )
...
Signed-off-by: Dmitry Kartsev <dimssss@gmail.com>
2025-03-13 18:13:40 +00:00
dependabot[bot]
40fa690c7b
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5946 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.208.0 to 1.209.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.208.0...service/ec2/v1.209.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 21:04:54 +00:00
dependabot[bot]
9dcdf4c362
Bump google.golang.org/api from 0.224.0 to 0.225.0 ( #5948 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.224.0 to 0.225.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.224.0...v0.225.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 20:33:14 +00:00
Carlo Teubner
f6a11a0ae0
Apply gopls modernize pass ( #5909 )
...
* Apply gopls modernize pass
Recent gopls version contain a "modernize" pass that can also be run
standalone. Run this on the spire repo, with small manual fixups
afterwards.
The command I ran was:
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./...
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
* More simplifications per review comments
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
---------
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2025-03-12 07:00:32 +00:00
Faisal Memon
384a1a99ed
Allow reads for cache events to go to RO DB ( #5911 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2025-03-11 19:38:41 +00:00
dependabot[bot]
11d5780015
Bump github.com/sigstore/sigstore from 1.9.0 to 1.9.1 ( #5943 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 17:24:55 +00:00
dependabot[bot]
ca7d7d6b26
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5940 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.207.1 to 1.208.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.207.1...service/ec2/v1.208.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 10:54:12 +00:00
dependabot[bot]
eba9465b05
Bump sigs.k8s.io/controller-runtime from 0.20.2 to 0.20.3 ( #5941 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.2...v0.20.3 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 09:25:32 +00:00
Sorin Dumitru
266a98da1c
Update default integration test binary and image versions ( #5934 )
...
For k8s related versions I chose 1.30.10 since it's currently the oldest stable release.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-10 21:48:23 +00:00
Sorin Dumitru
98176459c0
Upgrade to Go 1.24.1 ( #5933 )
...
* Upgrade to go 1.24.1
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Also update go.mod
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-10 21:22:06 +00:00
Sorin Dumitru
851dbbf451
Make 'use_sync_authorized_entries' the default ( #5906 )
...
* Make 'use_sync_authorized_entries' the default
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-10 20:56:31 +00:00
Kelly Kane
6670ee71da
Update to Ubuntu 24.04 base dev image image. ( #5936 )
...
Signed-off-by: Kelly Kane <kelly@hawknetworks.com>
2025-03-10 20:29:31 +00:00
dependabot[bot]
866412ade7
Bump github.com/sigstore/sigstore from 1.8.15 to 1.9.0 ( #5930 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.15 to 1.9.0.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.15...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 12:48:34 +00:00
dependabot[bot]
079033d370
Bump google.golang.org/api from 0.223.0 to 0.224.0 ( #5929 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.223.0 to 0.224.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.223.0...v0.224.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 07:50:18 +00:00
Sorin Dumitru
1a4f6f0146
Default 'use_legacy_downstream_x509_ca_ttl' to false ( #5917 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-03-06 21:42:17 +00:00
dependabot[bot]
267ef8e40f
Bump golang.org/x/net from 0.35.0 to 0.37.0 ( #5928 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.35.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 09:56:04 +00:00
dependabot[bot]
99f6f5bacd
Bump google.golang.org/grpc from 1.70.0 to 1.71.0 ( #5926 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 06:35:05 +00:00
dependabot[bot]
46a98d46da
Bump golang.org/x/sync from 0.11.0 to 0.12.0 ( #5927 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/sync/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 20:44:18 +00:00
dependabot[bot]
2adcd08c2b
Bump golang.org/x/time from 0.10.0 to 0.11.0 ( #5923 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/time/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 20:15:03 +00:00
dependabot[bot]
f4bf647fe5
Bump golang.org/x/sys from 0.30.0 to 0.31.0 ( #5924 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/sys/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 19:00:16 +00:00
dependabot[bot]
64722ec925
Bump github.com/aws/aws-sdk-go-v2/service/ec2 ( #5922 )
...
Bumps the aws-sdk group with 1 update in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.206.0 to 1.207.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.206.0...service/ec2/v1.207.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 09:49:29 +00:00
dependabot[bot]
bb33927e65
Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 ( #5921 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 07:57:23 +00:00
dependabot[bot]
e6714a4c3f
Bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 ( #5915 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.1 to 4.25.2.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.1...v4.25.2 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-05 07:15:54 +00:00
Ryan Turner
0057a45d64
Manage golangci-lint with `go tool` ( #5914 )
...
Go 1.24.0 gained support for managing Go tools using the `go tool` command.
Manage golangci-lint as a Go tool to simplify how it's set up and so
that we can get auto-raised Dependabot PRs for it.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-03-04 21:48:44 +00:00
dependabot[bot]
c98e904ba5
Bump the aws-sdk group with 8 updates ( #5912 )
...
Bumps the aws-sdk group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.38.1` | `1.39.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.205.0` | `1.206.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.39.1` | `1.40.0` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.18` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.0` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2 ) | `1.16.0` | `1.17.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.77.0` | `1.78.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.34.0` | `1.35.0` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.38.1 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.1...service/s3/v1.39.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.205.0 to 1.206.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.205.0...service/ec2/v1.206.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.39.1...service/s3/v1.40.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.37.18 to 1.38.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/kms/v1.37.18...service/s3/v1.38.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.37.0...service/s3/v1.38.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.17.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.77.0...service/s3/v1.78.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.34.0...v1.35.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-02 09:58:07 +00:00
dependabot[bot]
d9198c6051
Bump github.com/open-policy-agent/opa from 1.1.0 to 1.2.0 ( #5913 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-02 06:24:27 +00:00
dependabot[bot]
e2c3055005
Bump github.com/hashicorp/vault/sdk from 0.15.0 to 0.15.2 ( #5908 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.15.0 to 0.15.2.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.15.0...sdk/v0.15.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-28 15:48:15 +00:00
Ryan Turner
90c6753d30
Update to Go 1.24.0 ( #5880 )
...
* [WIP] Update to Go 1.24.0
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Make RSA keys in TPM unit tests larger
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Suppress staticcheck linter warnings for deprecated OPA v1 packages
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Fix merge
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
* Replace hardcoded keys with ones generated by testkey
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-02-28 10:37:43 +00:00
Valentin Fadeev
8a8253894e
Edited and formatted x509pop server nodeattestor doc ( #5876 )
...
* Edited and formatted x509pop server nodeattestor doc
Signed-off-by: Valentin Fadeev <vfadeev@bloomberg.net>
* applied suggestions from code review
Signed-off-by: Valentin Fadeev <vfadeev@bloomberg.net>
---------
Signed-off-by: Valentin Fadeev <vfadeev@bloomberg.net>
2025-02-28 07:53:59 +00:00
Sorin Dumitru
76f6104c37
spire-server: improve entry lookup for NewJWTSvid and BatchX509SVID requests ( #5819 )
...
* server: speed up specific entry lookup
When we know the entry or entries we are looking up we can do
a faster lookup since we only have to find and copy the entries specified
in the lookup request.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-28 06:28:24 +00:00
dependabot[bot]
9307432c4f
Bump github.com/google/go-tpm-tools from 0.4.4 to 0.4.5 ( #5907 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.4...v0.4.5 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 16:09:04 -03:00
dependabot[bot]
81cc2c173c
Bump github.com/aws/aws-sdk-go-v2/service/ec2 ( #5903 )
...
Bumps the aws-sdk group with 1 update in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.203.0 to 1.205.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.203.0...service/ec2/v1.205.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 11:01:40 +00:00
dependabot[bot]
8175933e52
Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 ( #5904 )
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 09:29:34 +00:00
dependabot[bot]
67b2d2230f
Bump google.golang.org/api from 0.222.0 to 0.223.0 ( #5900 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.222.0 to 0.223.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.222.0...v0.223.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 07:42:30 +00:00
dependabot[bot]
dd52118e19
Bump golang.org/x/crypto from 0.33.0 to 0.35.0 ( #5898 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.33.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 07:00:54 +00:00
dependabot[bot]
ebbf4516a9
Bump github.com/docker/docker ( #5901 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.0.0+incompatible to 28.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.0.0...v28.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 21:45:01 +00:00
dependabot[bot]
7d03385f70
Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 ( #5897 )
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 15:20:41 -03:00
dependabot[bot]
73a1ddb8bb
Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 ( #5895 )
...
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 14:54:48 -03:00
dependabot[bot]
2ae3be687f
Bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible ( #5890 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.5.1+incompatible to 28.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.5.1...v28.0.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Stop using deprecated types
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-02-21 12:38:24 -08:00
dependabot[bot]
1a52b23ea1
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #5891 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.20.5 to 1.21.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.20.5...kms/v1.21.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 10:09:54 -08:00
Carlo Teubner
5f3487ed5a
golangci-lint: update to latest version & related tweaks ( #5737 )
...
* Update golangci-lint to latest version & tweaks
The latest golangci-lint version comes with two new detected issues,
both of which we choose to silence here:
1) staticcheck: Deprecation of (crypto/x509).CertPool.Subjects():
This is still useful to us in the tests and there seems to be no good
alternative (we use it merely to count the number of certs).
2) gosec: Potential integer overflow:
This is a potentially useful check, but I didn't want to address this
as part of this PR. https://github.com/ccoVeille/go-safecast might be
useful for this (in fact it looks like it was inspired by the recent
addition of this gosec rule).
Additionally, change the Makefile to tell golangci-lint to emit all
lints, as opposed to imposing its default limits. Those limits could
actually be misleading, as it could e.g. lead to someone disabling lints
without having seen all the reported issues.
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-02-20 15:08:00 -08:00
dependabot[bot]
fc71cb9ba4
Bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 ( #5888 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.22.2 to 1.22.3.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.22.2...v1.22.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 12:27:46 -08:00
dependabot[bot]
9b00a58ceb
Bump github.com/sigstore/cosign/v2 from 2.4.1 to 2.4.3 ( #5886 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.4.1...v2.4.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 11:35:47 -08:00
dependabot[bot]
e755bddad7
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.4 to 1.37.5 ( #5889 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.4 to 1.37.5.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.5/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.4...v1.37.5 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 11:07:59 -08:00
Shiva Shankar Bidadi Nanjundasamy
4878988646
Add support for San selectors in x509pop node attestor plugin ( #5775 )
...
* Add support for San selectors in x509pop node attestor plugin
Signed-off-by: snanjundaswamy <snanjundaswamy@roblox.com>
* modified plugin to use first part in the URI path to be the key of the selector
Signed-off-by: snanjundaswamy <snanjundaswamy@roblox.com>
* removed warning for non-x509pop scheme based sans and redundant selector sorting method
Signed-off-by: snanjundaswamy <snanjundaswamy@roblox.com>
* reformatted x509pop san selector table and fixed log message in san selector parsing logic
Signed-off-by: snanjundaswamy <snanjundaswamy@roblox.com>
---------
Signed-off-by: snanjundaswamy <snanjundaswamy@roblox.com>
2025-02-20 08:44:09 +00:00
dependabot[bot]
653410069c
Bump google.golang.org/api from 0.220.0 to 0.222.0 ( #5885 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.220.0 to 0.222.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.220.0...v0.222.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 15:42:12 -08:00
dependabot[bot]
518176b889
Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 ( #5884 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.5 to 1.21.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 15:15:44 -08:00
Sorin Dumitru
532b51964e
Upgrade to OPA v1 ( #5769 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-02-19 13:16:42 -08:00
dependabot[bot]
95d7f9fa06
Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 ( #5883 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 12:52:20 -08:00
dependabot[bot]
85461f1175
Bump github.com/sigstore/sigstore from 1.8.12 to 1.8.15 ( #5882 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.12 to 1.8.15.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.12...v1.8.15 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 12:01:08 -08:00
Sorin Dumitru
3fe67eabc7
spire: switch logs to include nanoseconds ( #5798 )
...
It makes a bit easier to look at the timing of things inside the server and agent.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-02-19 07:18:53 -08:00
dependabot[bot]
37736e0d96
Bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2 ( #5879 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 22:27:35 -08:00
dependabot[bot]
73a5705ddf
Bump the google-cloud-sdk group with 4 updates ( #5877 )
...
Bumps the google-cloud-sdk group with 4 updates: [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ), [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ), [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ) and [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/iam` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/run/v1.3.0...iap/v1.4.0 )
Updates `cloud.google.com/go/kms` from 1.20.4 to 1.20.5
- [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.20.4...kms/v1.20.5 )
Updates `cloud.google.com/go/secretmanager` from 1.14.2 to 1.14.3
- [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/dlp/v1.14.2...dlp/v1.14.3 )
Updates `cloud.google.com/go/security` from 1.18.2 to 1.18.3
- [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.18.2...kms/v1.18.3 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 17:12:08 -08:00
Sorin Dumitru
eae6b6da1b
SyncAuthorizedEntries: fix issue with entry id reuse and add integration test ( #5764 )
...
* Integration test for sync-authorized-entries
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2025-02-18 13:07:20 -08:00
dependabot[bot]
b9a5cb360e
Bump the k8s-io group with 5 updates ( #5878 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.32.1` | `0.32.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.32.1` | `0.32.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.32.1` | `0.32.2` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.32.1` | `0.32.2` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.32.1` | `0.32.2` |
Updates `k8s.io/api` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/client-go` from 0.32.1 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/kube-aggregator` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/mount-utils` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.32.1...v0.32.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 12:31:43 -08:00
dependabot[bot]
ec2a110073
Bump github.com/hashicorp/vault/api from 1.15.0 to 1.16.0 ( #5862 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 00:19:11 -03:00
dependabot[bot]
1d2aba2969
Bump the aws-sdk group across 1 directory with 3 updates ( #5875 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.37.0 to 1.38.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.37.0...service/s3/v1.38.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.202.1 to 1.203.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.202.1...service/ec2/v1.203.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.76.0...service/s3/v1.77.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 23:38:00 -03:00
dependabot[bot]
b18dad4332
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #5868 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.1 to 1.8.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/azidentity/v1.8.1...sdk/azidentity/v1.8.2 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 22:32:48 -03:00
jzeng04
9754ba1936
Change return type of keymanagerbase Generator to crypto.Signer ( #5843 )
...
Signed-off-by: jzeng4 <jzeng04@gmail.com>
2025-02-16 19:03:25 -03:00
Keegan Witt
f48d0218c9
Fix spelling error ( #5873 )
...
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
2025-02-16 18:03:55 -03:00
Marcos Yacob
b9bfb4f198
Bump spire 1.12.0 ( #5870 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2025-02-16 15:29:48 -03:00
dependabot[bot]
05a8531190
Bump github.com/hashicorp/vault/sdk from 0.14.1 to 0.15.0 ( #5866 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.14.1...sdk/v0.15.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-12 18:25:35 -03:00
dependabot[bot]
53574b864b
Bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.1 ( #5861 )
...
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v5.3.0...v5.3.1 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 16:26:39 -03:00
dependabot[bot]
2bcb0f0a69
Bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 ( #5857 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.24.12 to 4.25.1.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 14:58:59 -03:00
dependabot[bot]
db984991bb
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 ( #5858 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 21:42:13 +00:00
dependabot[bot]
7ef7e19d7d
Bump github.com/envoyproxy/go-control-plane/envoy from 1.32.3 to 1.32.4 ( #5838 )
...
Bumps [github.com/envoyproxy/go-control-plane/envoy](https://github.com/envoyproxy/go-control-plane ) from 1.32.3 to 1.32.4.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/envoy/v1.32.3...envoy/v1.32.4 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane/envoy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 22:10:16 +00:00
dependabot[bot]
fd833dcd18
Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 ( #5851 )
...
* Bump google.golang.org/protobuf from 1.36.4 to 1.36.5
Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate protobuf files
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-09 21:20:05 +00:00
dependabot[bot]
1b343d9c4b
Bump the aws-sdk group across 1 directory with 2 updates ( #5849 )
...
Bumps the aws-sdk group with 2 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.38.1 to 1.39.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.1...service/ecs/v1.39.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.75.1 to 1.76.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.1...service/s3/v1.76.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 20:22:19 +00:00
dependabot[bot]
03fee0ee5d
Bump golang.org/x/sync from 0.10.0 to 0.11.0 ( #5852 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 19:52:46 +00:00
Sorin Dumitru
9e098516cc
server: check NotAfter when loading journal ( #5836 )
...
Otherwise we can end up with expired CAs which leads to issues
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-06 20:55:44 +00:00
Sorin Dumitru
433a9b218a
Upgrade to go 1.23.6 ( #5844 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-06 20:07:19 +00:00
Sorin Dumitru
5f2eb42962
Fix events based cache issues introduced in 1.11.0 ( #5842 )
...
* First capture last and skipped events before loading cache
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* events cache: don't drop entries that were not fetched
If we encounter issues fetching any of the entries we need
to fetch we should retry later.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-06 19:39:06 +00:00
dependabot[bot]
5c619829a5
Bump google.golang.org/api from 0.219.0 to 0.220.0 ( #5846 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.219.0 to 0.220.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.219.0...v0.220.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-06 18:42:59 +00:00
dependabot[bot]
5f74f356fa
Bump golang.org/x/time from 0.9.0 to 0.10.0 ( #5847 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-06 18:12:13 +00:00
kfox1111
03f3db9661
[oidc-discovery-provider] Fix keys url ( #5690 )
...
* [oidc-discovery-provider] Fix keys url
When jwt_issuer is specified, it is overriding the jwks key url in
addition to the issuer property. This may cause the subsequent key
retrieval to hit the wrong server, or fail if that server doesn't
actually exist.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Update tests
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add advertised_url support
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Simplify change
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Revert domain name check
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add prefix support
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Cleanup
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix typo
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Update names after feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix typo
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix tests
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix test
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add test for compat behavior. Fix lint.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Update docs
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint issue
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-02-06 14:34:03 +00:00
dependabot[bot]
f120f0a9a3
Bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.0 ( #5834 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.35.0 to 1.36.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.35.0...v1.36.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 11:11:42 +00:00
Sorin Dumitru
447bf18382
sdsv3: Don't log error when connection closes ( #5835 )
...
If we receive a nil error on the errch it means that the connection
has been closed cleanly. We shouldn't log an error in that case.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-04 08:46:09 +00:00
dependabot[bot]
b9de1fe94d
Bump github.com/docker/docker ( #5839 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.5.0+incompatible to 27.5.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.5.0...v27.5.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 07:45:10 +00:00
dependabot[bot]
7d36608324
Bump github.com/spiffe/go-spiffe/v2 from 2.4.0 to 2.5.0 ( #5840 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 07:14:21 +00:00
Sorin Dumitru
ba81582525
Use a temporary file for the fakedatastore ( #5815 )
...
With a in memory sqlite datastore the database gets cleaned up when all connections to it get closed. If that happens, the next connection to be opened will see an empty database and usually error out.
I've noticed this in tests ocassionally and this seems to make running the db using not fail.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-02-03 15:03:35 +00:00
dependabot[bot]
925bc9c644
Bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 ( #5833 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:45:49 +00:00
dependabot[bot]
8a49547ff2
Bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 ( #5832 )
...
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/hashicorp/go-plugin/releases )
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.6.2...v1.6.3 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:11:53 +00:00
dependabot[bot]
ba05cb7f35
Bump the aws-sdk group across 1 directory with 2 updates ( #5830 )
...
Bumps the aws-sdk group with 2 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.200.0 to 1.202.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.200.0...service/ec2/v1.202.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.73.0 to 1.75.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.73.0...service/s3/v1.75.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 07:41:47 +00:00
Sorin Dumitru
79dc6c0351
Fix flaky test TestUpstreamProcessTaintedAuthorityBackoff ( #5805 )
...
We need to wait for the backoff to hit the clock.After() call before moving the clock
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-01-31 12:18:18 -03:00
Agustín Martínez Fayó
f21ab10c98
Introduce Sorin Dumitru as a CODEOWNER ( #5827 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-01-30 18:36:31 -03:00
dependabot[bot]
6952f3c5f9
Bump github.com/sigstore/rekor from 1.3.8 to 1.3.9 ( #5825 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.8...v1.3.9 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 18:09:03 -03:00
dependabot[bot]
81c4d29107
Bump google.golang.org/api from 0.217.0 to 0.219.0 ( #5823 )
...
* Bump google.golang.org/api from 0.217.0 to 0.219.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.217.0 to 0.219.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.217.0...v0.219.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate .pb.go files
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-01-30 16:09:51 -03:00
dependabot[bot]
138f283d7d
Bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 ( #5820 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.33.0...v1.34.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 16:55:07 -03:00
Carlo Teubner
33f2cc9a90
golangci-lint: enable copyloopvar & address issues ( #5741 )
...
Add the copyloopvar linter, which enforces not creating explicit copies
of the for loop iterator variable, which is no longer necessary as of
Go 1.22.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2025-01-28 15:05:29 -03:00
dependabot[bot]
93587cc58e
Bump github.com/sigstore/rekor from 1.3.7 to 1.3.8 ( #5800 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.7...v1.3.8 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 16:46:28 -03:00
Caleb Jonasson
605a4ca239
Docker documentation was incorrectly referencing an invalid tag format ( #5809 )
...
Signed-off-by: calebjonasson <caleb.jonasson@gmail.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-24 15:26:54 -03:00
Sorin Dumitru
ab1b3411e8
Close fakedatastore when test finishes ( #5804 )
...
Generally this isn't needed because the DB object gets cleaned up when the process exits. But when running I something get crashes with lots of goroutine stack traces from database pools.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-24 13:16:33 -03:00
Ryan Turner
26f547d08b
Update to Go 1.23.5 ( #5795 )
...
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-01-24 12:44:03 -03:00
Sorin Dumitru
aa532ce382
Temporarily ignore kindes/node:v1.32.1 to unblock CI ( #5814 )
...
See https://github.com/kubernetes-sigs/kind/issues/3853 for issues
fixes #5812
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-01-24 11:47:15 -03:00
dependabot[bot]
c71fc9111a
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5799 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.199.1 to 1.200.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.199.1...service/ec2/v1.200.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 10:38:32 -03:00
dependabot[bot]
50976c35a4
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.3 to 1.37.4 ( #5794 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.3 to 1.37.4.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.4/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.3...v1.37.4 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 16:05:57 -03:00
dependabot[bot]
349018c3da
Bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3 ( #5792 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.2...v0.20.3 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:25:25 -03:00
Ryan Turner
5521b425e7
Remove usage of deprecated grpc-go methods ( #5725 )
...
* Remove usage of deprecated grpc-go methods
Replace usage of deprecated `grpc.Dial()`/`grpc.DialContext()` methods
with `grpc.NewClient()`. Also remove usage of `grpc.WithBlock()`,
`grpc.FailOnNonTempDialError()`, and `grpc.WithReturnConnectionError()`
options.
The combination of these changes results in a couple behavioral changes
when setting up gRPC clients:
1. gRPC will no longer dial when creating the client. Instead, it will
wait until the client is used for the first time with an RPC invocation.
2. gRPC uses the DNS resolver by default when building the
`*grpc.ClientConn` using `grpc.NewClient()`, whereas previously it used
to resolve addresses the `passthrough` resolver by default. The result
of this change in behavior is that for any invocations of
`grpc.Dial()`/`grpc.DialContext()` that did not specify a URI scheme,
gRPC now implicitly tries to resolve the address passed to
`grpc.NewClient()` using DNS. This breaks some assumptions in the code.
The workaround to preserve the previous address resolution behavior is
to prepend addresses with no scheme defined with the resolver URI scheme
`passthrough:`.
Also refactored some test-related code in `cmd/spire-server/cli/common`
into a new `test/clitest` package, since it is not intended
for use in production code.
Fixes #5152 .
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-01-20 13:38:55 -03:00
jenshornan
05c641aa0b
Svidstore gcp region ( #5718 )
...
* Add support for regions
* Add support for multiple regions
* Add that regions selector is immutable
Signed-off-by: Jens Hörnström <jens.hornstrom@gmail.com>
2025-01-20 13:08:10 -03:00
dependabot[bot]
50d73f49b5
Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 ( #5791 )
...
* Bump google.golang.org/protobuf from 1.36.2 to 1.36.3
Bumps google.golang.org/protobuf from 1.36.2 to 1.36.3.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate .pb.go files
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-20 12:39:26 -03:00
dependabot[bot]
23b524356b
Bump github.com/docker/docker ( #5793 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.4.1+incompatible to 27.5.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.4.1...v27.5.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 13:42:02 -08:00
dependabot[bot]
5015374576
Bump github.com/hashicorp/vault/sdk from 0.14.0 to 0.14.1 ( #5790 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.14.0...sdk/v0.14.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 11:19:07 -08:00
dependabot[bot]
4e2bc5ed30
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #5785 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1
- [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.8.0...sdk/azidentity/v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 13:31:31 -08:00
dependabot[bot]
a208df7186
Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 ( #5787 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.19.4 to 0.20.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.20.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 11:35:25 -08:00
dependabot[bot]
87f5a06f2d
Bump the k8s-io group with 5 updates ( #5786 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.32.0` | `0.32.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.32.0` | `0.32.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.32.0` | `0.32.1` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.32.0` | `0.32.1` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.32.0` | `0.32.1` |
Updates `k8s.io/api` from 0.32.0 to 0.32.1
- [Commits](https://github.com/kubernetes/api/compare/v0.32.0...v0.32.1 )
Updates `k8s.io/apimachinery` from 0.32.0 to 0.32.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.0...v0.32.1 )
Updates `k8s.io/client-go` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.0...v0.32.1 )
Updates `k8s.io/kube-aggregator` from 0.32.0 to 0.32.1
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.32.0...v0.32.1 )
Updates `k8s.io/mount-utils` from 0.32.0 to 0.32.1
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.32.0...v0.32.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 11:07:10 -08:00
dependabot[bot]
f091810e5c
Bump the aws-sdk group with 5 updates ( #5784 )
...
Bumps the aws-sdk group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.3` | `1.29.0` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) | `1.17.44` | `1.17.53` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2 ) | `1.16.19` | `1.16.24` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.72.0` | `1.73.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.1` | `1.33.8` |
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.3 to 1.29.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.3...v1.29.0 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.44 to 1.17.53
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.44...credentials/v1.17.53 )
Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.19 to 1.16.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ram/v1.16.19...service/ram/v1.16.24 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.72.0...service/s3/v1.73.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.1 to 1.33.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.33.1...service/fms/v1.33.8 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 10:14:28 -08:00
dependabot[bot]
5012e1bed8
Bump github.com/hashicorp/go-metrics from 0.5.3 to 0.5.4 ( #5782 )
...
Bumps [github.com/hashicorp/go-metrics](https://github.com/hashicorp/go-metrics ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/hashicorp/go-metrics/releases )
- [Commits](https://github.com/hashicorp/go-metrics/compare/v0.5.3...v0.5.4 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-metrics
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 11:54:47 -08:00
dependabot[bot]
6b6c0e1d74
Bump google.golang.org/api from 0.214.0 to 0.217.0 ( #5781 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.214.0 to 0.217.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.214.0...v0.217.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 11:25:23 -08:00
dependabot[bot]
a93df1d9c8
Bump google.golang.org/grpc from 1.69.2 to 1.69.4 ( #5779 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.69.2 to 1.69.4.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.69.2...v1.69.4 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 10:49:15 -08:00
dependabot[bot]
278521c793
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5777 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.198.0 to 1.199.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.198.0...service/ec2/v1.199.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 10:18:18 -08:00
dependabot[bot]
d272210700
Bump actions/upload-artifact from 4.4.3 to 4.6.0 ( #5773 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.3 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b4b15b8c7c...65c4c4a1dd
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 17:08:02 -08:00
dependabot[bot]
ac1e60fd83
Bump github.com/sigstore/sigstore from 1.8.11 to 1.8.12 ( #5767 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.11...v1.8.12 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 16:40:09 -08:00
Ryan Turner
07bfe791a5
Clean up integration test Docker warnings ( #5762 )
...
Docker doesn't like it when Dockerfile keywords on the same line don't
match in capitalization, e.g. `FROM foo as bar`.
Also remove deprecated `version` property from a Docker Compose file.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-01-14 16:10:40 -08:00
dependabot[bot]
f118a472a8
Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 ( #5768 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.19.3 to 0.19.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 14:56:26 -08:00
Ryan Turner
6a22b99dfc
Remove github.com/zeebo/errs dependency ( #5716 )
...
* Remove github.com/zeebo/errs dependency
We don't really use this dependency for much other than to group some
errors together with a common error message prefix. The same can now
be accomplished with a couple custom error types and the `errors`
standard library package.
This package also wasn't consistently adopted throughout the project, so
at this point it's probably better to just rely on the standard library
functionality, since it's sufficient for the project's use cases.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2025-01-14 13:37:53 -08:00
dependabot[bot]
649411e07c
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5765 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.49.0 to 1.50.0
- [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/spanner/v1.49.0...spanner/v1.50.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 12:56:47 -08:00
Sorin Dumitru
c780197273
Upgrade protobuf dependency to 1.36.2 ( #5772 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-01-14 16:47:17 -03:00
Grace Ajibade
a49eaad627
Enable optional trust domain label for all metrics ( #5673 )
...
* Enable optional trust domain label for all metrics
Signed-off-by: gajibade <gajibade@bloomberg.net>
* Added enableTrustDomainLabel to MetricsConfig and updated tests
Signed-off-by: gajibade <gajibade@bloomberg.net>
* Clean up
Signed-off-by: gajibade <gajibade@bloomberg.net>
* clean up
Signed-off-by: gajibade <gajibade@bloomberg.net>
---------
Signed-off-by: gajibade <gajibade@bloomberg.net>
Co-authored-by: gajibade <gajibade@bloomberg.net>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-09 17:37:35 -03:00
Carlo Teubner
ddabe36ae4
golangci-lint: add nilerr & misc error reporting improvements ( #5742 )
...
* golangci-lint: add nilerr & address issues
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
* Change a few 'errors.New' to 'fmt.Errorf'
These were not found by a linter but just something I noticed where it
would be better to include a bit more info.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
---------
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2025-01-09 16:34:19 -03:00
Carlo Teubner
68ee015453
golangci-lint: add gofmt ( #5738 )
...
Note that unlike goimports (which we already use and which includes most
of the gofmt functionality), this gofmt linter is equivalent to "gofmt
-s" i.e. including some code simplifications.
Bring current code base into compliance with the new linter.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2025-01-09 15:57:20 -03:00
dependabot[bot]
15e08ba8d6
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore in the azure-sdk group ( #5763 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.16.0 to 1.17.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.16.0...sdk/azcore/v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-09 11:46:55 -03:00
Nikhil Babu
df376209ea
Update regctl-installer dependency to latest SHA for Github Actions ( #5730 )
...
Signed-off-by: Nikhil Babu <nikhilbabu213@gmail.com>
2025-01-09 08:54:04 -03:00
Carlo Teubner
bd0a2a00d5
golangci-lint: add intrange & update code ( #5740 )
...
Add the 'intrange' linter, which enforces usage of the hip new-ish
"range over int" feature in Go.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2025-01-08 23:55:24 -03:00
Carlo Teubner
75204e6472
golangci-lint: add wastedassign & update code ( #5743 )
...
This linter caught an oversight that is probably inconsequential, but it
shows its potential to catch more serious oversights as well.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2025-01-08 23:26:28 -03:00
Carlo Teubner
803b107147
Enable more govet checks and address issues ( #5739 )
...
It turns out that the 'govet' linter has a few more tricks up its
sleeve, you just need to enable them.
This find a couple of bugs in the tests which are also being fixed in
this commit:
1. The spire-server tests for BatchCreateFederatedBundle and friends
were accidentally not including JWT keys in the bundle they were
testing. This ended up only affecting assertions on log message
fields, which are being fixed here.
The fix for this engendered a bit of refactoring to enable access to
the required JWT struct conversion function.
2. The spire-server tests for the CA journal were _almost_ failing in
their attempt to list CA journals; it ended up working anyway because
a conversion between different struct types happened to be
unnecessary because gorm could work with either one due to matching
struct field names.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2025-01-08 21:38:08 -03:00
dependabot[bot]
ecd3f463ad
Bump the aws-sdk group with 2 updates ( #5758 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.37.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.36.0...service/s3/v1.37.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.71.0 to 1.72.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.71.0...service/s3/v1.72.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 16:15:12 -03:00
Sorin Dumitru
b2e432cb04
svidstore: ParseMetadata to handle ':' in values ( #5750 )
...
It's possible that the metadata stored in entry selectors for the SvidStore plugins will contain ':'. For example the AWS secret manager one can specify an arn, which can include ':'. Modify the parsing to take this into account
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2025-01-03 10:15:58 -03:00
kfox1111
acdaee592a
Enable expand env for oidc discovery provider ( #5689 )
...
* Enable expand env for oidc discovery provider
Fixes: https://github.com/spiffe/spire/issues/5688
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix test
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Add test
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix Lint
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-02 19:58:03 -03:00
dependabot[bot]
5ff6a34db5
Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 ( #5753 )
...
* Bump google.golang.org/protobuf from 1.36.0 to 1.36.1
Bumps google.golang.org/protobuf from 1.36.0 to 1.36.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* generate code
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2025-01-02 15:47:14 -03:00
dependabot[bot]
f8b12163ac
Bump google.golang.org/grpc from 1.68.1 to 1.69.2 ( #5734 )
...
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.68.1 to 1.69.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.1...v1.69.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run go mod tidy
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2025-01-02 14:09:58 -03:00
dependabot[bot]
d4b0de73d9
Bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12 ( #5756 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.24.11 to 4.24.12.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 11:44:22 -03:00
dependabot[bot]
802ea39381
Bump github.com/googleapis/gax-go/v2 from 2.14.0 to 2.14.1 ( #5744 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.14.0...v2.14.1 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-31 15:37:00 -03:00
dependabot[bot]
9efbd1c212
Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 ( #5751 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.1 to 5.7.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-31 14:21:39 -03:00
James Hiew
e3e8033894
Fix CompareObjectHandles check to run if syscall is available ( #5749 )
...
Check would previously be skipped if CompareObjectHandles syscall was found
Signed-off-by: James Hiew <james@hiew.net>
2024-12-31 08:45:36 -03:00
dependabot[bot]
c2bbf6b00e
Bump github.com/envoyproxy/go-control-plane from 0.13.1 to 0.13.2 ( #5752 )
...
Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane ) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/v0.13.1...v0.13.2 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 23:46:15 -03:00
dependabot[bot]
c761302ff6
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5747 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.48.0 to 1.49.0
- [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/spanner/v1.48.0...spanner/v1.49.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 10:16:45 -03:00
Carlo Teubner
6928ff1833
doc: Fix telemetry config links ( #5720 )
...
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2024-12-19 14:05:55 -03:00
dependabot[bot]
d759f55883
Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 ( #5722 )
...
* Bump google.golang.org/protobuf from 1.35.2 to 1.36.0
Bumps google.golang.org/protobuf from 1.35.2 to 1.36.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Generate proto files
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-12-19 13:21:59 -03:00
dependabot[bot]
80b11f245c
Bump github.com/docker/docker ( #5732 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.4.0+incompatible to 27.4.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.4.0...v27.4.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 11:40:49 -03:00
dependabot[bot]
4761b11216
Bump github.com/google/go-tpm from 0.9.2 to 0.9.3 ( #5733 )
...
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm ) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/google/go-tpm/releases )
- [Commits](https://github.com/google/go-tpm/compare/v0.9.2...v0.9.3 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 11:13:40 -03:00
dependabot[bot]
ef736065dc
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5729 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.197.0 to 1.198.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.197.0...service/ec2/v1.198.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 10:35:41 -03:00
dependabot[bot]
9010c8bc64
Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 ( #5726 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](c47758b77c...6524bf65af
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 16:08:47 -03:00
dependabot[bot]
50cc52b402
Bump github.com/google/go-tpm from 0.9.1 to 0.9.2 ( #5724 )
...
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/google/go-tpm/releases )
- [Commits](https://github.com/google/go-tpm/compare/v0.9.1...v0.9.2 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 13:36:46 -03:00
dependabot[bot]
e83f8844e1
Bump google.golang.org/api from 0.211.0 to 0.212.0 ( #5723 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.211.0 to 0.212.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.211.0...v0.212.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 11:17:04 -03:00
dependabot[bot]
70e86f05d8
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5721 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.196.0 to 1.197.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.196.0...service/ec2/v1.197.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 10:45:22 -03:00
Ryan Turner
5c023a0633
Remove dependency on github.com/lestrrat-go/jwx ( #5715 )
...
We were using this package in only one place where we were parsing a
JWK. go-jose, which we use extensively throughout the project, already
provides this functionality. So we can eliminate this dependency by
leveraging that existing functionality in go-jose.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2024-12-16 13:36:12 -03:00
Ryan Turner
4d2298042c
Bump gopsutil to v4 ( #5714 )
...
v3 is no longer maintained other than for security fixes. The breaking
change in v4 that impacts our code is that `process.Uids()` and
`process.Gids()` now returns values of type `uint32` instead of `int32`.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2024-12-16 12:05:29 -03:00
Ryan Turner
c06b91e51c
Bump Go to v1.23.4 ( #5712 )
...
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2024-12-16 10:09:24 -03:00
kfox1111
befc54f99d
x509pop server plugin support for servers trust bundle ( #5572 )
...
* x509pop server plugin support for servers trust bundle
Enables the x509pop node attestor server plugin to be
configured to use the SPIRE Servers own trust bundle.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-12-16 09:24:32 -03:00
dependabot[bot]
65d6f003f7
Bump github.com/sigstore/sigstore from 1.8.10 to 1.8.11 ( #5711 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.10...v1.8.11 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 11:18:12 -08:00
dependabot[bot]
c8f94c4b55
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.2 to 1.37.3 ( #5706 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.2 to 1.37.3.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.3/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.2...v1.37.3 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 14:19:19 -08:00
Ryan Turner
11fba75466
Bump versions on main after v1.11.1 release ( #5708 )
...
* Update CHANGELOG with v1.11.1 release (#5698 )
* Update with v1.11.1 release
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Signed-off-by: Ryan Turner <rturner3@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Bump versions after v1.11.1 release
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Signed-off-by: Ryan Turner <rturner3@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-12-12 13:20:44 -08:00
dependabot[bot]
e2924bf4e3
Bump the k8s-io group with 5 updates ( #5705 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.4` | `0.32.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.4` | `0.32.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.4` | `0.32.0` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.31.4` | `0.32.0` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.31.4` | `0.32.0` |
Updates `k8s.io/api` from 0.31.4 to 0.32.0
- [Commits](https://github.com/kubernetes/api/compare/v0.31.4...v0.32.0 )
Updates `k8s.io/apimachinery` from 0.31.4 to 0.32.0
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.4...v0.32.0 )
Updates `k8s.io/client-go` from 0.31.4 to 0.32.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.4...v0.32.0 )
Updates `k8s.io/kube-aggregator` from 0.31.4 to 0.32.0
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.31.4...v0.32.0 )
Updates `k8s.io/mount-utils` from 0.31.4 to 0.32.0
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.31.4...v0.32.0 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 11:09:13 -08:00
dependabot[bot]
25ecc2c19e
Bump the aws-sdk group across 1 directory with 4 updates ( #5695 )
...
Bumps the aws-sdk group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/feature/rds/auth](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/feature/rds/auth` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/pi/v1.5.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.4.2...service/pi/v1.5.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.194.0 to 1.196.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.194.0...service/ec2/v1.196.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.36.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fms/v1.35.1...service/s3/v1.36.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.69.0 to 1.71.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.69.0...service/s3/v1.71.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/rds/auth
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 10:36:32 -08:00
dependabot[bot]
82dc630768
Bump golang.org/x/crypto from 0.30.0 to 0.31.0 ( #5704 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 09:52:07 -08:00
dependabot[bot]
78229b2a02
Bump google.golang.org/grpc from 1.68.0 to 1.68.1 ( #5701 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.68.0 to 1.68.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.68.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 17:17:46 -08:00
dependabot[bot]
935bc31e3b
Bump github.com/docker/docker ( #5702 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.3.1...v27.4.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 15:45:29 -08:00
dependabot[bot]
c94a570908
Bump the k8s-io group with 5 updates ( #5700 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.3` | `0.31.4` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.3` | `0.31.4` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.3` | `0.31.4` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.31.3` | `0.31.4` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.31.3` | `0.31.4` |
Updates `k8s.io/api` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/api/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/apimachinery` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/client-go` from 0.31.3 to 0.31.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/kube-aggregator` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/mount-utils` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.31.3...v0.31.4 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 13:11:27 -08:00
dependabot[bot]
478d79ead0
Bump actions/setup-go from 5.1.0 to 5.2.0 ( #5699 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](41dfa10bad...3041bf56c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 10:55:58 -08:00
dependabot[bot]
687d2db635
Bump the google-cloud-sdk group with 2 updates ( #5694 )
...
Bumps the google-cloud-sdk group with 2 updates: [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ) and [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/iam` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/iam/v1.2.2...iam/v1.3.0 )
Updates `cloud.google.com/go/storage` from 1.47.0 to 1.48.0
- [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/spanner/v1.47.0...spanner/v1.48.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 14:20:47 -08:00
dependabot[bot]
768bdbecf1
Bump google.golang.org/api from 0.209.0 to 0.211.0 ( #5693 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.209.0 to 0.211.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.209.0...v0.211.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 13:08:40 -08:00
dependabot[bot]
b585e01b31
Bump msys2/setup-msys2 from 2.25.0 to 2.26.0 ( #5691 )
...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2 ) from 2.25.0 to 2.26.0.
- [Release notes](https://github.com/msys2/setup-msys2/releases )
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md )
- [Commits](c52d1fa9c7...d44ca8e88d
)
---
updated-dependencies:
- dependency-name: msys2/setup-msys2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 16:18:51 -03:00
dependabot[bot]
a89ce437e2
Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 ( #5676 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.19.2 to 0.19.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 15:51:12 -03:00
dependabot[bot]
0206502ef6
Bump github.com/sigstore/rekor from 1.3.6 to 1.3.7 ( #5672 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.6...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 15:11:29 -03:00
dependabot[bot]
2a4506ad2e
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.1 to 1.37.2 ( #5669 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.1 to 1.37.2.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.2/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.1...v1.37.2 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 14:37:02 -03:00
dependabot[bot]
7b3181d814
Bump actions/cache from 4.1.2 to 4.2.0 ( #5684 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](6849a64899...1bd1e32a3b
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 09:16:52 -08:00
Sorin Dumitru
683f59a337
agent: Accept registration entries with RevisionNumber 0 ( #5680 )
...
When using the SyncAuthorizedEntries API we verify that the
RevisionNumber of the entries is at least 1. Unfortunately,
the RevisionNumber as assigned by spire-server starts at 0,
leading to the following error:
```
WARN[0004] Received malformed entry revision from SPIRE server; are the server and agent versions compatible? entry_id=f1a26ecf-1043-4905-b5d9-789e60f88695 revision_number=0 subsystem_name=manager
````
I'm guessing the check is there in the unlikely case of a wrap-around,
so I'm keeping it and verifying that the RevisionNumber is positive.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-12-05 17:17:26 -03:00
Szilárd Vincze
a0dd78b198
Flexible handling of IPv6 addresses ( #5623 )
...
Signed-off-by: Szilard Vincze <szilard.vincze@est.tech>
2024-12-05 16:09:37 -03:00
Ayush Luthra
40fb0df46b
Configurable JWT Issuer for the OIDC Discovery Provider ( #5657 )
...
* Adding support for configurable jwt issuer + test cases
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
* Moving verifyhost check + adding more test cases
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
* Adding test case of jwt issuer with just a host
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
* Updating readme docs + fixing spacing
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
* Fixing spacing in readme table
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
* fixing windows test cases + minor refactor
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
---------
Signed-off-by: Luthra, Ayush <Ayush.Luthra@fmr.com>
2024-12-03 17:02:12 -03:00
dependabot[bot]
791c8e34fa
Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 ( #5671 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 21:40:25 -03:00
dependabot[bot]
7228a60ce3
Bump github.com/lestrrat-go/jwx/v2 from 2.1.2 to 2.1.3 ( #5668 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.1.3/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 21:02:53 -03:00
dependabot[bot]
b0965b6dec
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ( #5670 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 16:03:24 -03:00
Hugo Landau
ef5a697991
Allow requiring use of a post-quantum-safe KEM ( #5601 )
...
* Allow configuration of mandatory PQ KEM: implementation
* Allow configuration of mandatory PQ KEM: docs
* Allow configuration of mandatory PQ KEM: tests
---------
Signed-off-by: Hugo Landau <hl@messier42.com>
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2024-11-27 12:35:57 -03:00
dependabot[bot]
ae25343d43
Bump google.golang.org/api from 0.204.0 to 0.209.0 ( #5662 )
...
* Bump google.golang.org/api from 0.204.0 to 0.209.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.204.0 to 0.209.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.204.0...v0.209.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update protoc-gen-go version
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-11-27 11:09:22 -03:00
dependabot[bot]
20954d7540
Bump actions/dependency-review-action from 4.4.0 to 4.5.0 ( #5658 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](4081bf99e2...3b139cfc5f
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 09:04:21 -03:00
dependabot[bot]
a2a71646a7
Bump msys2/setup-msys2 from 2.24.1 to 2.25.0 ( #5651 )
...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2 ) from 2.24.1 to 2.25.0.
- [Release notes](https://github.com/msys2/setup-msys2/releases )
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md )
- [Commits](ddf331adae...c52d1fa9c7
)
---
updated-dependencies:
- dependency-name: msys2/setup-msys2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 08:35:34 -03:00
dependabot[bot]
a42f0a39b0
Bump the aws-sdk group across 1 directory with 5 updates ( #5667 )
...
Bumps the aws-sdk group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.187.0` | `1.194.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.0` | `1.38.1` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.34.0` | `1.35.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.66.2` | `1.69.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.32.3` | `1.33.1` |
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.187.0 to 1.194.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.187.0...service/ec2/v1.194.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.37.0 to 1.38.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.37.0...service/s3/v1.38.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.34.0 to 1.35.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.34.0...service/fms/v1.35.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.66.2 to 1.69.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.66.2...service/s3/v1.69.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.32.3 to 1.33.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.3...service/s3/v1.33.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 07:44:09 -03:00
dependabot[bot]
ad4410787c
Bump the k8s-io group with 5 updates ( #5661 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.2` | `0.31.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.2` | `0.31.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.2` | `0.31.3` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.31.2` | `0.31.3` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.31.2` | `0.31.3` |
Updates `k8s.io/api` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/api/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/client-go` from 0.31.2 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/kube-aggregator` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/mount-utils` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.31.2...v0.31.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 23:18:16 -03:00
dependabot[bot]
6d726a2af1
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5656 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.46.0 to 1.47.0
- [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/spanner/v1.46.0...spanner/v1.47.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 22:26:49 -03:00
dependabot[bot]
4db02379dc
Bump github.com/hashicorp/hcl from 1.0.1-vault-6 to 1.0.1-vault-7 ( #5646 )
...
Bumps [github.com/hashicorp/hcl](https://github.com/hashicorp/hcl ) from 1.0.1-vault-6 to 1.0.1-vault-7.
- [Release notes](https://github.com/hashicorp/hcl/releases )
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/hcl/compare/v1.0.1-vault-6...v1.0.1-vault-7 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 21:36:10 -03:00
Emmanuel Ferdman
53b84ecb11
Update `telemetry.md` reference ( #5650 )
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-11-26 19:00:49 -03:00
Sorin Dumitru
34c697a00f
spire-agent: limit JWT-SVID cache size ( #5633 )
...
* spire-agent: use a LRU cache for the JWT-SVID cache
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-11-21 12:31:30 -08:00
dependabot[bot]
bcf001750e
Bump golang.org/x/sync from 0.8.0 to 0.9.0 ( #5645 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/sync/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 16:33:07 -03:00
dependabot[bot]
bb711a011b
Bump golang.org/x/time from 0.7.0 to 0.8.0 ( #5644 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/time/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 11:29:20 -03:00
Agustín Martínez Fayó
5677207e78
Fix for TestRotator flaky test ( #5643 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-11-19 16:04:27 -03:00
dependabot[bot]
d564650fc2
Bump google.golang.org/grpc from 1.67.1 to 1.68.0 ( #5640 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 14:52:30 -03:00
kfox1111
a5a4269c71
Add basic documentation about the template engine ( #5625 )
...
* Add basic documentation about the template engine
* Update doc/template_engine.md
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
2024-11-19 12:33:40 -03:00
Agustín Martínez Fayó
a746e9835c
Rely on the authority ID instead of the issued time when updating the journal ( #5622 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-11-19 11:05:23 -03:00
nweisenauer
a8857bafda
Fixes how upstream-authority-ejbca integration test calls kubectl and helm ( #5613 )
...
* call tool binaries from prepared path
00-setup-kind downloads kubectl, helm and kind to ./bin folder
upstream-authority-ejbca test now calls the binaries from this prepared bin folder
Signed-off-by: Nico Weisenauer <137267159+nweisenauer-sap@users.noreply.github.com>
* fixes bin path inside conf folder
Signed-off-by: Nico Weisenauer <137267159+nweisenauer-sap@users.noreply.github.com>
---------
Signed-off-by: Nico Weisenauer <137267159+nweisenauer-sap@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-11-08 12:29:41 -03:00
dependabot[bot]
0d701488b4
Bump github.com/envoyproxy/go-control-plane from 0.13.0 to 0.13.1 ( #5636 )
...
Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane ) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/v0.13.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 11:26:46 -03:00
Agustín Martínez Fayó
970122c321
Update URL to download kubectl for integration tests ( #5642 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-11-08 10:45:09 -03:00
Sorin Dumitru
6fd9e75d47
spire-server/agent: log version at start up ( #5637 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-11-05 16:04:23 -07:00
dependabot[bot]
ac5eb6aa0f
Bump github.com/hashicorp/hcl from 1.0.1-vault-5 to 1.0.1-vault-6 ( #5635 )
...
Bumps [github.com/hashicorp/hcl](https://github.com/hashicorp/hcl ) from 1.0.1-vault-5 to 1.0.1-vault-6.
- [Release notes](https://github.com/hashicorp/hcl/releases )
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/hcl/compare/v1.0.1-vault-5...v1.0.1-vault-6 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 17:15:54 -03:00
dependabot[bot]
3445432e00
Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 ( #5634 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 16:33:59 -03:00
dependabot[bot]
3d257b2070
Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 ( #5630 )
...
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/hashicorp/go-plugin/releases )
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.6.1...v1.6.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 16:04:32 -03:00
dependabot[bot]
9fa2afd769
Bump google.golang.org/api from 0.203.0 to 0.204.0 ( #5629 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.203.0 to 0.204.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.203.0...v0.204.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 15:22:22 -03:00
dependabot[bot]
4d1c8e7b02
Bump github.com/open-policy-agent/opa from 0.69.0 to 0.70.0 ( #5628 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.69.0...v0.70.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 14:37:53 -03:00
dependabot[bot]
4a4670c248
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5627 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.45.0 to 1.46.0
- [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.45.0...spanner/v1.46.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 14:09:06 -03:00
dependabot[bot]
98ad13af13
Bump github.com/zeebo/errs from 1.3.0 to 1.4.0 ( #5581 )
...
* Bump github.com/zeebo/errs from 1.3.0 to 1.4.0
Bumps [github.com/zeebo/errs](https://github.com/zeebo/errs ) from 1.3.0 to 1.4.0.
- [Commits](https://github.com/zeebo/errs/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/zeebo/errs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Use errors.As instead of the deprecated errs.Unwrap function
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2024-11-05 11:59:17 -03:00
Keegan Witt
20d4242832
Spelling and grammar fixes ( #5571 )
...
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
2024-11-04 16:18:44 -07:00
dependabot[bot]
89ee655ca4
Bump actions/setup-python from 5.2.0 to 5.3.0 ( #5606 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](f677139bbe...0b93645e9f
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 23:46:45 -03:00
dependabot[bot]
bf50f9768a
Bump the k8s-io group with 5 updates ( #5617 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.1` | `0.31.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.1` | `0.31.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.1` | `0.31.2` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.31.1` | `0.31.2` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.31.1` | `0.31.2` |
Updates `k8s.io/api` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/api/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/client-go` from 0.31.1 to 0.31.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/kube-aggregator` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/mount-utils` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.31.1...v0.31.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 23:13:19 -03:00
dependabot[bot]
6d7e66f042
Bump github.com/lestrrat-go/jwx/v2 from 2.1.1 to 2.1.2 ( #5618 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v3/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.1.1...v2.1.2 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 22:37:32 -03:00
dependabot[bot]
0a8e074d8c
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.37.0 to 1.37.1 ( #5619 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.1/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.37.0...v1.37.1 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 16:36:05 -03:00
dependabot[bot]
17d7067f06
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5616 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.186.1 to 1.187.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.186.1...service/ec2/v1.187.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 15:55:37 -03:00
Marcos Yacob
530930d134
Resolve flakiness in Evit agent IT ( #5621 )
...
* Evict IT is trying to ban an agent that is not initialized yet, retry until agent is present
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-11-01 15:05:37 -03:00
Marcos Yacob
714110de8e
Stop preparing a new authority before tainting ( #5614 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-10-31 19:03:14 -03:00
Andrew Harding
2287067116
Use timestamp invalidate kubelet response cache ( #5620 )
...
Changes the K8s workload attestor to invalidate the cache response based
on a timestamp instead of kicking off a goroutine.
While this means that the plugin will always have a cached response in
memory, it simplifies the code for both the plugin and tests. In
practice, only an idle agent would waste memory holding onto the
response.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-10-31 17:09:35 -03:00
dependabot[bot]
e6920857b8
Bump actions/setup-go from 5.0.2 to 5.1.0 ( #5605 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0a12ed9d6a...41dfa10bad
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 08:25:57 -03:00
dependabot[bot]
902c21a67f
Bump actions/checkout from 4.2.1 to 4.2.2 ( #5600 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](eef61447b9...11bd71901b
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 06:52:59 -03:00
dependabot[bot]
9051f2fb58
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5603 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.44.0 to 1.45.0
- [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.44.0...pubsub/v1.45.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 22:21:31 -03:00
dependabot[bot]
23b8f7a2ea
Bump google.golang.org/api from 0.200.0 to 0.203.0 ( #5599 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.200.0 to 0.203.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.200.0...v0.203.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 18:28:14 -03:00
dependabot[bot]
548e5bed27
Bump the aws-sdk group across 1 directory with 6 updates ( #5612 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.33 to 1.28.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.33...config/v1.28.1 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.32 to 1.17.42
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.32...credentials/v1.17.42 )
Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.13 to 1.16.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.13...service/ram/v1.16.18 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.182.0 to 1.186.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.182.0...service/ec2/v1.186.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.65.0 to 1.66.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.65.0...service/s3/v1.66.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.32.0 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/v1.32.0...v1.32.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 16:07:00 -03:00
dependabot[bot]
8571e0a2c7
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore ( #5591 )
...
Bumps the azure-sdk group with 1 update in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.16.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.14.0...sdk/azcore/v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 14:51:00 -03:00
dependabot[bot]
a53b196712
Bump actions/dependency-review-action from 4.3.4 to 4.4.0 ( #5610 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](5a2ce3f5b9...4081bf99e2
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:21:21 -03:00
Andrew Harding
4a70b8b2d7
Update CHANGELOG and version after 1.11.0 release ( #5609 )
...
* Update CHANGELOG and version after 1.11.0 release
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* remove extra newline
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-10-28 18:40:11 -03:00
dependabot[bot]
8eeb884435
Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 ( #5580 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.4 to 1.20.5.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.4...v1.20.5 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 11:31:04 -03:00
kfox1111
915b0e7724
Add sprig functions ( #5593 )
...
Fixes : #5575
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-10-23 15:21:54 -06:00
dependabot[bot]
a573d647df
Bump github.com/sigstore/sigstore from 1.8.9 to 1.8.10 ( #5579 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.9 to 1.8.10.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.9...v1.8.10 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 17:51:03 -03:00
dependabot[bot]
80facb470a
Bump actions/cache from 4.1.1 to 4.1.2 ( #5597 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](3624ceb22c...6849a64899
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 17:16:05 -03:00
kfox1111
2d784fc74a
Allow escaping $ in config files that use expand env ( #5576 )
...
* Allow escaping $ in config files that use expand env
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-10-17 18:31:37 -03:00
Sorin Dumitru
d7d1ccde86
Return InvalidArgument for invalid input entries ( #5506 )
...
fixes #5444
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-10-17 17:21:52 -03:00
Agustín Martínez Fayó
c8d35fed00
Update telemetry documentation with metrics related with forced rotation ( #5589 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-17 16:35:44 -03:00
Agustín Martínez Fayó
a67d0563c6
Add documentation for `spire-server localauthority` and `spire-server upstreamauthority` commands ( #5588 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-17 16:09:16 -03:00
Agustín Martínez Fayó
7abee0acc3
Remove `forced_rotation` feature flag ( #5586 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-17 15:34:51 -03:00
Edwin Buck
518621220d
Implement cache update deduplication per fetch cycle ( #5509 )
...
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-10-17 11:54:56 -06:00
Marcos Yacob
20ad838822
Force rotation: adds an integration test to verify that the JWT autho… ( #5583 )
...
* Force rotation: adds an integration test to verify that the JWT authority correctly handles forced rotation. Ensures that JWT tokens are invalidated and reissued as expected.
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-10-16 16:54:38 -03:00
Agustín Martínez Fayó
b80bf4e567
Forced rotation: Remove cached JWT-SVIDs using tainted keys ( #5565 )
...
* Remove from the agent cache the JWT-SVIDs using tainted keys
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-16 00:11:23 -03:00
kfox1111
371571425d
Add missing TrustDomain support in x509pop template ( #5577 )
...
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-10-15 08:12:46 -06:00
dependabot[bot]
12a68dfdf7
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5569 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.181.0 to 1.182.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.181.0...service/ec2/v1.182.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 11:33:11 -03:00
dependabot[bot]
77e2c2ac07
Bump google.golang.org/api from 0.199.0 to 0.200.0 ( #5566 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.199.0 to 0.200.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.199.0...v0.200.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-12 10:24:18 -03:00
dependabot[bot]
248ee0e31f
Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 ( #5550 )
...
* Bump google.golang.org/protobuf from 1.34.2 to 1.35.1
Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update generated files
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
2024-10-11 10:57:23 -03:00
dependabot[bot]
b1d603f7cb
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #5562 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.7.0 to 1.8.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.7.0...sdk/azcore/v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 16:25:01 -03:00
dependabot[bot]
c744ba19fe
Bump actions/cache from 4.1.0 to 4.1.1 ( #5559 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](2cdf405574...3624ceb22c
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 14:27:03 -03:00
dependabot[bot]
8fd25a24bd
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 ( #5557 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.23 to 1.14.24.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 13:42:15 -03:00
dependabot[bot]
f1437815a5
Bump actions/upload-artifact from 4.4.2 to 4.4.3 ( #5564 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](84480863f2...b4b15b8c7c
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 10:01:24 -03:00
Agustín Martínez Fayó
3b4de184dd
When processing tainted authorities in the agent cache, use the bundles from the cache update, not the initial bundles ( #5560 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-09 20:21:03 -03:00
dependabot[bot]
0ab6497d47
Bump golang.org/x/net from 0.29.0 to 0.30.0 ( #5556 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 15:19:49 -03:00
dependabot[bot]
8d431bd365
Bump github.com/spiffe/go-spiffe/v2 from 2.3.0 to 2.4.0 ( #5555 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 12:40:57 -03:00
dependabot[bot]
22030ab88a
Bump actions/checkout from 4.2.0 to 4.2.1 ( #5553 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](d632683dd7...eef61447b9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 11:51:38 -03:00
dependabot[bot]
9ea47abb3f
Bump actions/upload-artifact from 4.4.0 to 4.4.2 ( #5558 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](50769540e7...84480863f2
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 10:27:18 -03:00
Marcos Yacob
82701eaf01
Add integration tests for force rotation and revocation ( #5526 )
...
* Add integration tests for force rotation and revocation
- Self-singed authority: Starts a nested SPIRE server to test force rotation and revocation scenarios.
- Upstream authority: Use a disk-based upstream authority to test force rotation and revocation scenarios.
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-10-08 22:51:34 -03:00
dependabot[bot]
202205fc02
Bump actions/cache from 4.0.2 to 4.1.0 ( #5546 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0c45773b62...2cdf405574
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 10:11:24 -03:00
dependabot[bot]
4b674af67b
Bump docker/setup-buildx-action from 3.7.0 to 3.7.1 ( #5547 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](8026d2bc36...c47758b77c
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 16:37:11 -03:00
dependabot[bot]
bc2374816f
Bump the aws-sdk group with 9 updates ( #5548 )
...
Bumps the aws-sdk group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.36.3` | `1.37.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.180.0` | `1.181.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.36.3` | `1.37.0` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.36.3` | `1.37.0` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.1` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2 ) | `1.15.3` | `1.16.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.64.0` | `1.65.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.3` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.3` | `1.32.0` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.37.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.36.3...service/s3/v1.37.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.180.0 to 1.181.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.180.0...service/ec2/v1.181.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.37.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.36.3...service/s3/v1.37.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.37.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.36.3...service/s3/v1.37.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.33.1 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.33.1...service/s3/v1.34.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.3...v1.16.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.64.0...service/s3/v1.65.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.33.3 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fms/v1.33.3...service/s3/v1.34.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.31.3 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.3...v1.32.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 14:37:07 -03:00
dependabot[bot]
383ae3de3d
Bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 ( #5552 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 14:07:27 -03:00
dependabot[bot]
3f73fc2ead
Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 ( #5545 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](4959ce089c...dc72c7d5c4
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 12:31:33 -03:00
Ryan Turner
aa7ef27a50
Eliminate some raciness from gcpkms plugin tests ( #5544 )
...
* Eliminate some raciness from gcpkms plugin tests
`TestDisposeActiveCryptoKeys` has a race condition where a goroutine
that was processing keys for disposal was executing in parallel to some
assertions on state of the same keys. Rework this test to address
this race in the following ways:
- Enhance the fake KMS client used in the test to consider the filter condition
for the `spire-last-update` label passed in the `ListCryptoKeys()`
request. The test was not considering this field before, even though
it is one of the primary factors in the plugin determining how to
handle the key.
- Enrich the crypto keys set up in the fake KMS client by setting the
`spire-last-update` label such that the plugin recognizes these keys
as active based on last update time.
- Assert that the keys are not scheduled for destruction. The
destruction of the keys is handled asynchronously in the plugin.
The current test could have passed if the keys were queued for
destruction, but the other goroutine processing the destruction
operations hadn't completed yet. This is a potential source of raciness
in the test.
- Make the mock clock used in the tests start at `time.Now()` instead of
the Unix epoch because starting at the epoch causes some weird times
to generated in the tests that are before the Unix epoch.
Making these changes broke a couple other tests. Summary of changes to
fix those tests:
`TestDisposeStaleCryptoKeys`:
- Start setting the `spire-last-update` label in the crypto keys set up
in the fake KMS client so that the new filtering logic in
`ListCryptoKeys()` in the fake KMS client gets exercised.
- Set up an unbuffered `chan error` for the `keepActiveCryptoKeySignal`
so that we can block the goroutine that is renewing the active key
last update time. Without blocking this goroutine, it will keep
renewing the last update time of the active keys, potentially before
another parallel goroutine can process it as stale.
- Advance the mock clock by the maximum of:
- The duration that is the frequency of how often the stale key disposal
goroutine runs
- The maximum stale duration of a key
The way the test is currently written assumes that the stale key disposal
goroutine will run more frequently than the maximum stale duration, but it
doesn't necessarily need to be the case.
`TestKeepActiveCryptoKeys`:
- Base the times in the test off of the current time rather than the
Unix epoch as a start to align with other tests.
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2024-10-05 14:40:00 -07:00
dependabot[bot]
ebd5a1f7b5
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5539 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.43.0 to 1.44.0
- [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.43.0...spanner/v1.44.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-05 13:30:48 -07:00
Edwin Buck
500e291bbd
Fix undesirable regex pattern compliation approach. ( #5537 )
...
closes #5515
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-10-05 10:39:51 -06:00
Andrew Harding
3d48ac3474
Fix data race in agent manager tests ( #5543 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-10-05 08:15:24 -06:00
dependabot[bot]
0665536ba9
Bump golang.org/x/time from 0.6.0 to 0.7.0 ( #5540 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/time/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 14:48:42 -07:00
dependabot[bot]
a716305379
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 ( #5542 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.28.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 13:49:09 -07:00
dependabot[bot]
a89c5b9226
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5538 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.179.2 to 1.180.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.179.2...service/ec2/v1.180.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 10:11:11 -07:00
dependabot[bot]
5c2faee427
Bump docker/setup-buildx-action from 3.6.1 to 3.7.0 ( #5536 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](988b5a0280...8026d2bc36
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 09:20:56 -07:00
dependabot[bot]
962c8cd127
Bump github.com/aws/aws-sdk-go-v2/service/s3 in the aws-sdk group ( #5535 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.63.3 to 1.64.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.63.3...service/s3/v1.64.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 10:17:21 -07:00
Marcos Yacob
3070ee5974
Upgrade golang 1.23.2 ( #5534 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-10-03 13:22:57 -03:00
Ryan Turner
c4505eaf57
Remove flaky `gcpkms` TestEnqueueDestruction ( #5533 )
...
This test has been historically very flaky on CI.
This test covers a very rare edge case that is difficult to simulate in
tests and is not covered in other plugins. Opened #5532 to create a more
robust test to cover this case.
Closes #3687 .
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
2024-10-02 15:39:28 -03:00
Agustín Martínez Fayó
110ec0c321
Have `x509_svid_cache_max_size` as agent config setting (not experimental) ( #5531 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-10-02 15:15:20 -03:00
dependabot[bot]
26b2d9323a
Bump github.com/open-policy-agent/opa from 0.68.0 to 0.69.0 ( #5528 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.68.0 to 0.69.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.68.0...v0.69.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 22:12:27 -07:00
dependabot[bot]
4c4cd827c0
Bump google.golang.org/api from 0.197.0 to 0.199.0 ( #5520 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.197.0 to 0.199.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.197.0...v0.199.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 21:25:08 -07:00
dependabot[bot]
82d6843ec2
Bump google.golang.org/grpc from 1.66.2 to 1.67.1 ( #5529 )
...
* Bump google.golang.org/grpc from 1.66.2 to 1.67.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.66.2 to 1.67.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Configure ALPN correctly in test
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <ryan.turner253@icloud.com>
2024-10-01 15:22:43 -07:00
dependabot[bot]
5323e76ff3
Bump actions/checkout from 4.1.7 to 4.2.0 ( #5519 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](692973e3d9...d632683dd7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 11:32:43 -07:00
dependabot[bot]
4c43f60857
Bump the aws-sdk group across 1 directory with 9 updates ( #5527 )
...
Bumps the aws-sdk group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.35.0` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.177.0` | `1.179.2` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.35.0` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.35.3` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.0` | `1.33.1` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2 ) | `1.14.0` | `1.15.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.61.0` | `1.63.3` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.32.1` | `1.33.3` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.3` | `1.31.3` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.35.0 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.35.0...service/ssm/v1.36.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.177.0 to 1.179.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.177.0...service/ec2/v1.179.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.35.0 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.35.0...service/ssm/v1.36.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.35.3 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/iot/v1.35.3...service/ssm/v1.36.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.31.0 to 1.33.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.31.0...service/s3/v1.33.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.14.0 to 1.15.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.14.0...config/v1.15.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.61.0 to 1.63.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.61.0...service/s3/v1.63.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.32.1 to 1.33.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/sns/v1.32.1...service/fms/v1.33.3 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.31.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...service/s3/v1.31.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 09:54:33 -07:00
dependabot[bot]
a772f83e5e
Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.31.0 ( #5510 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.30.4 to 1.31.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.4...v1.31.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:40:59 -03:00
dependabot[bot]
e137e0d8ae
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #5507 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.19.0...kms/v1.20.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 08:56:13 -03:00
Marcos Yacob
8f82ebae23
Force rotation X.509 SVIDs in Agent side ( #5446 )
...
* Force rotation of X.509 workload SVIDs in lru cache
* Force rotation of X.509 workload SVIDs in store SVID cache
* Force rotation of Agent SVID
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-09-28 09:18:55 -03:00
amoore877
182b594b71
Delete non-LRU cache in SPIRE Agent ( #5383 )
...
* Delete non-LRU cache in SPIRE Agent
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
2024-09-27 16:38:42 -03:00
Agustín Martínez Fayó
cfb994a283
Add `upstreamauthority` commands and leverage the `UpstreamAuthoritySubjectKeyId` field in `AuthorityState` messages ( #5518 )
...
- Add `upstreamauthority revoke` and `upstreamauthority taint` commands
- Leverage the `UpstreamAuthoritySubjectKeyId` field in `AuthorityState` messages
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-27 14:45:05 -03:00
dependabot[bot]
e9179be0eb
Bump github.com/docker/docker ( #5511 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.2.1+incompatible to 27.3.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.2.1...v27.3.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 15:19:59 -03:00
dependabot[bot]
47b9eb8972
Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 ( #5498 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.3...v1.20.4 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 11:16:03 -03:00
Edwin Buck
41746f0df4
Implement the Validate RPC on built-in plugins ( #5303 )
...
The old API performed all configuration checks coupled with plugin
reconfiguration under the Configure() func.
The new API adds a Validation() func that only performs configuration
checks but has no impact on the running plugin.
To facilitate easier user, the pluginconf package was added that makes
it easier to handle the merged code streams through a pluginconf.Status
struct that will capture the first error (for integration with
Configure() while permitting the Validation() to capture all errors
that can be captured.
Unit tests had to be reworked, as a side-effect of using the new
pluginconf package is that all plugins now automatically check their
trustdomain, instead of each plugin checking it in a haphazard manner.
Occasionally, very small fixes were performed on plugins, and plugin
coding standards were tweaked in small ways to be more similar to each
other.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-09-23 17:18:45 -06:00
Marcos Yacob
2328715f5f
Fix flaky TestUpstreamProcessTaintedAuthority test ( #5504 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-09-22 09:24:15 -03:00
Agustín Martínez Fayó
3d158ce563
Fix version support policy in Releasing document ( #5499 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-18 10:59:26 -03:00
dependabot[bot]
29115b7584
Bump the k8s-io group with 5 updates ( #5492 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.31.0` | `0.31.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.31.0` | `0.31.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.31.0` | `0.31.1` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.31.0` | `0.31.1` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.31.0` | `0.31.1` |
Updates `k8s.io/api` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/api/compare/v0.31.0...v0.31.1 )
Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1 )
Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1 )
Updates `k8s.io/kube-aggregator` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.31.0...v0.31.1 )
Updates `k8s.io/mount-utils` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.31.0...v0.31.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-15 14:57:41 -03:00
dependabot[bot]
37c41ea92f
Bump google.golang.org/api from 0.196.0 to 0.197.0 ( #5491 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.196.0 to 0.197.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.196.0...v0.197.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-15 12:25:53 -03:00
dependabot[bot]
7652a94755
Bump github.com/hashicorp/vault/sdk from 0.13.0 to 0.14.0 ( #5490 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.13.0...sdk/v0.14.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-15 00:48:37 -03:00
dependabot[bot]
eca4c0ff68
Bump google.golang.org/grpc from 1.66.1 to 1.66.2 ( #5493 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.66.1 to 1.66.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-14 18:21:20 -03:00
Ryan Turner
a81a43d900
No longer test against MySQL 5.7 ( #5487 )
...
* No longer test against MySQL 5.7
MySQL 5.7 is EOL as of October 2023.
Stop using MySQL 5.7 in integration tests, since it is not easy for the
project to support end-of-life database versions. Also log a warning
when MySQL 5.7 is used with SPIRE.
Importantly, this commit does not remove any existing support for MySQL
5.7. SPIRE may continue to work for some time with MySQL 5.7, but the
project makes no compatibility guarantees with MySQL 5.7 anymore, and
any existing compatibility with MySQL 5.7 may break at any time without
notice.
It is recommended that all SPIRE users using MySQL as a SQL backend
upgrade to MySQL 8.0.
Signed-off-by: Ryan Turner <turner@uber.com>
* Fix MySQL version check
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-14 16:03:56 -03:00
Marcos Yacob
3f3b2053c1
Force rotation intermediate and Server SVIDs ( #5431 )
...
* Force rotation of intermediates signed by a compromised authority
* Force rotation of Server SVIDs signed by a compromised authority
* Force rotation of server SVIDs when not using an upstream authority
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-09-14 14:51:29 -03:00
Marcos Yacob
bd91b6d72c
Update CHANGELOG and tests to cover 1.10.4 ( #5496 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-09-14 14:02:20 -03:00
dependabot[bot]
c03d109626
Bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 ( #5489 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-14 10:07:15 -03:00
Faisal Memon
69cebe009e
AWS KMS CustomerMasterKeySpec to KeySpec ( #5477 )
...
* AWS KMS CustomerMasterKeySpec to KeySpec
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-09-13 10:05:50 -03:00
Andrew Harding
d7ca5f207d
Log panics originating from built-in plugins ( #5476 )
...
* Logs panics originating from built-in plugins
Panics are swallowed by the grpc server middleware that hosts the
built-in plugins, making it hard to debug.
This PR changes the panic middleware to log the panic stack to the ERROR
log.
Also changed the plugintest framework to wire up a logger to the
testing.T so we can observe these in tests.
```
ERRO[0000] Plugin panicked cause="oh no" external=false plugin_name=disk plugin_type=UpstreamAuthority stack="goroutine 84 [running]:\nruntime/debug.Stack()\n\t/Users/azdagron/sdk/go1.23.0/src/runtime/debug/stack.go:26 +0x64\ngithub.com/spiffe/spire/pkg/common/catalog.convertPanic({0x106b43a90, 0x1400028a8c0}, {0x1060c5900, 0x106aa42c0})\n\t/Users/azdagron/spiffe/spire/pkg/common/catalog/host.go:69 +0xb0\ngithub.com/spiffe/spire/pkg/common/catalog.newBuiltInServer.unaryPanicInterceptor.func3.1()\n\t/Users/azdagron/spiffe/spire/pkg/common/catalog/host.go:59 +0x54\npanic({0x1060c5900?, 0x106aa42c0?})\n\t/Users/azdagron/sdk/go1.23.0/src/runtime/panic.go:785 +0x124\ngithub.com/spiffe/spire/pkg/server/plugin/upstreamauthority/disk.(*Plugin).Configure(0x108b4ba80?, {0x1067789a0?, 0x106abf0f0?}, 0x14000399f80?)\n\t/Users/azdagron/spiffe/spire/pkg/server/plugin/upstreamauthority/disk/disk.go:76 +0x2c\ngithub.com/spiffe/spire-plugin-sdk/proto/spire/service/common/config/v1._Config_Configure_Handler.func1({0x106b0f3f8?, 0x14000962120?}, {0x1066e0260?, 0x14000399240?})\n\t/Users/azdagron/go/pkg/mod/github.com/spiffe/spire-plugin-sdk@v1.4.4-0.20230721151831-bf67dde4721d/proto/spire/service/common/config/v1/config_grpc.pb.go:96 +0xd0\ngithub.com/spiffe/spire/pkg/common/catalog.newBuiltInServer.unaryPanicInterceptor.func3({0x106b0f3f8?, 0x14000962120?}, {0x1066e0260?, 0x14000399240?}, 0x14000931828?, 0x102920bcc?)\n\t/Users/azdagron/spiffe/spire/pkg/common/catalog/host.go:62 +0x78\ngoogle.golang.org/grpc.getChainUnaryHandler.func1({0x106b0f3f8, 0x14000962120}, {0x1066e0260, 0x14000399240})\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1211 +0xa0\ngithub.com/spiffe/spire/pkg/common/catalog.(*drainHandlers).UnaryServerInterceptor(0x1400033c3b0, {0x106b0f3f8, 0x14000962120}, {0x1066e0260, 0x14000399240}, 0x0?, 0x140003992c0)\n\t/Users/azdagron/spiffe/spire/pkg/common/catalog/builtin.go:184 +0x90\ngoogle.golang.org/grpc.NewServer.chainUnaryServerInterceptors.chainUnaryInterceptors.func1({0x106b0f3f8, 0x14000962120}, {0x1066e0260, 0x14000399240}, 0x140005c8240, 0x1068e1260?)\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1202 +0x88\ngithub.com/spiffe/spire-plugin-sdk/proto/spire/service/common/config/v1._Config_Configure_Handler({0x1067789a0, 0x14000596780}, {0x106b0f3f8, 0x14000962120}, 0x14000938480, 0x1400039c720)\n\t/Users/azdagron/go/pkg/mod/github.com/spiffe/spire-plugin-sdk@v1.4.4-0.20230721151831-bf67dde4721d/proto/spire/service/common/config/v1/config_grpc.pb.go:98 +0x148\ngoogle.golang.org/grpc.(*Server).processUnaryRPC(0x14000924000, {0x106b0f3f8, 0x14000962090}, {0x106b21480, 0x140000fe1a0}, 0x14000394fc0, 0x1400059cde0, 0x108b4ba40, 0x0)\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1393 +0xb78\ngoogle.golang.org/grpc.(*Server).handleStream(0x14000924000, {0x106b21480, 0x140000fe1a0}, 0x14000394fc0)\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1804 +0xb20\ngoogle.golang.org/grpc.(*Server).serveStreams.func2.1()\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1029 +0x84\ncreated by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 81\n\t/Users/azdagron/go/pkg/mod/google.golang.org/grpc@v1.66.0/server.go:1040 +0x13c\n" subsystem_name=catalog
```
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-09-12 21:18:18 -03:00
Sorin Dumitru
2ffe1764d4
Fix "Rettestable" typo in telemetry name ( #5269 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-09-12 17:05:06 -03:00
Marcel Levy
32eaecaf0b
Remove deprecated -ttl flag from spire server cli ( #5483 )
...
* Remove deprecated -ttl flag from spire server cli
This commit removes the deprecated `-ttl` flag from `spire entry
create` and `spire entry update`. Docs are also updated.
See discussion in https://github.com/spiffe/spire/issues/5254
Signed-off-by: Marcel Levy <marcel@spirl.com>
* Remove -ttl from integration tests
Signed-off-by: Marcel Levy <marcel@spirl.com>
* Fix windows unit test
Signed-off-by: Marcel Levy <marcel@spirl.com>
---------
Signed-off-by: Marcel Levy <marcel@spirl.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-09-12 16:22:20 -03:00
dependabot[bot]
92143cb5ea
Bump google.golang.org/grpc from 1.66.0 to 1.66.1 ( #5485 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.66.0 to 1.66.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/commits )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 11:40:07 -03:00
dependabot[bot]
86ade3cc8c
Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1 ( #5486 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.0 to 5.7.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.0...v5.7.1 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 11:01:39 -03:00
dependabot[bot]
0ee32336a4
Bump github.com/docker/docker ( #5482 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.2.0+incompatible to 27.2.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.2.0...v27.2.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 10:00:20 -03:00
dependabot[bot]
ec031e6428
Bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.0 ( #5481 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.6.0 to 5.7.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.6.0...v5.7.0 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 12:14:56 -03:00
Marco Franssen
281d0b8033
Bump tonistiigi/xx from 1.3.0 to 1.5.0 in Dockerfile ( #5448 )
...
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
2024-09-09 10:56:37 -03:00
Agustín Martínez Fayó
d202d4e4f8
Expose already added localauthority commands in the commands list (fflag required) ( #5479 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-08 13:45:19 -03:00
Faisal Memon
b21a7ffdbd
Fix small typos in PCA unit tests ( #5478 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-09-08 11:46:08 -03:00
dependabot[bot]
67b86c036a
Bump golang.org/x/net from 0.28.0 to 0.29.0 ( #5474 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 09:49:00 -03:00
dependabot[bot]
3232561638
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 ( #5473 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:40:27 -03:00
dependabot[bot]
58150b8c4f
Bump github.com/sigstore/sigstore from 1.8.8 to 1.8.9 ( #5475 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.8 to 1.8.9.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.8...v1.8.9 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:16:13 -03:00
dependabot[bot]
03f86eb43b
Bump google.golang.org/api from 0.195.0 to 0.196.0 ( #5472 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.195.0 to 0.196.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.195.0...v0.196.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 15:09:51 -03:00
kfox1111
024435d7e1
Fix test breaking when a proxy is configured on the host ( #5471 )
...
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-09-06 13:38:01 -03:00
Andrew Harding
b64a2255e8
Use new container locator by default ( #5454 )
...
Custom matchers can still be used in the docker attestor but require
explicitly disabling the new container locator.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-09-06 08:14:26 -06:00
dependabot[bot]
f0ad426bae
Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 ( #5467 )
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.13 to 1.1.14.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 09:57:25 -03:00
dependabot[bot]
e49fbc3676
Bump golang.org/x/sys from 0.24.0 to 0.25.0 ( #5465 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 18:26:31 -03:00
dependabot[bot]
f027c5415f
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 ( #5464 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.22 to 1.14.23.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 16:09:36 -03:00
dependabot[bot]
e07dfc6dcf
Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 ( #5469 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 15:14:53 -03:00
dependabot[bot]
1d1e686828
Bump github.com/open-policy-agent/opa from 0.67.1 to 0.68.0 ( #5453 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.67.1 to 0.68.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.67.1...v0.68.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 13:48:06 -03:00
Faisal Memon
d6b1a91474
Small typo in AWS PCA Upstream tests ( #5432 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-09-05 13:05:02 -03:00
Andrew Harding
39982e69b1
Fix racy spire upstreamauthority plugin tests ( #5468 )
...
The mock clock was not being threaded through everywhere causing
sporadic NotAfter related assertions to fail.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-09-05 12:34:37 -03:00
Hayden
7118533129
Introduce EJBCA UpstreamAuthority plugin for SPIRE Server ( #5378 )
...
* feat(ejbca): Initial EJBCA UpstreamAuthority plugin
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(test): Create EJBCA UpstreamAuthority integraiton test and
refactor EJBCA config to only support certs from file
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* Resolve bug in EJBCA integration test and resolve linting issue in EJBCA docs
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(oauth): Remove OAuth from EJBCA UpstreamAuthority plugin
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(integration): Resolve bug in EJBCA integration test and refactor to use non-OAuth server config
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(docs): Remove link fragment from EJBCA docs
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(codereview): Resolve comments from code review
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* chore(test): Refactor EJBCA integration test to use client_cert_key_path
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
* fix(ejbca): Replace ToPluginProtos with ToPluginFromCertificates
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
---------
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-05 11:58:42 -03:00
dependabot[bot]
904f9a9cb4
Bump google.golang.org/grpc from 1.65.0 to 1.66.0 ( #5451 )
...
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* prevent panic
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-09-05 11:02:46 -03:00
dependabot[bot]
5e184c4c1c
Bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible ( #5456 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.1.2+incompatible to 27.2.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.1.2...v27.2.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* upgrade version
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-09-05 10:22:10 -03:00
Agustín Martínez Fayó
763ebe5fbc
Prune non supported migrations ( #5466 )
...
* Prune non-supported migrations
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-04 16:36:49 -03:00
Agustín Martínez Fayó
6cb89e8757
Add v1.10.2 and v1.10.3 to the changelog and update upgrade test ( #5462 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-04 14:49:04 -03:00
Agustín Martínez Fayó
db42b6c315
Revert "add SVID check to agent health check ( #5298 )" in main branch ( #5461 )
...
This reverts commit 033d8d6094
.
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-04 14:08:16 -03:00
Agustín Martínez Fayó
bf6725d96d
Bump SPIRE to v1.11.0 ( #5463 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-04 13:42:07 -03:00
dependabot[bot]
3dc31a8e21
Bump google.golang.org/api from 0.194.0 to 0.195.0 ( #5452 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.194.0 to 0.195.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.194.0...v0.195.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 18:20:22 -03:00
dependabot[bot]
6a8524a258
Bump actions/upload-artifact from 4.3.6 to 4.4.0 ( #5447 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](834a144ee9...50769540e7
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 17:14:01 -03:00
dependabot[bot]
6b428ee75e
Bump actions/setup-python from 5.1.1 to 5.2.0 ( #5443 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](39cd14951b...f677139bbe
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 16:04:19 -03:00
dependabot[bot]
fd243f55b2
Bump the aws-sdk group across 1 directory with 3 updates ( #5441 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.175.1 to 1.177.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.175.1...service/ec2/v1.177.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.30.2 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.2...service/s3/v1.31.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.59.0 to 1.61.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.59.0...service/s3/v1.61.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 14:05:07 -03:00
dependabot[bot]
1d874f2b05
Bump the k8s-io group across 1 directory with 2 updates ( #5450 )
...
Bumps the k8s-io group with 2 updates in the / directory: [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) and [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ).
Updates `k8s.io/kube-aggregator` from 0.30.3 to 0.31.0
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.30.3...v0.31.0 )
Updates `k8s.io/mount-utils` from 0.30.3 to 0.31.0
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.30.3...v0.31.0 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 13:38:21 -03:00
dependabot[bot]
730121dca8
Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 ( #5405 )
...
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.18.4 to 0.19.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.4...v0.19.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.18.4 to 0.19.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.4...v0.19.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* - Updated to not check for nil responses in GetNode, GetPod, and ValidateToken functions
- Replced NewSimpleClientset() (deprecated) in favor of NewClientset()
- Updated tests to make sure that nil results are converted to empty responses
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-09-02 13:12:01 -03:00
dependabot[bot]
3979cd4ca0
Bump github.com/google/btree from 1.1.2 to 1.1.3 ( #5438 )
...
Bumps [github.com/google/btree](https://github.com/google/btree ) from 1.1.2 to 1.1.3.
- [Commits](https://github.com/google/btree/compare/v1.1.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: github.com/google/btree
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 12:21:48 -03:00
dependabot[bot]
dd0ea1e359
Bump the google-cloud-sdk group with 4 updates ( #5437 )
...
Bumps the google-cloud-sdk group with 4 updates: [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ), [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ), [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ) and [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/iam` from 1.1.12 to 1.2.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.12...iot/v1.2.0 )
Updates `cloud.google.com/go/kms` from 1.18.4 to 1.19.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.18.4...kms/v1.19.0 )
Updates `cloud.google.com/go/secretmanager` from 1.13.5 to 1.14.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/automl/v1.13.5...kms/v1.14.0 )
Updates `cloud.google.com/go/security` from 1.17.4 to 1.18.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/retail/v1.17.4...kms/v1.18.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 10:18:39 -03:00
Steven Dang
e91897bd74
Add gauge metrics to track missedEvents and cache sizes ( #5411 )
...
Signed-off-by: stevend <stevend@uber.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-27 16:37:03 -03:00
Faisal Memon
7982e3995b
Fix spire_server.md formatting ( #5433 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-27 15:07:22 -03:00
dependabot[bot]
68fd559b6c
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.36.0 to 1.37.0 ( #5403 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.37.0/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.36.0...v1.37.0 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 12:22:31 -03:00
Faisal Memon
ca751018a4
Update spire_server.md ( #5430 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-08-26 19:24:09 -03:00
dependabot[bot]
6e9b8a3715
Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 ( #5429 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.19.1 to 1.20.2.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 13:15:47 -06:00
dependabot[bot]
1883ed693c
Bump google.golang.org/api from 0.192.0 to 0.194.0 ( #5415 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.192.0 to 0.194.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.192.0...v0.194.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 11:13:50 -06:00
Andrew Harding
cfb4f27ba9
Fix racy manager tests ( #5428 )
...
This PR fixes races in the manager tests when utilizing the fake
upstream authority. The fake upstream authority implementation did not
use the test clock set up by the tests, which caused expected time
fields on certificates to be populated with real time, causing sporadic
test failures when they diverged.
Threading the test clock into the fake upstream authority fixes the
races.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-08-26 10:26:14 -03:00
Kevin Nisbet
48397e9f66
Add microcaching and merging of parallel requests to kubelet in the k8s workload attestor ( #5408 )
...
Adds a short lived cache for the responses from Kubelet reducing memory and CPU usage of the k8s workload attestor plugin.
Signed-off-by: Kevin Nisbet <kevin.nisbet+github@xybyte.com>
2024-08-25 19:40:07 -06:00
Agustín Martínez Fayó
755ace1134
Small changes in tests for localauthority server commands ( #5426 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-25 11:00:43 -03:00
amoore877
6e3b32c965
Eagerly fail a test suite if a step is not executable ( #5389 )
...
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
2024-08-24 09:33:31 -06:00
amoore877
1eb43407b8
reduce flakiness in evict-agent CI ( #5386 )
...
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
2024-08-24 08:57:51 -06:00
Agustín Martínez Fayó
d4215536b3
Add `localauthority jwt revoke` server command ( #5425 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 22:03:19 -03:00
Agustín Martínez Fayó
f3d3b5214b
Add `localauthority x509 revoke` server command ( #5424 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 21:36:16 -03:00
Agustín Martínez Fayó
5abec25ffa
Add `localauthority jwt taint` server command ( #5423 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 20:10:41 -03:00
Agustín Martínez Fayó
5d445fd64f
Add `localauthority x509 taint` server command ( #5422 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 19:00:40 -03:00
Agustín Martínez Fayó
4e802eeb64
Add `localauthority jwt activate` server command ( #5421 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 18:34:58 -03:00
Agustín Martínez Fayó
4e21243ed2
Add `localauthority x509 activate` server command ( #5420 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 18:01:46 -03:00
Agustín Martínez Fayó
3766a42a09
Add `localauthority x509 prepare` server command ( #5419 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 17:22:03 -03:00
Agustín Martínez Fayó
5c6b0f422b
Add `localauthority jwt prepare` server command ( #5418 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-23 15:54:53 -03:00
Agustín Martínez Fayó
4f34e43880
Add `localauthority jwt show` command to the server ( #5412 )
...
* Add `localauthority jwt show command` to the server
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-22 19:44:06 -03:00
Andrew Harding
399ce63748
Clean up httpchallenge agent config ( #5413 )
...
* Clean up httpchallenge agent config
* Also enable testing on darwin.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-08-21 18:21:38 -03:00
Agustín Martínez Fayó
57db16bbd5
Introduce support to localauthority CLI - x509 show ( #5400 )
...
* Introduce support to localauthority CLI - x509 show
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-21 11:56:56 -03:00
Agustín Martínez Fayó
d623d4c916
Allow enabling the LocalAuthority API through the `forced_rotation` fflag ( #5399 )
...
* Allow exposing the LocalAuthority API through the `forced_rotation` fflag
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-20 13:55:25 -03:00
amoore877
e438218e9b
Remove list of CI ( #5388 )
...
* Remove list of CI
* note location
* remove section ref
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
2024-08-20 11:37:47 -03:00
Faisal Memon
42225bf150
Add comments to events based cache code ( #5327 )
...
* Add comments to events based cache
* Remove scrolling debug log
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-08-20 10:57:54 -03:00
Max Lambrecht
65ec692240
Refactor and Enhance Sigstore Attestor ( #5255 )
...
* Refactor Sigstore Attestor Implementation
* Add sigstore attestation to docker attestor
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2024-08-20 10:28:23 -03:00
dependabot[bot]
13a88157b6
Bump github.com/envoyproxy/go-control-plane from 0.12.0 to 0.13.0 ( #5406 )
...
Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 10:05:54 -03:00
Sorin Dumitru
04352496f5
Document some missing configuration items ( #5393 )
...
* Document some missing configuration items
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Adjust deprecation message
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-08-19 09:07:02 -03:00
dependabot[bot]
fbe0fedcf8
Bump the aws-sdk group across 1 directory with 3 updates ( #5392 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.174.0 to 1.175.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.174.0...service/ec2/v1.175.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.34.1 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.35.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.34.1...service/s3/v1.35.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.58.2 to 1.59.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.58.2...service/s3/v1.59.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 12:00:34 -03:00
dependabot[bot]
d2809febbc
Bump github.com/docker/docker ( #5381 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.1.1+incompatible to 27.1.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.1.1...v27.1.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 10:55:07 -03:00
dependabot[bot]
5be704afa4
Bump github.com/aws/smithy-go from 1.20.3 to 1.20.4 ( #5391 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.20.3...v1.20.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 09:09:32 -03:00
dependabot[bot]
e67da93f79
Bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0 ( #5376 )
...
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-18 01:06:43 -03:00
amoore877
fb5c7447c0
Address flake in spire-server-cli CI ( #5396 )
...
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-18 00:04:49 -03:00
Marcos Yacob
e3dac17cd1
Add taint upstream authority ( #5340 )
...
* POC to add taint upstream authority
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Propagate taining and revoke into downstream server, updating upstream
client
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* start working in unit tests for 'common/coretypes/jwtkey'
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* refactor x509certificate package
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Add update test in coretypes bundle
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Add more tests for api bundle
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Add tests for local authority service
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* more test
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* more tests
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* more
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* more test
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* resolve some lints
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* more
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* upgrade spire-api-sdk, and resolve lint
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Resolve lint...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* PR changes
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
---------
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-08-16 11:28:38 -03:00
Andrew Harding
0738b8256b
Upgrade to go1.23 ( #5384 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-08-15 14:31:59 -06:00
dependabot[bot]
ea4a4a46ad
Bump google.golang.org/api from 0.190.0 to 0.192.0 ( #5385 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.190.0 to 0.192.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.190.0...v0.192.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 08:01:01 -06:00
Sorin Dumitru
bb44487aa0
unix attestor: fix discover_workload_path on mac os ( #5324 )
...
When enabling 'discover_workload_path' on mac os the agent fails to
attest any workload due to it trying to access a procfs path:
```
ERRO[0068] Failed to collect all selectors for PID error="workload attestor \"unix\" failed: rpc error: code = Internal desc = workloadattestor(unix): SHA256 digest: open /proc/16470/exe: no such file or directory" pid=16470 subsystem_name=workload_attestor
DEBU[0068] PID attested to have selectors pid=16470 selectors="[]" subsystem_name=workload_attestor
ERRO[0068] No identity issued method=FetchX509SVID pid=16470 registered=false service=WorkloadAPI subsystem_name=endpoints
```
I assume this is needed to be able to get a path that is accessible by the
spire-agent, for example if it runs in a different namespace. I assume
it's mostly intended for Linux, for most other OSes `proc.Exe()` might
be better. Either way, it's likely to be wrong on various oses since they
either have no procfs, they have no link to the executable in procfs, or
they link is named differently (e.g. `a.out` or `file`).
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-08-15 06:23:35 -06:00
Ben Leggett
9f002a4420
Allow DelegatedIdentity API clients to subscribe by PID ( #5272 )
...
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-08-14 08:20:32 -06:00
Federico Nahuel Quijada
0f3a3eecaa
SVID count update ( #5352 )
...
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2024-08-12 14:59:00 -06:00
dependabot[bot]
c13acf6012
Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 ( #5367 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](59acb6260d...4959ce089c
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 09:31:48 -03:00
dependabot[bot]
929da5282d
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore in the azure-sdk group ( #5374 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.13.0 to 1.14.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.13.0...sdk/azcore/v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 01:49:28 -03:00
dependabot[bot]
39df5b915c
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5373 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.173.0 to 1.174.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.173.0...service/ec2/v1.174.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 19:52:43 -03:00
dependabot[bot]
011b775881
Bump golang.org/x/net from 0.27.0 to 0.28.0 ( #5366 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.28.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 18:42:21 -03:00
dependabot[bot]
92c3f72c94
Bump actions/upload-artifact from 4.3.4 to 4.3.6 ( #5363 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b2256b8c0...834a144ee9
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 12:21:17 -03:00
dependabot[bot]
4c34228fad
Bump msys2/setup-msys2 from 2.24.0 to 2.24.1 ( #5355 )
...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2 ) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/msys2/setup-msys2/releases )
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md )
- [Commits](5df0ca6cbf...ddf331adae
)
---
updated-dependencies:
- dependency-name: msys2/setup-msys2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 11:37:23 -03:00
dependabot[bot]
c4dd32d12a
Bump golang.org/x/time from 0.5.0 to 0.6.0 ( #5358 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/golang/time/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 10:19:29 -03:00
dependabot[bot]
6fccda8a27
Bump github.com/open-policy-agent/opa from 0.67.0 to 0.67.1 ( #5357 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.67.0 to 0.67.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/v0.67.1/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.67.0...v0.67.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 09:36:38 -03:00
dependabot[bot]
a593fc4061
Bump golang.org/x/sys from 0.22.0 to 0.24.0 ( #5369 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.22.0 to 0.24.0.
- [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.24.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 06:59:52 -06:00
dependabot[bot]
9e389adce9
Bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 ( #5365 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 13:46:20 -06:00
dependabot[bot]
b3833ae20f
Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.4.0 ( #5364 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.2.4 to 2.4.0.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.2.4...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 07:59:28 -06:00
Andrew Harding
7a0a5f1a7a
Upgrade to go1.22.6 ( #5362 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-08-07 08:59:37 -03:00
y1nhui
e87f1c5c64
Bump golang:1.22.3-alpine3.18 to golang:1.22.4-alpine3.20 ( #5361 )
...
Signed-off-by: y1nhui <yinhui.zzy@gmail.com>
2024-08-06 20:30:58 -06:00
kfox1111
5b1966b5c8
Add http node attestor ( #4909 )
...
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-08-05 21:37:45 -06:00
James Ribe
033d8d6094
add SVID check to agent health check ( #5298 )
...
Signed-off-by: James Ribe <manbeardo@gmail.com>
2024-08-04 22:01:24 -03:00
dependabot[bot]
562be0d28e
Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 ( #5339 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](aa33708b10...988b5a0280
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 18:45:45 -03:00
Faisal Memon
cdf8645708
Propogate SQLTransactionTimeout ( #5345 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-08-04 11:15:08 -03:00
dependabot[bot]
25b4613ba0
Bump github.com/aws/aws-sdk-go-v2/service/rolesanywhere ( #5344 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.13.1...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 10:48:26 -03:00
dependabot[bot]
89b05657e3
Bump github.com/lestrrat-go/jwx/v2 from 2.1.0 to 2.1.1 ( #5338 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 09:54:56 -03:00
dependabot[bot]
3ade7f4e34
Bump github.com/open-policy-agent/opa from 0.66.0 to 0.67.0 ( #5334 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.66.0...v0.67.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 09:14:16 -03:00
dependabot[bot]
24e0708ef5
Bump google.golang.org/api from 0.189.0 to 0.190.0 ( #5350 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.189.0 to 0.190.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.189.0...v0.190.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 08:45:30 -03:00
Rahul Jadhav
9da4d0ffb7
added AccuKnox as adopter ( #5326 )
...
Signed-off-by: Rahul Jadhav <nyrahul@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-08-04 01:36:49 -03:00
Marcos Yacob
a682bb9d8b
Update ITs to use docker v2 ( #5353 )
...
* Update ITs to use docker compose
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-08-04 01:00:57 -03:00
Marcos Yacob
0859e827dd
Bump SPIRE v1.10.2 ( #5347 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-08-03 10:39:32 -03:00
James Ribe
d52216d43b
[aws_iid] tolerate network interfaces not being ordered by device index ( #5300 )
...
Signed-off-by: James Ribe <manbeardo@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-07-30 15:00:00 -03:00
dependabot[bot]
14a390881c
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5333 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.172.0 to 1.173.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.172.0...service/ec2/v1.173.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 10:33:37 -03:00
dependabot[bot]
47be462989
Bump msys2/setup-msys2 from 2.23.0 to 2.24.0 ( #5337 )
...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2 ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/msys2/setup-msys2/releases )
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md )
- [Commits](d0e80f58df...5df0ca6cbf
)
---
updated-dependencies:
- dependency-name: msys2/setup-msys2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 11:33:23 -03:00
dependabot[bot]
7c371d828d
Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.4 ( #5336 )
...
* Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.4
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.2...v4.0.4 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update error message expected from the go-jose library in TestErrorOnMissingKid
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-07-29 10:57:45 -03:00
dependabot[bot]
862502a428
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 ( #5321 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](5927c834f5...49b3bc8e6b
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 10:15:42 -03:00
dependabot[bot]
727094daca
Bump docker/login-action from 3.2.0 to 3.3.0 ( #5323 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](0d4c9c5ea7...9780b0c442
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 10:31:02 -03:00
dependabot[bot]
472539a05a
Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 ( #5322 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](4fd812986e...aa33708b10
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 09:29:52 -03:00
dependabot[bot]
1e032c58fc
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5328 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.171.0 to 1.172.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.171.0...service/ec2/v1.172.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 09:03:24 -03:00
dependabot[bot]
d99d720133
Bump github.com/docker/docker ( #5329 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.1.0+incompatible to 27.1.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.1.0...v27.1.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 08:31:15 -03:00
Aleksei Zakharov
bdf5bf9425
Print prometheus address and port in logs and name it "exporter listen" instead of "server" ( #5307 )
...
Signed-off-by: a.g.zakharov <zakharov.a.g@yandex.ru>
2024-07-24 10:05:21 -06:00
Faisal Memon
01bedb8e87
Check missed events before start ( #5289 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-07-24 06:45:08 -06:00
dependabot[bot]
7c5e72ea14
Bump github.com/docker/docker ( #5320 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.0.3+incompatible to 27.1.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.0.3...v27.1.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:59:46 -03:00
dependabot[bot]
7986dbbad7
Bump google.golang.org/api from 0.188.0 to 0.189.0 ( #5319 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.188.0 to 0.189.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.188.0...v0.189.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 11:05:38 -03:00
dependabot[bot]
55235be5b7
Bump github.com/googleapis/gax-go/v2 from 2.12.5 to 2.13.0 ( #5318 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.12.5 to 2.13.0.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.12.5...v2.13.0 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 10:23:53 -03:00
dependabot[bot]
5b186b0daf
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.35.4 to 1.36.0 ( #5310 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.35.4 to 1.36.0.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.36.0/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.35.4...v1.36.0 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 12:46:23 -06:00
dependabot[bot]
d1403de5b0
Bump the aws-sdk group with 2 updates ( #5315 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.35.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.34.0...service/s3/v1.35.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.170.0 to 1.171.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.170.0...service/ec2/v1.171.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 11:17:06 -06:00
dependabot[bot]
550447498e
Bump the k8s-io group with 5 updates ( #5312 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.30.2` | `0.30.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.30.2` | `0.30.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.30.2` | `0.30.3` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.30.2` | `0.30.3` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.30.2` | `0.30.3` |
Updates `k8s.io/api` from 0.30.2 to 0.30.3
- [Commits](https://github.com/kubernetes/api/compare/v0.30.2...v0.30.3 )
Updates `k8s.io/apimachinery` from 0.30.2 to 0.30.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.30.2...v0.30.3 )
Updates `k8s.io/client-go` from 0.30.2 to 0.30.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.30.2...v0.30.3 )
Updates `k8s.io/kube-aggregator` from 0.30.2 to 0.30.3
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.30.2...v0.30.3 )
Updates `k8s.io/mount-utils` from 0.30.2 to 0.30.3
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.30.2...v0.30.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 10:50:59 -06:00
dependabot[bot]
516016d1db
Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 ( #5309 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 11:07:12 -03:00
dependabot[bot]
ac55e589bd
Bump the azure-sdk group with 2 updates ( #5308 )
...
Bumps the azure-sdk group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) and [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.12.0 to 1.13.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.12.0...sdk/azcore/v1.13.0 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.6.0 to 1.7.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.6.0...sdk/azcore/v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 10:04:46 -03:00
dependabot[bot]
4fdff039f3
Bump actions/dependency-review-action from 4.3.3 to 4.3.4 ( #5295 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](72eb03d02c...5a2ce3f5b9
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 11:56:58 -03:00
dependabot[bot]
a6ae9d8451
Bump github.com/sigstore/sigstore from 1.8.6 to 1.8.7 ( #5296 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.6...v1.8.7 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 10:27:42 -03:00
Sorin Dumitru
c75c151323
lru cache: Only send notifications to the new subscriber ( #5281 )
...
When there's a new subscription to the cache we shouldn't notify all existing
subscriptions. That causes them to receive updates even if there was no
change to the SVIDs or bundles.
This can cause issues with users that trigger side effects, such as
restarting a service, when they receive updates on the X509 stream.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-07-17 09:27:08 -03:00
dependabot[bot]
f1619e2185
Bump github.com/aws/aws-sdk-go-v2/service/acmpca in the aws-sdk group ( #5302 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.33.0...service/s3/v1.34.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 09:02:04 -03:00
dependabot[bot]
2796ea1d80
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5276 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.42.0 to 1.43.0
- [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/spanner/v1.42.0...spanner/v1.43.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 08:36:40 -03:00
dependabot[bot]
3f118b07cc
Bump the aws-sdk group across 1 directory with 3 updates ( #5294 )
...
Bumps the aws-sdk group with 3 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.167.1 to 1.170.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.167.1...service/ec2/v1.170.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.29.1 to 1.30.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.29.1...v1.30.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.57.1 to 1.58.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.57.1...service/s3/v1.58.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-07-11 15:53:00 -03:00
dependabot[bot]
e2d5396f25
Bump google.golang.org/api from 0.187.0 to 0.188.0 ( #5287 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.187.0 to 0.188.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.187.0...v0.188.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 15:23:50 -03:00
dependabot[bot]
f4c77b8503
Bump actions/upload-artifact from 4.3.3 to 4.3.4 ( #5283 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65462800fd...0b2256b8c0
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 14:34:28 -03:00
dependabot[bot]
6cce8244da
Bump actions/download-artifact from 4.1.7 to 4.1.8 ( #5282 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](65a9edc588...fa0a91b85d
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 13:49:35 -03:00
dependabot[bot]
0537036367
Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 ( #5279 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](d70bba72b1...4fd812986e
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 13:23:22 -03:00
dependabot[bot]
74098027c0
Bump actions/setup-python from 5.1.0 to 5.1.1 ( #5292 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](82c7e631bb...39cd14951b
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 12:58:33 -03:00
dependabot[bot]
557562ee39
Bump actions/setup-go from 5.0.1 to 5.0.2 ( #5293 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](cdcb360436...0a12ed9d6a
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 11:38:35 -03:00
Andrés Vega
0371053d72
Remove broken slack badge from README.md ( #5290 )
...
Signed-off-by: Andrés Vega <av@messier42.com>
2024-07-11 08:59:43 -03:00
Faisal Memon
93141e656e
Events based cache code reorg ( #5274 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-07-10 10:05:42 -03:00
dependabot[bot]
c50fc95d68
Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 ( #5286 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.2...v0.20.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 15:07:17 -03:00
dependabot[bot]
5f705c972c
Bump golang.org/x/net from 0.26.0 to 0.27.0 ( #5285 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:07:07 -07:00
Andrew Harding
7d38c52c1b
Optionally prefer downstream X509 CA TTL ( #5264 )
...
Plumbs through and uses the "preferred TTL" value from the downstream
server when minting downstream X509 CA.
This behavior is still off by default. It can be turned on by setting
the `use_legacy_downstream_x509_ca_ttl=false` configuration value.
This configuration value will remain false by default through SPIRE
v1.11.xx. The default can change to true, and the flag deprecated, in
SPIRE v1.12.0.
2024-07-08 10:12:46 -07:00
dependabot[bot]
955b614451
Bump google.golang.org/grpc from 1.64.0 to 1.65.0 ( #5270 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.65.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 05:09:06 -06:00
dependabot[bot]
d0931cef6f
Bump golang.org/x/sys from 0.21.0 to 0.22.0 ( #5277 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/sys/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-07 22:38:10 -03:00
dependabot[bot]
d25b906094
Bump google.golang.org/api from 0.186.0 to 0.187.0 ( #5271 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.186.0 to 0.187.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.186.0...v0.187.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-07 21:24:18 -03:00
dependabot[bot]
89d3c2d714
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 ( #5275 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](68827325e0...5927c834f5
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-06 16:55:19 -03:00
dependabot[bot]
59ab04f673
Bump github.com/docker/docker ( #5267 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.0.2+incompatible to 27.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.0.2...v27.0.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-06 14:56:34 -03:00
dependabot[bot]
a62344a4c9
Bump the aws-sdk group across 1 directory with 8 updates ( #5266 )
...
Bumps the aws-sdk group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.0` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.166.0` | `1.167.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.0` | `1.34.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.34.0` | `1.35.1` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.0` | `1.29.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.56.0` | `1.57.1` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.0` | `1.32.1` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.29.0` | `1.30.1` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.31.0 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.0...service/s3/v1.33.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.166.0 to 1.167.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.166.0...service/ec2/v1.167.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.33.0 to 1.34.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.33.0...service/s3/v1.34.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.34.0 to 1.35.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.34.0...service/fms/v1.35.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.28.0 to 1.29.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.28.0...service/s3/v1.29.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.56.0 to 1.57.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.56.0...service/s3/v1.57.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.31.0 to 1.32.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.31.0...service/emr/v1.32.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.29.0 to 1.30.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.29.0...v1.30.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 10:09:06 -03:00
ajay1135
be8667ebdf
Introduce `aws_rolesanywhere_trustanchor` BundlePublisher plugin ( #5048 )
...
* Introduce the aws_rolesanywhere_trustanchor BundlePublisher plugin
* Implement and add tests for the plugin
Signed-off-by: Ajay Gupta <apg76@cornell.edu>
* Add documentation for aws_rolesanywhere_trustanchor BundlePublisher plugin
Signed-off-by: Ajay Gupta <apg76@cornell.edu>
* Apply suggestions from code review
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: ajay1135 <32616412+ajay1135@users.noreply.github.com>
* Address comments on PR
* Only required rolesanywhere:UpdateTrustAnchor permissions (no creating
or listing)
* Add note about how this plugin is only supported when an
UpstreamAuthority plugin is also used
* Use ID instead of trust anchor name to identify trust anchors, as it's
unique
* Check that certificate bundles don't exceed a length of 8000 before
making the UpdateTrustAnchor API call
* Make corresponding changes to unit tests
Signed-off-by: Ajay Gupta <apg76@cornell.edu>
* Apply suggestions from code review
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Signed-off-by: ajay1135 <32616412+ajay1135@users.noreply.github.com>
---------
Signed-off-by: Ajay Gupta <apg76@cornell.edu>
Signed-off-by: ajay1135 <32616412+ajay1135@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-07-01 09:07:24 -03:00
dependabot[bot]
0b6aa87f55
Bump github.com/aws/smithy-go from 1.20.2 to 1.20.3 ( #5265 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.20.2...v1.20.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 15:20:21 -03:00
dependabot[bot]
7254d75388
Bump github.com/sigstore/sigstore from 1.8.5 to 1.8.6 ( #5262 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.5...v1.8.6 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 14:31:28 -03:00
dependabot[bot]
3776aa94f3
Bump github.com/docker/docker ( #5261 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.0.1+incompatible to 27.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.0.1...v27.0.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 14:04:22 -03:00
dependabot[bot]
17d2b76078
Bump github.com/open-policy-agent/opa from 0.65.0 to 0.66.0 ( #5263 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.65.0 to 0.66.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.65.0...v0.66.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 17:17:19 -03:00
dependabot[bot]
0d3928db86
Bump google.golang.org/api from 0.185.0 to 0.186.0 ( #5258 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.185.0 to 0.186.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.185.0...v0.186.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 16:50:49 -03:00
dependabot[bot]
9de20a2fde
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5257 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.165.0 to 1.166.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.165.0...service/ec2/v1.166.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 10:13:54 -03:00
Faisal Memon
27f8c36e67
Events based cache: Address missed code review comments ( #5249 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-06-25 17:31:50 -06:00
dependabot[bot]
4d1fc9eb3e
Bump github.com/sigstore/sigstore from 1.8.4 to 1.8.5 ( #5252 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.4...v1.8.5 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 15:02:23 -03:00
dependabot[bot]
e2a4cc0586
Bump github.com/docker/docker ( #5251 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.0.0+incompatible to 27.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/commits/v27.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 14:36:46 -03:00
dependabot[bot]
8cf9f3100b
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #5246 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.17.1...kms/v1.18.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-06-25 11:13:38 -03:00
dependabot[bot]
a8bc661938
Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 ( #5250 )
...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp ) from 0.7.6 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.6...v0.7.7 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 10:31:11 -03:00
Marcos Yacob
477ff538be
Bump SPIRE v1.10.1 ( #5248 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-06-24 15:21:34 -03:00
dependabot[bot]
bd69238aba
Bump google.golang.org/api from 0.184.0 to 0.185.0 ( #5242 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.184.0 to 0.185.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.184.0...v0.185.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 10:26:31 -03:00
dependabot[bot]
633a9afaef
Bump github.com/googleapis/gax-go/v2 from 2.12.4 to 2.12.5 ( #5241 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.12.4...v2.12.5 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 11:44:08 -03:00
dependabot[bot]
86deddb563
Bump github.com/aws/aws-sdk-go-v2 from 1.29.0 to 1.30.0 ( #5243 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.29.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 10:59:05 -03:00
dependabot[bot]
2f36b0fdcf
Bump github.com/google/go-tpm from 0.9.0 to 0.9.1 ( #5239 )
...
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/go-tpm/releases )
- [Commits](https://github.com/google/go-tpm/compare/v0.9.0...v0.9.1 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-20 15:04:32 -03:00
dependabot[bot]
afe587c17f
Bump the aws-sdk group with 8 updates ( #5238 )
...
Bumps the aws-sdk group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.0` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.164.2` | `1.165.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.32.0` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.33.1` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.3` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.55.2` | `1.56.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.1` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.5` | `1.29.0` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.30.0...service/s3/v1.31.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.164.2 to 1.165.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.164.2...service/ec2/v1.165.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.32.0...service/s3/v1.33.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.33.1 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.33.1...service/s3/v1.34.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.27.3 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.3...v1.28.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.55.2 to 1.56.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.55.2...service/s3/v1.56.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.30.1 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.30.1...service/s3/v1.31.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.5 to 1.29.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fsx/v1.28.5...v1.29.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-20 12:03:41 -03:00
Andrew Harding
763bcdb027
Document SDK release process ( #5235 )
...
* Document SDK release process
Resolves : #4284
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* fix lint
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* Updated with suggestions
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-06-19 12:21:02 -03:00
Federico Nahuel Quijada
7e7f487df1
Provide Grafana dashboard JSON configuration ( #5188 )
...
* add documentation and grafana dashboard
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2024-06-18 17:05:27 -03:00
Sorin Dumitru
60e88443ec
Allow specifying a cert and a key manually for federation endpoint. ( #5163 )
...
Allow specifying a cert and a key manually for federation endpoint.
* Move DiskCertManager to pkg/common
* Rename TLSConfig to GetTLSConfig
* spire-server: allow directly specifying a certificate and key for the bundle endpoint
* Update documentation
* Start file watcher as a task
* Update conf/server/server_full.conf
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2024-06-18 16:34:30 -03:00
dependabot[bot]
cdb79555cd
Bump github.com/spiffe/go-spiffe/v2 from 2.2.0 to 2.3.0 ( #5231 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 16:07:43 -03:00
dependabot[bot]
251b37d4a5
Bump the aws-sdk group across 1 directory with 4 updates ( #5229 )
...
* Bump the aws-sdk group across 1 directory with 4 updates
Bumps the aws-sdk group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.162.0 to 1.164.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.162.0...service/ec2/v1.164.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.32.0 to 1.33.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.32.0...service/s3/v1.33.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.54.1 to 1.55.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.54.1...service/s3/v1.55.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.29.0 to 1.30.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.29.0...service/s3/v1.30.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
* Stop using deprecated resolver
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-06-18 12:31:46 -06:00
dependabot[bot]
d8a1827d43
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 ( #5232 )
...
* Bump google.golang.org/protobuf from 1.34.1 to 1.34.2
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Generate protobuf code
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-06-18 15:04:56 -03:00
dependabot[bot]
8dc8dd5373
Bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.0 ( #5233 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.21 to 2.1.0.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.21...v2.1.0 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 14:40:30 -03:00
dependabot[bot]
6c036eccb7
Bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 ( #5230 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 14:16:13 -03:00
Agustín Martínez Fayó
52c79e05be
Update plugin_agent_workloadattestor_docker.md based on #5040 contribution ( #5220 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-18 12:13:47 -03:00
dependabot[bot]
c584a10c6b
Bump github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible ( #5222 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.4+incompatible to 27.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/commits )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade docket client in unit test
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-06-18 11:21:54 -03:00
dependabot[bot]
e6cb671dcd
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.35.3 to 1.35.4 ( #5225 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.35.3 to 1.35.4.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.35.4/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.35.3...v1.35.4 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 10:29:37 -03:00
dependabot[bot]
f3741c14e3
Bump google.golang.org/api from 0.183.0 to 0.184.0 ( #5223 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.183.0 to 0.184.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.183.0...v0.184.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 09:57:04 -03:00
dependabot[bot]
840afc8d65
Bump the k8s-io group with 5 updates ( #5221 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.30.1` | `0.30.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.30.1` | `0.30.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.30.1` | `0.30.2` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.30.1` | `0.30.2` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.30.1` | `0.30.2` |
Updates `k8s.io/api` from 0.30.1 to 0.30.2
- [Commits](https://github.com/kubernetes/api/compare/v0.30.1...v0.30.2 )
Updates `k8s.io/apimachinery` from 0.30.1 to 0.30.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2 )
Updates `k8s.io/client-go` from 0.30.1 to 0.30.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2 )
Updates `k8s.io/kube-aggregator` from 0.30.1 to 0.30.2
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.30.1...v0.30.2 )
Updates `k8s.io/mount-utils` from 0.30.1 to 0.30.2
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.30.1...v0.30.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 16:41:28 -03:00
dependabot[bot]
d3cf0fcc63
Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 ( #5200 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.18.3 to 0.18.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 16:06:51 -03:00
Agustín Martínez Fayó
826a59f7c7
Build the SPIRE Agent Docker image to run as root by default ( #5227 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-17 12:30:59 -03:00
Edwin Buck
e2e765ca7e
Remove configuration constraint for k8s_psat ( #5216 )
...
* Remove configuration constraint.
Closes #5211
We already scan the map of clusters at runtime, sending an error when
the cluster is not found in the hclConfig.Clusters map. So, this just
removes the need for at least one cluster to be configured.
When zero clusters are configured, all requests will fail.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
* Updates requested in reveiw.
1. Log a warning when the k8s psat server count is zero.
2. Fix the documentation (markdown) to present better.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
* Add in the block markers to make the Warning work.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
* Clarify the setting value with code highlighting.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
* Moved warning about zero configured clusters after errors.
By moving the warning to after the errors, the errors will
mask a warning on a config that doesn't get applied.
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
---------
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-06-14 11:27:58 -06:00
Andrew Harding
2fc296cd28
Update alias regex used in fake client ( #5224 )
...
It does not match that specified by
https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateAlias.html#API_CreateAlias_RequestSyntax
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-06-14 10:00:10 -06:00
dependabot[bot]
bf6850280f
Bump actions/checkout from 4.1.6 to 4.1.7 ( #5218 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](a5ac7e51b4...692973e3d9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 15:21:45 -03:00
dependabot[bot]
8795d31e54
Bump actions/dependency-review-action from 4.3.2 to 4.3.3 ( #5194 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](0c155c5e85...72eb03d02c
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 13:09:31 -03:00
dependabot[bot]
0581e3e317
Bump the azure-sdk group across 1 directory with 2 updates ( #5213 )
...
Bumps the azure-sdk group with 2 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) and [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.11.1 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.11.1...sdk/azcore/v1.12.0 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` 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/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 09:52:24 -03:00
dependabot[bot]
1ec43252fc
Bump golang.org/x/crypto from 0.23.0 to 0.24.0 ( #5192 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.24.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 09:08:34 -03:00
Andrew Harding
99f6675d20
Remove disable_reattest_to_renew functionality ( #5217 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-06-12 11:57:56 -06:00
dependabot[bot]
8f9fa036e1
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5212 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.41.0 to 1.42.0
- [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/spanner/v1.41.0...spanner/v1.42.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 14:21:36 -03:00
Agustín Martínez Fayó
04a0bcd1ad
Remove the key_metadata_file and use_msi (azure_key_vault only) settings ( #5207 )
...
* Remove the key_metadata_file and use_msi (azure_key_vault only) settings
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Address PR comments
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-10 15:28:23 -03:00
Agustín Martínez Fayó
31dbc474b8
Remove the `use_msi` setting from the `azure_msi` plugin ( #5209 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-10 15:01:52 -03:00
Andrew Harding
18767a7a2b
Enforce reattest to renew on server ( #5204 )
...
* Enforce reattest to renew on server
This has been a warning but is now enforced for 1.10.0.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* adjust node-attestation test
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* fix lint
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-10 14:17:55 -03:00
Andrew Harding
91279aa628
No longer remove deprecated bundle/svid files ( #5205 )
...
These deprecated files were unused since 1.4 but kept up-to-date until
1.9.0, which actively removed them. The removal code is no longer needed
for 1.10 onwards.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-10 13:25:06 -03:00
Andrew Harding
61d498e64e
Remove deprecated exclude_sn_from_ca_subject configurable ( #5203 )
...
This flag has been deprecated since 1.9.0 and is ready for removal.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-06-10 11:06:03 -03:00
Agustín Martínez Fayó
b1d423e184
Do not save the CA journal file anymore ( #5202 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-10 06:41:37 -06:00
Agustín Martínez Fayó
ecabb6cc4d
Fix Dockerfile to have the proper permissions in directories ( #4967 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-06-07 10:25:34 -06:00
dependabot[bot]
7e9964e9cd
Bump github.com/docker/docker ( #5195 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.3+incompatible to 26.1.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.3...v26.1.4 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 09:57:46 -06:00
dependabot[bot]
d0517aa61b
Bump golang.org/x/sys from 0.20.0 to 0.21.0 ( #5185 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/sys/compare/v0.20.0...v0.21.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 12:00:06 -03:00
dependabot[bot]
efdf7e3b87
Bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5 ( #5182 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.24.4 to 3.24.5.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.4...v3.24.5 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 13:30:55 -06:00
Edwin Buck
4da26fed17
Update Telemetry documentation for SPIRE DB Events ( #5189 )
...
* Update Telemetry documentation for SPIRE DB Events
Closes #4837
This covers the database interactions for both
registration entry events (list, prune, fetch)
and node events (list, prune, fetch)
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-06-04 18:40:41 -03:00
Edwin Buck
6ae09a498e
Fix spelling "amoount" -> "amount" ( #5187 )
...
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-06-04 11:58:16 -06:00
Faisal Memon
09e0e360d5
Handle out of order events ( #5071 )
...
* Handle out of order events
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: Marcos Yacob <marcosyacob@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-06-04 13:52:20 -03:00
Aaron Kaloti
4a90400616
Fixed bad hyperlink ( #5181 )
...
Signed-off-by: Aaron Kaloti <aarons.7007@gmail.com>
2024-06-01 22:25:42 -03:00
dependabot[bot]
894da5c317
Bump docker/login-action from 3.1.0 to 3.2.0 ( #5175 )
...
Bumps [docker/login-action](https://github.com/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: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 17:02:43 -03:00
dependabot[bot]
405e98735a
Bump github.com/open-policy-agent/opa from 0.64.1 to 0.65.0 ( #5178 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.64.1 to 0.65.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.64.1...v0.65.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 14:46:34 -03:00
dependabot[bot]
bec6530e6a
Bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 ( #5173 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 12:30:42 -03:00
dependabot[bot]
0c80e69c8a
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5176 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.161.0 to 1.162.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.161.0...service/ec2/v1.162.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 11:49:39 -03:00
amoore877
70fe7a75c1
Mark LRU Cache disablement and sizing as deprecated ( #5150 )
...
* Mark LRU Cache disablement and sizing as deprecated
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
* correct placement of accidentally moved line
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
---------
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-05-31 11:25:23 -03:00
dependabot[bot]
4e7f835220
Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 ( #5172 )
...
* Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.5.5 to 5.6.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.5.5...v5.6.0 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update error message in TestAWSRDS
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-05-31 10:44:15 -03:00
dependabot[bot]
89c24f8a7d
Bump google.golang.org/api from 0.181.0 to 0.182.0 ( #5177 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.181.0 to 0.182.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.181.0...v0.182.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-30 15:46:54 -03:00
dependabot[bot]
0350171622
Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 ( #5171 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.2...v0.18.3 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 10:28:25 -03:00
Andrew Harding
5539445966
Plugin reconfiguration support ( #5166 )
...
* Plugin reconfiguration support
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-05-23 17:49:35 -03:00
dependabot[bot]
111aa17f4f
Bump github.com/hashicorp/vault/sdk from 0.12.0 to 0.13.0 ( #5170 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/sdk/v0.12.0...sdk/v0.13.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 17:25:26 -03:00
dependabot[bot]
6f749e7b28
Bump google.golang.org/grpc from 1.63.2 to 1.64.0 ( #5148 )
...
* Bump google.golang.org/grpc from 1.63.2 to 1.64.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.63.2 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Make lint pass until we resolve migration issue
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
* Resolve windows lints
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
* Start to use grpc.NewClient in places where it is possible
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-05-23 16:45:15 -03:00
dependabot[bot]
f463737c65
Bump github.com/hashicorp/vault/api from 1.13.0 to 1.14.0 ( #5169 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 16:19:16 -03:00
dependabot[bot]
2104155ccb
Bump cloud.google.com/go/security in the google-cloud-sdk group ( #5168 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/security` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.16.0...kms/v1.17.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 14:53:12 -03:00
dependabot[bot]
3e016b2900
Bump github.com/aws/aws-sdk-go-v2/service/kms in the aws-sdk group ( #5167 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.32.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.0...service/s3/v1.32.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 14:27:07 -03:00
dependabot[bot]
9eae6ac2d9
--- ( #5164 )
...
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 10:35:16 -03:00
Sorin Dumitru
e33fb849c2
spire-agent: re-attest without restarting ( #4991 )
...
* spire-agent: re-attest without restarting
When an agent is evicted it can re-attest to reconnect to spire-server but it currently needs to restart to do that. To avoid unavailability periods, which can lead to latency in applications, reattest in process
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-05-21 17:41:24 -03:00
Federico Nahuel Quijada
b899683e80
Add spire-agent CLI commands integration test ( #4969 )
...
* Add agent cli command integration test
* Add check-valid-config
* add API WATCH command integration test
* Add api-watch-fail test
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2024-05-21 14:04:30 -03:00
dependabot[bot]
a3c05412f2
Bump github.com/aws/aws-sdk-go-v2/service/acmpca in the aws-sdk group ( #5159 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.29.1 to 1.30.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.30.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.29.1...service/s3/v1.30.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 14:51:52 -03:00
dependabot[bot]
3d8dc78337
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.35.2 to 1.35.3 ( #5162 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.35.2 to 1.35.3.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.35.3/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.35.2...v1.35.3 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 12:21:33 -03:00
dependabot[bot]
d68a6ce5c3
Bump github.com/aws/aws-sdk-go-v2 from 1.26.2 to 1.27.0 ( #5161 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.26.2 to 1.27.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.26.2...v1.27.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 10:52:43 -03:00
dependabot[bot]
469c7cf000
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #5160 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.16.0...kms/v1.17.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 10:09:07 -03:00
Marcos Yacob
ba45cdd247
Improve setup-go latency when using windows ( #5158 )
...
* Set golang folders for windows runners, and start using cache, to improve CI performance
2024-05-17 14:21:36 -03:00
dependabot[bot]
f3ee2bf653
Bump github.com/docker/docker ( #5155 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.2+incompatible to 26.1.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.2...v26.1.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-17 09:49:40 -03:00
dependabot[bot]
88dc448c47
Bump actions/checkout from 4.1.5 to 4.1.6 ( #5157 )
...
Bumps [actions/checkout](https://github.com/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
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-17 05:20:27 -06:00
Faisal Memon
1c6e1444cf
Update workflow Ubuntu to 22.04 ( #4882 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-05-16 18:11:22 -06:00
dependabot[bot]
089de8a9ab
Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.2 ( #5156 )
...
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 17:03:27 -03:00
dependabot[bot]
1e752f7986
Bump google.golang.org/api from 0.180.0 to 0.181.0 ( #5154 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.180.0 to 0.181.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.180.0...v0.181.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 15:18:39 -03:00
dependabot[bot]
390b0fb1c5
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.35.1 to 1.35.2 ( #5153 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.35.1 to 1.35.2.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.35.2/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.35.1...v1.35.2 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 14:29:57 -03:00
dependabot[bot]
f5a007a101
Bump github.com/aws/aws-sdk-go-v2/service/s3 ( #5149 )
...
Bumps the aws-sdk group with 1 update in the / directory: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.53.0 to 1.54.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.53.0...service/s3/v1.54.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 09:49:20 -03:00
dependabot[bot]
81b13bff4e
Bump the k8s-io group with 5 updates ( #5147 )
...
Bumps the k8s-io group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.30.0` | `0.30.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) | `0.30.0` | `0.30.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.30.0` | `0.30.1` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) | `0.30.0` | `0.30.1` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils ) | `0.30.0` | `0.30.1` |
Updates `k8s.io/api` from 0.30.0 to 0.30.1
- [Commits](https://github.com/kubernetes/api/compare/v0.30.0...v0.30.1 )
Updates `k8s.io/apimachinery` from 0.30.0 to 0.30.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.30.0...v0.30.1 )
Updates `k8s.io/client-go` from 0.30.0 to 0.30.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.30.0...v0.30.1 )
Updates `k8s.io/kube-aggregator` from 0.30.0 to 0.30.1
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.30.0...v0.30.1 )
Updates `k8s.io/mount-utils` from 0.30.0 to 0.30.1
- [Commits](https://github.com/kubernetes/mount-utils/compare/v0.30.0...v0.30.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/mount-utils
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 18:20:24 -03:00
dependabot[bot]
9bd6aa4232
Bump cloud.google.com/go/storage in the google-cloud-sdk group ( #5146 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.40.0 to 1.41.0
- [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/spanner/v1.40.0...spanner/v1.41.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 16:26:11 -03:00
dependabot[bot]
4140e3797c
Bump github.com/gofrs/uuid/v5 from 5.1.0 to 5.2.0 ( #5141 )
...
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 15:41:38 -03:00
Marcos Yacob
8dbf75912d
Bump spire v1.10.0 ( #5144 )
...
* Bump spire v1.10.0
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-05-15 14:36:36 -03:00
dependabot[bot]
ade2b3dcd5
Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 ( #5139 )
...
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/hashicorp/go-plugin/releases )
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 17:56:46 -03:00
dependabot[bot]
82d11b4bb5
Bump google.golang.org/api from 0.178.0 to 0.180.0 ( #5138 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.178.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.178.0...v0.180.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 15:29:53 -03:00
Andrew Harding
3b3c099c2d
Tighten up PSAT audience validation ( #5142 )
...
Kubernetes docs advise that callers of the TokenReview API should cross
check the audience fields in the spec and status just in case there is
a validator out there that is audience-unaware.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-05-14 07:43:20 -06:00
dependabot[bot]
d56fe8fae7
Bump github.com/docker/docker ( #5137 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.1+incompatible to 26.1.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.1...v26.1.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 15:43:14 -03:00
dependabot[bot]
08de26dd58
Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 ( #5136 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 13:10:11 -03:00
dependabot[bot]
70bbbe8f51
Bump golang.org/x/net from 0.24.0 to 0.25.0 ( #5135 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 10:52:50 -03:00
dependabot[bot]
4da4470755
Bump cloud.google.com/go/kms in the google-cloud-sdk group ( #5133 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/kms` from 1.15.8 to 1.16.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.15.8...kms/v1.16.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 15:22:45 -03:00
dependabot[bot]
b3c8dd0860
Bump golang.org/x/sys from 0.19.0 to 0.20.0 ( #5134 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 14:12:25 -03:00
dependabot[bot]
e3f0d7c71a
Bump msys2/setup-msys2 from 2.22.0 to 2.23.0 ( #5125 )
...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2 ) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/msys2/setup-msys2/releases )
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md )
- [Commits](cc11e9188b...d0e80f58df
)
---
updated-dependencies:
- dependency-name: msys2/setup-msys2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 21:36:15 -03:00
dependabot[bot]
b9c06009e3
Bump actions/checkout from 4.1.4 to 4.1.5 ( #5124 )
...
Bumps [actions/checkout](https://github.com/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
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 20:58:55 -03:00
dependabot[bot]
0fabcce09d
Bump actions/setup-go from 5.0.0 to 5.0.1 ( #5122 )
...
Bumps [actions/setup-go](https://github.com/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
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 20:18:28 -03:00
dependabot[bot]
5387be6b2f
Bump github.com/aws/aws-sdk-go-v2/service/ec2 ( #5131 )
...
Bumps the aws-sdk group with 1 update in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.159.0 to 1.161.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.159.0...service/ec2/v1.161.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 17:44:13 -03:00
dependabot[bot]
ba71ae85d1
Bump google.golang.org/api from 0.176.1 to 0.178.0 ( #5129 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.176.1 to 0.178.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.176.1...v0.178.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 17:02:52 -03:00
dependabot[bot]
bb8916e093
Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 ( #5128 )
...
* Bump google.golang.org/protobuf from 1.34.0 to 1.34.1
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regen protos
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-05-08 16:17:40 -03:00
dependabot[bot]
2349a4967b
Bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.2 ( #5127 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.18.0 to 0.18.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 14:58:31 -03:00
dependabot[bot]
4d6a0184cf
Bump cloud.google.com/go/secretmanager in the google-cloud-sdk group ( #5120 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/secretmanager` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.12.0...kms/v1.13.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 14:08:15 -03:00
Agustín Martínez Fayó
4df15ea2df
Bump SPIRE to v1.9.6 ( #5130 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-05-08 09:03:50 -06:00
dependabot[bot]
31c847e723
Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.4 ( #5117 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.3...v3.24.4 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 12:25:05 -03:00
Agustín Martínez Fayó
00f2ca59e8
Fix the clock skew calculation in auth tokens for IAM-based authentication with AWS RDS ( #5119 )
...
* Fix the clock skew calculation in auth tokens for AWS RDS
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* - Rename isExpired() function to shouldRotate() and add a comment
- Use the newly added clockSkew constant
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-05-07 04:55:04 -06:00
dependabot[bot]
76a5e69ae5
Bump actions/dependency-review-action from 4.3.1 to 4.3.2 ( #5116 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](e58c696e52...0c155c5e85
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 16:44:40 -06:00
nik
9deb3171e8
reset timestamps to integer when composer plugins are invoked for compatiblity with AWS ( #5115 )
...
Using credentialcomposer plugins forces Claims to be translated as protobuf structs which serializes integers as floats (#4982 ). AWS rejects validating JWT issued by SPIRE with timestamps that are in scientific notation. AWS STS only accepts integer timestamps as valid. We've discussed this with AWS, and while they agree it's an issue in AWS STS, there's no recourse available with them. This fix helps reset value type for timestamps and also includes unit tests that make the problem obvious. This is the minimal change needed for SPIRE to produce verifiable JWT for AWS when using credentialcomposer plugin.
Signed-off-by: Nikhil Arora <narora@indeed.com>
2024-05-01 12:39:24 -06:00
Max Lambrecht
59a30003dc
Use go-version-file in Setup go actions ( #5099 )
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-04-30 15:45:19 -06:00
dependabot[bot]
904cb3731f
Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 ( #5103 )
...
* Bump google.golang.org/protobuf from 1.33.0 to 1.34.0
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* regen protos
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-04-30 14:35:24 -06:00
dependabot[bot]
8396ff7e8e
Bump github.com/docker/docker ( #5104 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.0+incompatible to 26.1.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.0...v26.1.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 13:38:35 -06:00
dependabot[bot]
2f641ee61a
Bump actions/dependency-review-action from 4.2.5 to 4.3.1 ( #5100 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.2.5 to 4.3.1.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](5bbc3ba658...e58c696e52
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 10:22:34 -06:00
dependabot[bot]
aa0707ffa1
Bump github.com/open-policy-agent/opa from 0.63.0 to 0.64.1 ( #5098 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.63.0 to 0.64.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.63.0...v0.64.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 09:20:02 -06:00
dependabot[bot]
f8d5dd4dbb
Bump sigs.k8s.io/controller-runtime from 0.17.3 to 0.18.0 ( #5095 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.17.3 to 0.18.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.3...v0.18.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 06:16:36 -06:00
dependabot[bot]
a6776ebc05
Bump github.com/aws/aws-sdk-go-v2/service/ec2 ( #5094 )
...
Bumps the aws-sdk group with 1 update in the / directory: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.157.0 to 1.159.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.157.0...service/ec2/v1.159.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 14:28:04 -06:00
dependabot[bot]
ca5ca91b9f
Bump actions/download-artifact from 4.1.5 to 4.1.7 ( #5093 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](8caf195ad4...65a9edc588
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 13:39:12 -06:00
dependabot[bot]
26051c16eb
Bump actions/checkout from 4.1.2 to 4.1.4 ( #5092 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](9bb56186c3...0ad4b8fada
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 12:27:40 -06:00
dependabot[bot]
e5cd594c4a
Bump google.golang.org/api from 0.174.0 to 0.176.1 ( #5091 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.174.0 to 0.176.1.
- [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.174.0...v0.176.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 13:19:13 -03:00
dependabot[bot]
a8b40afd5c
Bump github.com/docker/docker ( #5089 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.0.2+incompatible to 26.1.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.0.2...v26.1.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:24:47 -03:00
dependabot[bot]
555157ddbb
Bump actions/upload-artifact from 4.3.2 to 4.3.3 ( #5087 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](1746f4ab65...65462800fd
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 10:43:37 -03:00
dependabot[bot]
9e23dbe97d
Bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2 ( #5086 )
...
Bumps [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/Microsoft/go-winio/releases )
- [Commits](https://github.com/Microsoft/go-winio/compare/v0.6.1...v0.6.2 )
---
updated-dependencies:
- dependency-name: github.com/Microsoft/go-winio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 11:22:55 -03:00
Andrew Harding
8090bf307f
New container locator for docker/k8s on linux ( #5076 )
...
* New container locator for docker/k8s on linux
The docker and k8s workload attestors work backwards from pid to
container by inspecting the proc filesystem. Today, this happens by
inspecting the cgroup file. Identifying the container ID (and pod UID)
from the cgroup file has been a continual arms race. The k8s and docker
workload attestors grew different mechanisms for trying to deal with the
large variety in the output.
Further, with cgroups v2 and private namespaces, the cgroup file might
not have the container ID or pod UID information within it.
This PR unifies the container ID (and pod UID) extraction for both the
docker and k8s workload attestors. The new implementation searches the
mountinfo file first for cgroups mounts. If not found, it will fall back
to the cgroup file (typically necessary only when the workload is
running in the same container as the agent).
The extraction algorithm is the same for both mountinfo and cgroup
entries, and is as follows:
1. Iterator over each entry in the file being searched, extracting
either the cgroup mount root (mountinfo) or the cgroup group
path (cgroup) as the source path.
2. Walk backwards through the segments in the source path looking for
the 64-bit hex digit container ID.
3. If looking for the pod UID (K8s only), then walk backwards through
the segments in the path looking for the pod UID pattern used by
kubelet. Start with the segment the container ID was found in
(truncated to remove the container ID portion).
4. If there are pod UID/container ID conflicts after searching these
files then log and abort. Entries that have a pod UID override those
that don't.
The container ID is very often contained in the last segment in the path
but there are situations where it isn't.
This new functionality is NOT enabled by default, but opted in using the
`use_new_container_locator` configurable in each plugin. In 1.10, we can
consider enabling it by default.
The testing for the new code is spread out a little bit. The cgroups
fallback functionality is mostly tested by the existing tests in the
k8s and docker plugin tests. The mountinfo tests are only in the new
containerinfo package.
In the long term, I'd like to see all of the container info extraction
related tests moved solely to the containerinfo package and removed from
the individual plugins.
Resolves #4004 , resolves #4682 , resolves #4917 .
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* missing new arg
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* fix windows tests
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* fix windows tests and lint
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* address pr comments
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* markdown lint
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* add agent full conf
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* fix labels
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* change log to warn
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* use new locator in it
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-04-24 08:01:23 -06:00
dependabot[bot]
6760216d92
Bump github.com/hashicorp/vault/api from 1.12.2 to 1.13.0 ( #5083 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.12.2...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:45:42 -03:00
dependabot[bot]
2288376e5c
Bump actions/upload-artifact from 4.3.1 to 4.3.2 ( #5082 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](5d5d22a312...1746f4ab65
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 10:36:44 -03:00
dependabot[bot]
87aa717f13
Bump actions/download-artifact from 4.1.4 to 4.1.5 ( #5081 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](c850b930e6...8caf195ad4
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 16:27:33 -03:00
dependabot[bot]
7842f63a34
Bump the k8s-io group with 4 updates ( #5078 )
...
Bumps the k8s-io group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.29.4 to 0.30.0
- [Commits](https://github.com/kubernetes/api/compare/v0.29.4...v0.30.0 )
Updates `k8s.io/apimachinery` from 0.29.4 to 0.30.0
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.4...v0.30.0 )
Updates `k8s.io/client-go` from 0.29.4 to 0.30.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.4...v0.30.0 )
Updates `k8s.io/kube-aggregator` from 0.29.4 to 0.30.0
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.29.4...v0.30.0 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 14:30:36 -03:00
dependabot[bot]
2fee998e5b
Bump github.com/docker/docker ( #5080 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.0.1+incompatible to 26.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.0.1...v26.0.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 13:18:29 -03:00
dependabot[bot]
bc6c38828a
Bump google.golang.org/api from 0.173.0 to 0.174.0 ( #5079 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.173.0 to 0.174.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.173.0...v0.174.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 12:17:55 -03:00
Rushikesh Butley
2467fe5cc4
Organization List Feature in Server AWS Node Attester Plugin "aws_iid" ( #4838 )
...
* Add New Organization Feature
Signed-off-by: Rushikesh Butley <rbutley@confluent.io>
2024-04-18 16:50:43 -03:00
dependabot[bot]
cc37a51388
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5077 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.156.0 to 1.157.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.156.0...service/ec2/v1.157.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 14:40:36 -03:00
dependabot[bot]
5fe4359bad
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.34.1 to 1.35.1 ( #5075 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.34.1 to 1.35.1.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.35.1/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.34.1...v1.35.1 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 10:19:56 -03:00
dependabot[bot]
6a5b04dffe
Bump the k8s-io group with 4 updates ( #5073 )
...
Bumps the k8s-io group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.29.3 to 0.29.4
- [Commits](https://github.com/kubernetes/api/compare/v0.29.3...v0.29.4 )
Updates `k8s.io/apimachinery` from 0.29.3 to 0.29.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.3...v0.29.4 )
Updates `k8s.io/client-go` from 0.29.3 to 0.29.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.3...v0.29.4 )
Updates `k8s.io/kube-aggregator` from 0.29.3 to 0.29.4
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.29.3...v0.29.4 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 17:51:31 -03:00
dependabot[bot]
06eb916c72
Bump google.golang.org/api from 0.172.0 to 0.173.0 ( #5074 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.172.0 to 0.173.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.172.0...v0.173.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 15:47:36 -03:00
Agustín Martínez Fayó
8e8f747890
Do not rotate JWT keys if X509 preparation failed during initialization ( #5064 )
...
* Do not rotate JWT keys if X509 preparation failed
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Address PR comment
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-16 22:12:05 -03:00
Max Lambrecht
9ec534a686
Ensure Non-Empty JWT Bundles Before Adding to FetchJWTBundles Response ( #5031 )
...
* Handle empty JWT bundle in FetchJWTBundles handler
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2024-04-16 15:30:47 -03:00
dependabot[bot]
57f3cac0cd
Bump cloud.google.com/go/security in the google-cloud-sdk group ( #5072 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/security` from 1.15.6 to 1.16.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.15.6...asset/v1.16.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 14:53:48 -03:00
dependabot[bot]
76a4bca5f7
Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3 ( #5070 )
...
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/hashicorp/go-hclog/releases )
- [Commits](https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-hclog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 09:49:00 -07:00
dependabot[bot]
11b9ad06e6
Bump google.golang.org/grpc from 1.62.2 to 1.63.2 ( #5069 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.62.2 to 1.63.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.2...v1.63.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 10:13:44 -03:00
dependabot[bot]
6856ddd349
Bump github.com/hashicorp/vault/sdk from 0.11.1 to 0.12.0 ( #5068 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.11.1...sdk/v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 19:30:08 -07:00
Faisal Memon
1b264a7f37
Prune expired nodes from cache ( #5042 )
...
* Prune expired nodes from cache
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Update pkg/server/endpoints/authorized_entryfetcher.go
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix unit tests
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
---------
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-04-15 10:45:29 -06:00
dependabot[bot]
8ff27de5c9
Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 ( #5062 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.2...v0.17.3 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14 22:41:14 -07:00
dependabot[bot]
4aa1d6ae8a
Bump the aws-sdk group with 2 updates ( #5066 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.31.1 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.32.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.31.1...service/s3/v1.32.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.30.0...service/s3/v1.31.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14 21:54:28 -07:00
dependabot[bot]
df0829a3a3
Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 ( #5063 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.24.2 to 3.24.3.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.2...v3.24.3 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14 20:53:09 -07:00
dependabot[bot]
7f07972df7
Bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.1.0 ( #5060 )
...
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 15:31:05 -07:00
dependabot[bot]
aa4aa6d5d5
Bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 ( #5059 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 14:46:20 -07:00
dependabot[bot]
1e82f9b430
Bump sigstore/cosign-installer from 3.4.0 to 3.5.0 ( #5057 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](e1523de757...59acb6260d
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 11:59:22 -07:00
Ryan Turner
acdbd50d69
Update go-jose to 4.0.1 ( #5017 )
...
* Update go-jose to 4.0.1
There are two breaking changes from the 3.x versions that affect SPIRE code:
- JWT parsing methods now require accepted signature algorithms (`alg`
header parameter) to be passed as input. If the token contains a
signature algorithm not in the list of accepted signature algorithms,
token parsing fails. This is to prevent against signature algorithm
confusion attacks.
- CompactSerialize() method has been removed in favor of
Serialize(). These methods are functionally equivalent.
Signed-off-by: Ryan Turner <turner@uber.com>
2024-04-12 11:04:25 -07:00
dependabot[bot]
fd6e51a7fe
Bump github.com/docker/docker ( #5061 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.0.0+incompatible to 26.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.0.0...v26.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 11:13:36 -07:00
dependabot[bot]
181931d483
Bump github.com/google/go-tpm-tools from 0.4.3 to 0.4.4 ( #5056 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 22:05:25 -07:00
dependabot[bot]
e798a0bbba
Bump github.com/sigstore/rekor from 1.3.5 to 1.3.6 ( #5053 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.5...v1.3.6 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 15:05:54 -07:00
dependabot[bot]
891b3e9267
Bump the azure-sdk group with 2 updates ( #5052 )
...
Bumps the azure-sdk group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) and [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.10.0 to 1.11.1
- [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.10.0...sdk/azcore/v1.11.1 )
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 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 13:56:47 -07:00
dependabot[bot]
c2e2887b93
Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 ( #5050 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](2b51285047...d70bba72b1
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 09:34:27 -07:00
dependabot[bot]
c598ada624
Bump golang.org/x/sync from 0.6.0 to 0.7.0 ( #5051 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 21:40:20 +00:00
dependabot[bot]
e79d4c3aca
Bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0 ( #5046 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.1.7 to 2.2.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.1.7...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 21:38:47 +00:00
dependabot[bot]
60c9b0ad77
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in the aws-sdk group ( #5044 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.155.0 to 1.156.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.155.0...service/ec2/v1.156.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 21:38:21 +00:00
dependabot[bot]
25a0ac8673
Bump google.golang.org/api from 0.170.0 to 0.172.0 ( #5036 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.170.0 to 0.172.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.170.0...v0.172.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 20:43:22 +00:00
dependabot[bot]
6c24776e72
Bump github.com/aws/smithy-go from 1.20.1 to 1.20.2 ( #5035 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.20.1...v1.20.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 20:43:17 +00:00
Faisal Memon
5eefa542fd
Emit events when Node Selectrs are set ( #5037 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-09 15:25:04 -03:00
Agustín Martínez Fayó
787252541d
- Updated to google.golang.org/grpc v1.62.2 and golang.org/x/net v0.24.0 to address CVE-2023-45288 ( #5045 )
...
- Bump SPIRE to 1.9.5
- Update CHANGELOG with 1.8.10 and 1.9.4 releases
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-08 10:00:15 -03:00
Faisal Memon
3bff520d17
Fix event being dropped on error ( #5030 )
...
* Fix event being dropped on error
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Fix missing event id bump
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
---------
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-05 17:04:07 -03:00
dependabot[bot]
fb50a1a52c
Bump github.com/docker/docker from 25.0.4+incompatible to 26.0.0+incompatible ( #5008 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.4+incompatible to 26.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.4...v26.0.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update the expected API version to 1.45
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-05 14:27:25 -03:00
Agustín Martínez Fayó
7034335718
- Updated to Go 1.21.9 to address CVE-2023-45288 ( #5043 )
...
- Limit the preallocation of memory when making paginated requests to the ListEntries and ListAgents RPCs
- Bump to v1.9.4
- Update CHANGELOG
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-04-05 08:55:19 -06:00
dependabot[bot]
02571566fe
Bump github.com/open-policy-agent/opa from 0.62.1 to 0.63.0 ( #5034 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.62.1 to 0.63.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.62.1...v0.63.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 15:02:39 -03:00
dependabot[bot]
3264a23a62
Bump the google-cloud-sdk group with 1 update ( #5028 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.39.0 to 1.40.0
- [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/spanner/v1.39.0...spanner/v1.40.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:56:29 -03:00
dependabot[bot]
4afca59230
Bump actions/setup-python from 5.0.0 to 5.1.0 ( #5027 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](0a5c615913...82c7e631bb
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 14:51:33 -03:00
dependabot[bot]
60bc01899c
Bump github.com/uber-go/tally/v4 from 4.1.12 to 4.1.16 ( #5025 )
...
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally ) from 4.1.12 to 4.1.16.
- [Release notes](https://github.com/uber-go/tally/releases )
- [Commits](https://github.com/uber-go/tally/compare/v4.1.12...v4.1.16 )
---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 11:55:58 -03:00
dependabot[bot]
7cc02729e1
Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 ( #5023 )
...
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff ) from 4.2.1 to 4.3.0.
- [Commits](https://github.com/cenkalti/backoff/compare/v4.2.1...v4.3.0 )
---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:48:25 -03:00
dependabot[bot]
5b5b0006d1
Bump the aws-sdk group with 4 updates ( #5029 )
...
Bumps the aws-sdk group with 4 updates: [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.15.0...v1.16.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.151.0 to 1.155.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.151.0...service/ec2/v1.155.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.29.1 to 1.30.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.30.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.29.1...service/s3/v1.30.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.52.0...service/s3/v1.53.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-29 15:51:47 -06:00
Ryan Turner
cafce4dbdc
Exclude dependabot author from new DCO check ( #5026 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2024-03-29 09:25:16 -03:00
dependabot[bot]
95e07c114f
Bump actions/dependency-review-action from 4.1.3 to 4.2.5 ( #5018 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.1.3 to 4.2.5.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](9129d7d40b...5bbc3ba658
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 17:43:50 -06:00
Ryan Turner
0f1310bcb9
Try out github.com/christophebedard/dco-check ( #5010 )
...
* Try out github.com/christophebedard/dco-check
The DCO app currently used in the repository doesn't support GitHub
merge queues. Try out this other DCO check script which will run as our
own managed job that we can configure to run for PRs added to the merge
queue.
We can try running this check in parallel to the existing check to
ensure it's stable before trying to rely on it.
Signed-off-by: Ryan Turner <turner@uber.com>
* Fix YAML syntax
Signed-off-by: Ryan Turner <turner@uber.com>
* Allow to run on workflow_dispatch
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-03-28 15:21:44 -06:00
Marcos Yacob
6608f339ae
Allow reload logfile by signal ( #4975 )
...
* Resolve issue causing spire server to no reload log file when receiving a signal
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Add unit test
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
* Run Reopen log tests only on posix, since windows does not support signals, it is not possible to apply that logic
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
* Move server run test case to posix
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-03-28 13:52:42 -06:00
Agustín Martínez Fayó
36f26c8575
Introduce the `gcp_cloudstorage` BundlePublisher plugin ( #4961 )
...
* Introduce the `gcp_cloudstorage` BundlePublisher plugin
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
* Address PR comments
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-03-28 12:44:39 -06:00
Federico Nahuel Quijada
0727fa64f7
Add more filtering options to entry count/show and agent count/list ( #4714 )
...
* add filtering options to count command
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* add more fields
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* Add filtering to entry & agent count/show/list commands
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* fix lint
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* add more unit test
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* Change count & list for entries
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* rollback
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* fix
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* fix lint
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* update go.mod & go.sum
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* fix windows message
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* update agent & entry message
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* update agent message
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* count entries & agent now uses pagination
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* remove comment
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* fix lint
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
* rollback
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
---------
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
Signed-off-by: Federico Nahuel Quijada <63385953+FedeNQ@users.noreply.github.com>
2024-03-27 19:22:59 -03:00
dependabot[bot]
0d28fe87c9
Bump the google-cloud-sdk group with 1 update ( #5004 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/secretmanager` from 1.11.5 to 1.12.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/secretmanager/v1.11.5...dlp/v1.12.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 13:51:08 -06:00
dependabot[bot]
0c7807f878
Bump actions/cache from 4.0.1 to 4.0.2 ( #5001 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](ab5e6d0c87...0c45773b62
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:38:29 -06:00
dependabot[bot]
51050c3438
Bump github.com/hashicorp/vault/api from 1.12.1 to 1.12.2 ( #5000 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.12.1...v1.12.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 10:24:24 -06:00
dependabot[bot]
4b3f7030b2
Bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 ( #4999 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.25.3 to 1.26.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.3...v1.26.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 09:17:18 -06:00
dependabot[bot]
14ab9eece4
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.34.0 to 1.34.1 ( #4995 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.34.1/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.34.0...v1.34.1 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 06:35:42 -06:00
Andrew Harding
69c941a72e
Bump version after v1.9.2 ( #5016 )
...
* CHANGELOG update for version v1.9.2 (#5013 )
* Use cosign v2.2.3 (#5015 )
Also, auto-accept cosign prompts for non-destructive actions needed to
push to the transparency log when running from CI/CD.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-03-26 11:21:59 -03:00
Ryan Turner
6e1bfc40f7
Update Go to 1.22.1 ( #4970 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2024-03-21 10:59:55 -03:00
Ryan Turner
439d336174
Remove duplicate github.com/gofrs/uuid v4 dependency ( #5002 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2024-03-20 08:13:34 -03:00
Ryan Turner
6861e547e4
Try out GitHub merge queue ( #4945 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-03-19 11:37:06 -07:00
Max Lambrecht
ea8b30c628
Add --static to verify binaries ( #4972 )
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2024-03-19 14:22:29 -03:00
dependabot[bot]
2f219878fb
Bump the k8s-io group with 4 updates ( #4994 )
...
Bumps the k8s-io group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.29.2 to 0.29.3
- [Commits](https://github.com/kubernetes/api/compare/v0.29.2...v0.29.3 )
Updates `k8s.io/apimachinery` from 0.29.2 to 0.29.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.2...v0.29.3 )
Updates `k8s.io/client-go` from 0.29.2 to 0.29.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.2...v0.29.3 )
Updates `k8s.io/kube-aggregator` from 0.29.2 to 0.29.3
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.29.2...v0.29.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 11:37:25 -03:00
dependabot[bot]
5b40ef7bef
Bump google.golang.org/api from 0.169.0 to 0.170.0 ( #4988 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.169.0 to 0.170.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.169.0...v0.170.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 10:26:54 -03:00
dependabot[bot]
6832ce77f4
Bump the aws-sdk group with 1 update ( #4993 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.150.0 to 1.151.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.150.0...service/ec2/v1.151.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 15:31:15 -03:00
dependabot[bot]
f9463779d4
Bump github.com/googleapis/gax-go/v2 from 2.12.2 to 2.12.3 ( #4987 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.12.2...v2.12.3 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 14:50:38 -03:00
dependabot[bot]
7c822c3368
Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 ( #4983 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](0d103c3126...2b51285047
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 13:42:19 -03:00
dependabot[bot]
bfec9b68bc
Bump github.com/hashicorp/vault/sdk from 0.11.0 to 0.11.1 ( #4980 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.11.0...v0.11.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:24:48 -03:00
Ryan Turner
198e9f3c20
Change go-metrics dependency ( #4981 )
...
github.com/armon/go-metrics was renamed to
github.com/hashicorp/go-metrics on June 8, 2023 as part of the v0.5.0
release. Update to the latest package name so we can keep getting
updates.
Signed-off-by: Ryan Turner <turner@uber.com>
2024-03-14 17:39:36 -03:00
dependabot[bot]
c173037fcc
Bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 ( #4978 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 17:01:49 -03:00
dependabot[bot]
2d42b0c9cd
Bump the aws-sdk group with 1 update ( #4977 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.51.1...service/s3/v1.52.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 15:21:36 -03:00
dependabot[bot]
b893124b54
Bump github.com/hashicorp/vault/api from 1.12.0 to 1.12.1 ( #4979 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.12.0...v1.12.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 14:37:33 -03:00
dependabot[bot]
29d3ca9bf1
Bump docker/login-action from 3.0.0 to 3.1.0 ( #4974 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](343f7c4344...e92390c5fb
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 12:29:09 -03:00
dependabot[bot]
826cf561b1
Bump actions/checkout from 4.1.1 to 4.1.2 ( #4971 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](b4ffde65f4...9bb56186c3
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 11:29:30 -03:00
dependabot[bot]
7602977646
Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 ( #4965 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.7.1...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 14:23:55 -03:00
dependabot[bot]
8ce7702f92
Bump github.com/jackc/pgx/v5 from 5.5.4 to 5.5.5 ( #4964 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.5.4 to 5.5.5.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.5.4...v5.5.5 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:48:29 -03:00
Marcos Yacob
e231f67451
Resolve some issues in logger API and add reset logger CLI ( #4966 )
...
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
2024-03-11 15:07:07 -06:00
Edwin Buck
a8d547cce6
Post launch Log level control for the Server ( #4880 )
...
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2024-03-11 10:44:40 -06:00
Carlo Teubner
91ddf4fe6b
Document BundlePublisher ( #4951 )
...
Mention the BundlePublisher plugin type, and its built-in aws_s3
implementation, on the SPIRE Server Configuration Reference page.
This plugin type was introduced in spiffe/spire-plugin-sdk#38.
See also #2909 , #4034 .
While I'm touching this, a couple of other tweaks:
- Add CredentialComposer to plugin type list (its uniqueid
implementation was already mentioned in the built-in plugin table).
- Reorder the tables of plugin types and built-in plugins to hopefully
make a little more sense, and to be consistent with each other.
- Change a "sql" to a "SQL".
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2024-03-08 20:42:06 -03:00
dependabot[bot]
6dcb0ecf67
Bump github.com/uber-go/tally/v4 from 4.1.11 to 4.1.12 ( #4959 )
...
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally ) from 4.1.11 to 4.1.12.
- [Release notes](https://github.com/uber-go/tally/releases )
- [Commits](https://github.com/uber-go/tally/compare/v4.1.11...v4.1.12 )
---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 13:59:18 -08:00
dependabot[bot]
7828b656e9
Bump google.golang.org/api from 0.168.0 to 0.169.0 ( #4960 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.168.0 to 0.169.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.168.0...v0.169.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 12:52:46 -08:00
dependabot[bot]
c6645a80cb
Bump the aws-sdk group with 1 update ( #4958 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.149.1 to 1.150.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.149.1...service/ec2/v1.150.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 10:41:10 -08:00
dependabot[bot]
03013f240f
Bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21 ( #4953 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.20...v2.0.21 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 09:48:39 -08:00
dependabot[bot]
2f37a0f4a2
Bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 ( #4956 )
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.2 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.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 19:31:32 -08:00
dependabot[bot]
3a90df5845
Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 ( #4955 )
...
Bumps gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3.
---
updated-dependencies:
- dependency-name: gopkg.in/go-jose/go-jose.v2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 16:09:16 -08:00
dependabot[bot]
1357a95460
Bump github.com/docker/docker ( #4952 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.3+incompatible to 25.0.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.3...v25.0.4 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 12:33:29 -08:00
dependabot[bot]
b125c0b333
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ( #4949 )
...
* 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
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regen *.pb.go files
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <turner@uber.com>
2024-03-07 10:58:12 -03:00
dependabot[bot]
8f0aa14706
Bump github.com/open-policy-agent/opa from 0.62.0 to 0.62.1 ( #4950 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.62.0 to 0.62.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.62.0...v0.62.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 20:35:36 -08:00
dependabot[bot]
0539584ed8
Bump google.golang.org/grpc from 1.62.0 to 1.62.1 ( #4948 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.0...v1.62.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 18:10:05 -08:00
dependabot[bot]
91fdca2b86
Bump golang.org/x/net from 0.21.0 to 0.22.0 ( #4942 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 18:00:23 -03:00
Andrew Harding
a3981212f4
Assert API availablility on transports ( #4944 )
...
Resolves #4940
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-03-06 15:19:12 -03:00
Agustín Martínez Fayó
62d3114a85
Add Linkerd to the adopters list ( #4907 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-03-06 14:26:15 -03:00
Marcos Yacob
dd5c538bd0
Bump SPIRE to 1.9.2 ( #4947 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-03-06 13:03:25 -03:00
dependabot[bot]
61f4270a1f
Bump google.golang.org/api from 0.167.0 to 0.168.0 ( #4941 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.167.0 to 0.168.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.167.0...v0.168.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 18:02:58 -03:00
Guilherme Carvalho
bef1690d90
Enable gRPC server reflection to agent workload endpoints ( #4916 )
...
* Add reflection to agent workload endpoints
Signed-off-by: Guilherme Carvalho <guilherme@spirl.com>
2024-03-04 16:13:50 -08:00
dependabot[bot]
81de95eb71
Bump golang.org/x/sys from 0.17.0 to 0.18.0 ( #4938 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 15:31:17 -08:00
dependabot[bot]
72ca57b925
Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 ( #4939 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.5.3 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 14:04:06 -08:00
dependabot[bot]
6cc49ab068
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ( #4937 )
...
Bumps [github.com/stretchr/testify](https://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 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 13:15:51 -08:00
dependabot[bot]
973448df15
Bump actions/download-artifact from 4.1.3 to 4.1.4 ( #4936 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](87c55149d9...c850b930e6
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 10:04:03 -03:00
dependabot[bot]
76ec2f768e
Bump actions/cache from 4.0.0 to 4.0.1 ( #4929 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](13aacd865c...ab5e6d0c87
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 16:07:32 -03:00
dependabot[bot]
9a2376f5c3
Bump github.com/open-policy-agent/opa from 0.61.0 to 0.62.0 ( #4934 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.61.0 to 0.62.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.61.0...v0.62.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 14:37:01 -03:00
dependabot[bot]
2e5aee0d01
Bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.2 ( #4935 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.17.0 to 0.17.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.0...v0.17.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 09:34:10 -03:00
dependabot[bot]
94b2aecdfd
Bump github.com/shirou/gopsutil/v3 from 3.24.1 to 3.24.2 ( #4933 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.24.1 to 3.24.2.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.1...v3.24.2 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 08:54:01 -03:00
dependabot[bot]
7cbc5517f4
Bump the azure-sdk group with 1 update ( #4932 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.2 to 1.10.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.10.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 17:37:35 -03:00
dependabot[bot]
e6dbd307ce
Bump the google-cloud-sdk group with 1 update ( #4931 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.38.0 to 1.39.0
- [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/spanner/v1.38.0...spanner/v1.39.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 14:45:38 -03:00
dependabot[bot]
938072f3d9
Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.20 ( #4928 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.19...v2.0.20 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 13:31:46 -03:00
dependabot[bot]
9e85240cf7
Bump github.com/googleapis/gax-go/v2 from 2.12.0 to 2.12.2 ( #4927 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.12.0 to 2.12.2.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.12.0...v2.12.2 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 09:08:33 -03:00
dependabot[bot]
83c047a422
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4925 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.16 to 1.34.0.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.16...v1.34.0 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 23:01:03 -03:00
dependabot[bot]
87cfff9bea
Bump google.golang.org/api from 0.162.0 to 0.167.0 ( #4926 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.162.0 to 0.167.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.162.0...v0.167.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 22:25:06 -03:00
dependabot[bot]
e14da06a2a
Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3 ( #4924 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.5.2 to 5.5.3.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.5.2...v5.5.3 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 16:19:55 -03:00
dependabot[bot]
79a7cdb921
Bump github.com/sigstore/sigstore from 1.8.1 to 1.8.2 ( #4922 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.1...v1.8.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 19:33:32 -03:00
dependabot[bot]
e474dd6c43
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 ( #4921 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 18:45:41 -03:00
dependabot[bot]
d21b0252b1
Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 ( #4920 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f95db51fdd...0d103c3126
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 17:51:54 -03:00
dependabot[bot]
cfad570cab
Bump the aws-sdk group with 8 updates ( #4918 )
...
Bumps the aws-sdk group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/feature/rds/auth](https://github.com/aws/aws-sdk-go-v2 ) | `1.3.10` | `1.4.2` |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.0` | `1.29.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.148.0` | `1.149.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.0` | `1.31.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.1` | `1.29.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.50.0` | `1.51.1` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.1` | `1.28.1` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.0` | `1.28.1` |
Updates `github.com/aws/aws-sdk-go-v2/feature/rds/auth` from 1.3.10 to 1.4.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/m2/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.3.10...service/m2/v1.4.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.28.0 to 1.29.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.28.0...service/s3/v1.29.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.148.0 to 1.149.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.148.0...service/ec2/v1.149.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.30.0 to 1.31.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.31.1/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.30.0...service/s3/v1.31.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.28.1 to 1.29.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.28.1...service/s3/v1.29.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.50.0 to 1.51.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.50.0...service/s3/v1.51.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.27.1 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/config/v1.27.1...service/ecs/v1.28.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.27.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/config/v1.27.0...service/ecs/v1.28.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/rds/auth
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 16:52:23 -03:00
dependabot[bot]
dc3c951631
Bump golang.org/x/crypto from 0.19.0 to 0.20.0 ( #4915 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 15:45:25 -03:00
dependabot[bot]
bbf1d44835
Bump github.com/google/go-tpm-tools from 0.4.2 to 0.4.3 ( #4914 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.2...v0.4.3 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 14:12:30 -03:00
dependabot[bot]
ea07ad0957
Bump github.com/aws/smithy-go from 1.20.0 to 1.20.1 ( #4901 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.20.0...v1.20.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 12:34:54 -03:00
dependabot[bot]
5094671f04
Bump the k8s-io group with 4 updates ( #4900 )
...
Bumps the k8s-io group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.29.1 to 0.29.2
- [Commits](https://github.com/kubernetes/api/compare/v0.29.1...v0.29.2 )
Updates `k8s.io/apimachinery` from 0.29.1 to 0.29.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.1...v0.29.2 )
Updates `k8s.io/client-go` from 0.29.1 to 0.29.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.1...v0.29.2 )
Updates `k8s.io/kube-aggregator` from 0.29.1 to 0.29.2
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.29.1...v0.29.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 11:00:06 -03:00
dependabot[bot]
20f5e31da1
Bump actions/download-artifact from 4.1.2 to 4.1.3 ( #4913 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](eaceaf801f...87c55149d9
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 08:41:16 -03:00
dependabot[bot]
dc06ff6c8b
Bump actions/dependency-review-action from 4.0.0 to 4.1.3 ( #4897 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](4901385134...9129d7d40b
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 07:37:25 -03:00
Agustín Martínez Fayó
61bf130afc
Do not log anymore failures to look up user/group name ( #4906 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-02-27 21:36:10 -03:00
Ryan Turner
31b3cb1d7a
Log SPIFFE ID for X.509-SVIDs signed in BatchNewX509SVID ( #4902 )
...
The audit log emitted on calls to BatchNewX509SVID doesn't include the
SPIFFE ID of the X.509-SVIDs that are signed during the API handler
execution. It's valuable to include the SPIFFE ID in this log message
for traceability and auditing purposes. The SPIFFE ID in signed
X.509-SVIDs is currently only included in a DEBUG level log in the
server CA.
Signed-off-by: Ryan Turner <turner@uber.com>
2024-02-27 19:43:12 -03:00
Agustín Martínez Fayó
49f8857c7a
Introduce support to IAM authentication in the datastore ( #4828 )
...
* Introduce support to IAM authentication in the datastore
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-02-27 17:41:04 -03:00
dependabot[bot]
f67f5e9e5b
Bump the google-cloud-sdk group with 1 update ( #4896 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.37.0 to 1.38.0
- [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/spanner/v1.37.0...spanner/v1.38.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 11:07:59 -03:00
dependabot[bot]
154c57396b
Bump google.golang.org/grpc from 1.61.0 to 1.62.0 ( #4911 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.62.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 15:26:52 -03:00
Andrew Harding
f435cc09b1
Bump version in main and pull in v1.9.0 CHANGELOG ( #4908 )
...
* Bump version in main and pull in v1.9.0 CHANGELOG
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* add v1.9.0 to upgrade test
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-02-23 08:59:33 -03:00
dependabot[bot]
e8501ac788
Bump github.com/hashicorp/vault/sdk from 0.10.2 to 0.11.0 ( #4877 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.10.2...v0.11.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 13:01:13 -07:00
dependabot[bot]
a4ecac91d4
Bump golang.org/x/crypto from 0.18.0 to 0.19.0 ( #4878 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 11:22:01 -07:00
dependabot[bot]
33dc6cd361
Bump github.com/hashicorp/vault/api from 1.11.0 to 1.12.0 ( #4876 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 09:35:55 -07:00
dependabot[bot]
b185aa6d85
Bump github.com/uber-go/tally/v4 from 4.1.10 to 4.1.11 ( #4874 )
...
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally ) from 4.1.10 to 4.1.11.
- [Release notes](https://github.com/uber-go/tally/releases )
- [Commits](https://github.com/uber-go/tally/compare/v4.1.10...v4.1.11 )
---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 17:34:54 -07:00
Nikolai
a635b1e3b6
Upstream CA disk bugfixes: pass RawSubject and preserve Extensions ( #4879 )
...
Signed-off-by: Nikolai Tihhomirov <141064611+nikotih@users.noreply.github.com>
2024-02-21 16:04:01 -07:00
Sorin Dumitru
ae74c80250
Make if clear bundle set/delete only works on federated bundles ( #4895 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-02-21 07:12:30 -07:00
Matteus Silva
e88215b886
Add retry to agent bootstrap ( #4597 )
...
Signed-off-by: matteus <silvamatteus@lsd.ufcg.edu.br>
2024-02-20 15:12:00 -03:00
dependabot[bot]
968cbf1059
Bump the aws-sdk group with 10 updates ( #4893 )
...
Bumps the aws-sdk group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.26.6` | `1.27.0` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) | `1.16.16` | `1.17.0` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2 ) | `1.14.11` | `1.15.0` |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.26.0` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.146.0` | `1.148.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.28.7` | `1.30.0` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.9` | `1.28.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.48.0` | `1.50.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.26.2` | `1.27.1` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.26.7` | `1.27.0` |
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.6 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.26.6...config/v1.27.0 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.16.16 to 1.17.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.16...v1.17.0 )
Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.14.11 to 1.15.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.15.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.14.11...v1.15.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.26.0 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.28.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.26.0...service/s3/v1.28.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.146.0 to 1.148.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.146.0...service/ec2/v1.148.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.28.7 to 1.30.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.30.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/emr/v1.28.7...service/s3/v1.30.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.27.9 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.27.9...service/ecs/v1.28.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.48.0 to 1.50.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.48.0...service/s3/v1.50.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.26.2 to 1.27.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.26.2...service/s3/v1.27.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.26.7 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.26.7...config/v1.27.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 16:30:13 -03:00
Chirag Kapadia
395d37b212
[delegated-identity] correctly parse and log workload spiffe_id ( #4881 )
...
* [delegated-identity] correctly parse and log workload spiffe_id
Currently the API logs SPIFFEID directly from the protobuf string
conversion, eg `trust_domain:"example.org" path:"/path"` which makes
searching logs based on SPIFFEID string difficult. This change
updates the log message to use the SPIFFEID string in the log field.
This change also updates the delegated identity API first update
latency metric to be only emitted when the cache update has at least
one identity, to improve the correctness of the metric
Signed-off-by: chiragk25 <chirag.d.kapadia@gmail.com>
2024-02-16 15:03:42 -08:00
Zhengneng
b84aa3150d
Fix the typo in the spire agent/server readme ( #4890 )
...
Signed-off-by: Zhengneng <qiuzhengneng@gmail.com>
2024-02-16 10:53:14 -07:00
Agustín Martínez Fayó
364d4c647f
Update server_full.conf with the default value for the refresh_hint setting ( #4888 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-02-15 19:53:37 -03:00
Sorin Dumitru
8b16cbb1e8
Default to 5 minutes for refresh hint ( #4847 )
...
* Default to 5 minutes for refresh hint
We mentioned this will become the default in a future version and 1.9.0 seems close.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-02-15 18:31:18 -03:00
Andrew Harding
ce7a14a14a
Update to setup-msys2 v2.22.0 ( #4883 )
...
I don't know why dependabot isn't picking this up, but there are some
fixes, specifically in v2.21.0, that might benefit our windows runs.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-02-15 16:32:10 -03:00
dependabot[bot]
631af12223
Bump github.com/sigstore/cosign/v2 from 2.2.2 to 2.2.3 ( #4859 )
...
* Bump github.com/sigstore/cosign/v2 from 2.2.2 to 2.2.3
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.2.2...v2.2.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Replace use of CertSubject with GetSubjectAlternateNames
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-02-14 17:32:24 -07:00
Max Lambrecht
3a7d4f326c
Centralize Tool Version Management with .project-versions ( #4853 )
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2024-02-14 09:22:03 -07:00
Faisal Memon
19f8771b23
Create event when entry is pruned ( #4860 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-02-14 08:05:02 -07:00
Ryan Turner
c36b8efbd3
Log partial selectors from workload attestation on context cancellation ( #4846 )
...
* Log partial selectors from workload attestation on context cancellation
In the case when a client hangs up a connection to SPIRE Agent during
workload attestation (e.g. timeout, process dies, etc.) while the agent
is still discovering selectors from workload attestation plugins, it can
be helpful to log whatever selectors the agent could find for debugging
purposes. Today, only the pid is captured in logs in this case,
which is often not enough information to trace back the caller since:
- The caller process may have already died (e.g. crashlooping on startup)
- pid alone is only useful if you can query the state of running processes on the host around the time of workload attestation (often not practical)
Logging the partial set of selectors fetched by the agent before the
caller hung up can help diagnose affected workloads in case a workload attestation
plugin is misbehaving or a downstream dependency required by the plugin
is down/not responding with accurate information.
Signed-off-by: Ryan Turner <turner@uber.com>
2024-02-09 15:50:04 -08:00
dependabot[bot]
e17f8c9e8e
Bump actions/download-artifact from 4.1.1 to 4.1.2 ( #4867 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](6b208ae046...eaceaf801f
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 15:40:05 -03:00
dependabot[bot]
5a9da42991
Bump actions/upload-artifact from 4.3.0 to 4.3.1 ( #4866 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](26f96dfa69...5d5d22a312
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 14:52:30 -03:00
dependabot[bot]
dcf96de32e
Bump github.com/docker/docker ( #4873 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.2+incompatible to 25.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.2...v25.0.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 12:00:25 -03:00
dependabot[bot]
8916df7f4e
Bump golang.org/x/sys from 0.16.0 to 0.17.0 ( #4875 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 21:58:36 -03:00
Amir Omidi
acf500abbf
Allow Wildcards in SVIDs ( #4814 )
...
Signed-off-by: Amir Omidi <amir@aaomidi.com>
2024-02-07 16:18:23 -07:00
Faisal Memon
9b09e0f3ed
Make reattest to renew default behaviour ( #4791 )
...
* Make reattest to renew default behaviour
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-02-07 17:13:26 -03:00
Andrew Harding
ebb1afba8c
No longer emit x509UniqueIdentifier in X509-SVIDs ( #4862 )
...
* No longer emit x509UniqueIdentifier in X509-SVIDs
Introduced in 1.4.2, this practice has turned out to be problematic.
This change updates SPIRE Server to no long emit attribute in the
X509-SVID subject.
It also introduces a new built-in CredentialComposer to add the
attribute back in for deployments that rely on it. The plugin only
augments workload X509-SVIDs. Server and agent X509-SVIDs are not
modified.
Fixes : #4755
Fixes : #3110
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-02-07 13:46:33 -03:00
dependabot[bot]
82c06ab38e
Bump google.golang.org/api from 0.161.0 to 0.162.0 ( #4870 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.161.0 to 0.162.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.161.0...v0.162.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 08:42:20 -03:00
dependabot[bot]
fa0d186bef
Bump the azure-sdk group with 1 update ( #4869 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.1 to 1.9.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/azcore/v1.9.1...sdk/azcore/v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 23:55:47 -03:00
dependabot[bot]
82e0058f93
Bump github.com/sigstore/rekor from 1.3.4 to 1.3.5 ( #4864 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.4...v1.3.5 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 23:12:22 -03:00
Andrew Harding
30c4994e24
Do not use read-replicas for initial events-based cache load ( #4868 )
...
For consistency sake, the initial state should be loaded from the main
database instance and not from read replicas.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-02-06 18:37:05 -03:00
dependabot[bot]
c8b40fae92
Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 ( #4861 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.21 to 1.14.22.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.21...v1.14.22 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 12:58:06 -08:00
kfox1111
f86bc23bfc
Set a default admin socket path for spire-agent cli use ( #4856 )
...
* Set a default admin socket path for spire-agent cli use
Set a standard default location the spire-agent cli
will use to look for the agent socket when using commands against
the spire-agent daemon. Actual functionality needing this variable
will come in future patches.
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Incorperate feedback
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Fix filename
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
---------
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2024-02-02 08:28:29 -07:00
dependabot[bot]
6bcf8446f1
Bump github.com/docker/docker ( #4858 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 25.0.1+incompatible to 25.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v25.0.1...v25.0.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 14:50:59 -08:00
Agustín Martínez Fayó
085199eda5
Deprecate the k8s_sat node attestor in favor of the k8s_psat node attestor ( #4841 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-02-01 13:14:33 -08:00
dependabot[bot]
338d55271c
Bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 ( #4857 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.12 to 3.24.1.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.12...v3.24.1 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 12:30:06 -08:00
dependabot[bot]
2fc566fe41
Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 ( #4855 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](9614fae9e5...e1523de757
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 11:12:56 -08:00
Marcos Yacob
467eeac2ed
LRU subscribers failed to start when no selector was provided ( #4852 )
...
* LRU subscribers failed to start when no selector was provided
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-02-01 10:12:23 -08:00
dependabot[bot]
7e6fe7ac3a
Bump github.com/mattn/go-sqlite3 from 1.14.20 to 1.14.21 ( #4854 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.20 to 1.14.21.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.20...v1.14.21 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 10:27:00 -08:00
dependabot[bot]
9cc95a90e0
Bump google.golang.org/api from 0.159.0 to 0.161.0 ( #4851 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.159.0 to 0.161.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.159.0...v0.161.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 18:39:23 -08:00
dependabot[bot]
9e6fe5e251
Bump github.com/google/go-containerregistry from 0.18.0 to 0.19.0 ( #4849 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 17:55:33 -08:00
Faisal Memon
34732340ad
Add pagination support to events based cache ( #4826 )
...
* Add pagination support to events based cache
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-01-30 14:37:09 -08:00
dependabot[bot]
3e7d0b22c2
Bump the aws-sdk group with 1 update ( #4848 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.145.0 to 1.146.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.145.0...service/ec2/v1.146.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 11:08:31 -08:00
dependabot[bot]
aeac34f8af
Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.1+incompatible ( #4833 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 25.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v25.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* update unit test
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-01-29 17:14:53 -08:00
dependabot[bot]
10fe912fcd
Bump github.com/hashicorp/vault/api from 1.10.0 to 1.11.0 ( #4845 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 16:34:20 -08:00
dependabot[bot]
3880411c6b
Bump github.com/open-policy-agent/opa from 0.60.0 to 0.61.0 ( #4844 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.60.0 to 0.61.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.60.0...v0.61.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 15:26:55 -07:00
dependabot[bot]
083d7248ec
Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.20 ( #4843 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.19 to 1.14.20.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.19...v1.14.20 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 14:01:12 -07:00
dependabot[bot]
3730dbb931
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4824 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.15 to 1.33.16.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.16/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.15...v1.33.16 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 12:49:35 -07:00
dependabot[bot]
3b9c6c7452
Bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0 ( #4823 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.16.3 to 0.17.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.3...v0.17.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 09:29:18 -07:00
dependabot[bot]
e4f4970cc1
Bump the aws-sdk group with 2 updates ( #4840 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.25.6 to 1.26.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.25.6...config/v1.26.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.144.0 to 1.145.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.144.0...service/ec2/v1.145.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 10:38:26 -03:00
dependabot[bot]
26f0959fa1
Bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0 ( #4821 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-28 13:35:59 -07:00
Steven Dang
8c143c0a89
Add pagination to listEntries cache hydration ( #4721 )
...
Signed-off-by: stevend <stevend@uber.com>
2024-01-28 11:27:50 -07:00
dependabot[bot]
2fe432e866
Bump google.golang.org/api from 0.157.0 to 0.159.0 ( #4839 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.157.0 to 0.159.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.157.0...v0.159.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 08:15:55 -07:00
Andrew Harding
b1ea963bb1
Using crypto/rand for pipe name randomization ( #4842 )
...
Currently a random source with seed based on the system clock is used.
Unfortunately, windows clock resolution defaults to 15ms so two
consecutive calls to time.Now can very realistically yield the same
timestamp.
This causes the tests to re-use pipe names, causing an "Access denied"
message when attempting to listen.
This change adjusts the code to instead generate the random value using
crypto/rand.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-26 23:45:35 -03:00
dependabot[bot]
98d69af491
Bump the google-cloud-sdk group with 1 update ( #4832 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
Updates `cloud.google.com/go/storage` from 1.36.0 to 1.37.0
- [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/spanner/v1.36.0...spanner/v1.37.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 11:15:32 -03:00
Andrew Harding
376cfe2158
Remove dependency on legacy proto lib ( #4831 )
...
* Remove dependency on legacy proto lib
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-25 10:16:17 -03:00
dependabot[bot]
2fbc4bfa30
Bump actions/upload-artifact from 4.2.0 to 4.3.0 ( #4830 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](694cdabd8b...26f96dfa69
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 09:32:54 -03:00
Faisal Memon
b5879e2f4f
Always populate and prune events ( #4815 )
...
* Always populate and prune events
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2024-01-23 17:40:53 -08:00
dependabot[bot]
b25ac3dbff
Bump github.com/spiffe/go-spiffe/v2 from 2.1.6 to 2.1.7 ( #4825 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.1.6...v2.1.7 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 14:43:40 -03:00
dependabot[bot]
2d8555c16d
Bump actions/dependency-review-action from 3.1.5 to 4.0.0 ( #4816 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.5 to 4.0.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](c74b580d73...4901385134
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 08:13:54 -08:00
dependabot[bot]
76064c81f7
Bump actions/upload-artifact from 4.1.0 to 4.2.0 ( #4817 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](1eb3cb2b3e...694cdabd8b
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 08:11:03 -03:00
dependabot[bot]
96a0f1c945
Bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1 ( #4809 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-21 16:51:41 -03:00
Bryant Hagadorn
03488402bc
[test] Add unit tests for agent client for log entries ( #4780 )
...
* Alter client test to AssertLogs
Signed-off-by: Bryant Hagadorn <blhagadorn@gmail.com>
* Fix and add tests
Signed-off-by: Bryant Hagadorn <blhagadorn@gmail.com>
---------
Signed-off-by: Bryant Hagadorn <blhagadorn@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2024-01-21 15:38:54 -03:00
dependabot[bot]
d3d73a7707
Bump the k8s-io group with 3 updates ( #4808 )
...
Bumps the k8s-io group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.29.0 to 0.29.1
- [Commits](https://github.com/kubernetes/api/compare/v0.29.0...v0.29.1 )
Updates `k8s.io/client-go` from 0.29.0 to 0.29.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.29.0...v0.29.1 )
Updates `k8s.io/kube-aggregator` from 0.29.0 to 0.29.1
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.29.0...v0.29.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-21 10:22:24 -07:00
dependabot[bot]
dd40fa4d3e
Bump google.golang.org/api from 0.154.0 to 0.157.0 ( #4818 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.154.0 to 0.157.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.154.0...v0.157.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 23:59:40 -03:00
dependabot[bot]
7742288722
Bump the azure-sdk group with 1 update ( #4807 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.4.0 to 1.5.1
- [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.4.0...sdk/internal/v1.5.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 23:02:09 -03:00
Prasad
01e10be150
Enable SPIRE Agent LRU cache by default ( #4773 )
...
* Enable SPIRE Agent LRU cache by default
Signed-off-by: Prasad Borole <prasadb@uber.com>
2024-01-20 16:34:48 -03:00
dependabot[bot]
4e415ef669
Bump the aws-sdk group with 2 updates ( #4796 )
...
* Bump the aws-sdk group with 2 updates
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.142.0 to 1.144.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.142.0...service/ec2/v1.144.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.47.1 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.47.1...service/s3/v1.48.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update all sdk2 deps at once
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* tidy
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-01-20 13:44:00 -03:00
Andrew Harding
b23550a97d
Revamp gRPC test server for api tests ( #4819 )
...
* Revamp gRPC test server for api tests
Unifies server implementation. The test server ensures that all handlers
invocations are done when the server is cleaned up. This allows tests
that want to check post-streaming RPC conditions deterministically.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-19 17:33:36 -08:00
Andrew Harding
113a6668aa
Drain handlers when unloading built-in plugin ( #4820 )
...
* Drain handlers when unloading built-in plugin
This change updates the built-in plugin implementation to wait for all
RPC handlers to drain when unloading the plugin.
This is not only important for graceful shut down of SPIRE but also
allows plugin tests to deterministically assert properties after
invoking streaming RPCs.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-19 16:56:27 -08:00
Andrew Harding
21792e0664
peertracker: close connection when IsAlive fails ( #4805 )
...
* peertracker: close connection when IsAlive fails
The listener now wraps the platform-specific watcher with one that
closes the underlying connection when the IsAlive check fails in order
to kill the transport to the caller, who is no longer trusted.
Fixes : #4665
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* relax error check
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-19 16:08:50 -07:00
Andrew Harding
1426095e10
Fix racy tests that test streaming RPCs ( #4810 )
...
* Fix racy tests that test streaming RPCs
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-19 17:48:00 -03:00
Andrew Harding
cb46cb6a53
Fix racy manager NotifiesBundleLoaded test ( #4806 )
...
This test is racy because it currently relies on timing of several
goroutines and context cancellation.
The notifier doing context cancellation doesn't seem to test anything
useful. I don't recall why it was even added.
Getting rid of the context cancellation and simply asserting that the
function returns nil when the notifier returns nil seems good enough.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-19 10:36:23 -07:00
dependabot[bot]
abefffa5c2
Bump github.com/open-policy-agent/opa from 0.59.0 to 0.60.0 ( #4759 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.59.0...v0.60.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 10:20:22 -07:00
dependabot[bot]
837c73621f
Bump actions/download-artifact from 4.1.0 to 4.1.1 ( #4789 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](f44cd7b40b...6b208ae046
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 10:18:38 -07:00
Sorin Dumitru
261702c781
Fetch agent selectors when refreshing event based cache ( #4803 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-01-18 09:28:27 -07:00
dependabot[bot]
f2cd97e635
Bump actions/upload-artifact from 4.0.0 to 4.1.0 ( #4799 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](c7d193f32e...1eb3cb2b3e
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 18:05:17 -07:00
dependabot[bot]
6e63f963a2
Bump github.com/lestrrat-go/jwx/v2 from 2.0.18 to 2.0.19 ( #4800 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.18...v2.0.19 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 17:19:00 -07:00
dependabot[bot]
d704683eb7
Bump actions/cache from 3.3.2 to 4.0.0 ( #4802 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.2 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](704facf57e...13aacd865c
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 14:41:04 -07:00
Jürgen Kreileder
ce7efce46e
Pin docker/dockerfile:1.6.0 with multi-platform sha256 ( #4766 )
...
Cf. "crane digest docker/dockerfile:1.6.0" vs "crane digest --platform linux/amd64 docker/dockerfile:1.6.0"
Signed-off-by: Jürgen Kreileder <jk@blackdown.de>
2024-01-16 10:47:52 -08:00
dependabot[bot]
98d1cd5045
Bump golang.org/x/net from 0.19.0 to 0.20.0 ( #4797 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 15:03:11 -03:00
dependabot[bot]
ced951a7fb
Bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 ( #4781 )
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.5...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 13:24:19 -03:00
Sorin Dumitru
4b15b04021
Update documentation for sql plugin ( #4787 )
...
Max open connections default value was changed in #4656 to 100
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2024-01-10 14:01:46 -07:00
Zachary M. Train
fb7eaed91d
[githooks] Remove ( #4761 )
...
* [docs] Fix git hook bug in CONTRIBUTING.md
The instructions as written resulted in a broken link for the pre-commit
git hook. Use `pushd`, `popd`, and `git rev-parse --show-toplevel` to
correct it.
Signed-off-by: Zack Train <ztrain@uber.com>
* [githooks] Remove deprecated gofmt pre-update hook
Signed-off-by: Zack Train <ztrain@uber.com>
---------
Signed-off-by: Zack Train <ztrain@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-01-09 11:27:09 -03:00
dependabot[bot]
ac7dfe9306
Bump actions/dependency-review-action from 3.1.4 to 3.1.5 ( #4777 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](01bc87099b...c74b580d73
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 12:42:00 -03:00
dependabot[bot]
a6383a3cc0
Bump golang.org/x/sync from 0.5.0 to 0.6.0 ( #4776 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/golang/sync/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 17:39:32 -03:00
dependabot[bot]
4308787322
Bump golang.org/x/sys from 0.15.0 to 0.16.0 ( #4775 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sys/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 15:15:15 -03:00
dependabot[bot]
7809b3bb57
Bump github.com/envoyproxy/go-control-plane from 0.11.1 to 0.12.0 ( #4768 )
...
Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane ) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/v0.11.1...v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 10:42:42 -03:00
Andrew Harding
fffff0a4df
Clean up shellcheck and add some debugging to IT common script ( #4772 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-03 11:56:47 -07:00
Agustín Martínez Fayó
1faa2571ef
Fix authentication note in Azure Key Vault documentation ( #4764 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-01-03 14:59:20 -03:00
Zachary M. Train
990bbc3591
[direnv] Add basic .envrc.example ( #4747 )
...
Add a basic .envrc.example that will build the go sdk using the Makefile and
setup the environment to use it so developers who use direnv
can easily "automatically" use the managed go sdk. Update CONTRIBUTING.md to
add a section describing the intended usage of direnv .envrc.example.
Signed-off-by: Zack Train <ztrain@uber.com>
2024-01-03 14:21:16 -03:00
Andrew Harding
dedb0c1224
Actually wait for RPC handlers to complete ( #4771 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-03 13:39:11 -03:00
Agustín Martínez Fayó
1c8dc49ba6
Introduce support to save and load the CA journal from the datastore ( #4690 )
...
* Save and load the CA journal from datastore
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2024-01-03 12:47:34 -03:00
dependabot[bot]
54897d16ef
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 ( #4758 )
...
* Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* regenerate protos
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-01-03 11:43:46 -03:00
Andrew Harding
e1099feb33
Fix SyncAuthorizedEntries test race ( #4769 )
...
The SyncAuthorizedEntries test is set up to optionally send a request,
depending on the expectations of the test case. The "no caller ID" and
"fetcher fails" test cases are currently set up to send the request on
the stream. However, in this instances, the handler exits before reading
the request off the stream due to the respective expected failures.
Timing conditions still allowed the requests to be sent successfully
most of the time but caused intermittent failures, particularly when
being run in resource constrained environments (e.g. GH actions).
This change fixes the test cases by not attempting to send the request
on the stream.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-02 17:51:41 -07:00
Keegan Witt
1148b9f5dc
Remove KMS requiring metadata files ( closes #4375 ) ( #4700 )
...
* Remove KMS requiring metadata files (closes #4375 )
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
2024-01-02 16:26:02 -03:00
dependabot[bot]
f7f0cf7250
Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 ( #4767 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.11 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.11...v3.23.12 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 00:23:36 -03:00
dependabot[bot]
1cd6cfb0c1
Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 ( #4763 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 12:53:48 -03:00
dependabot[bot]
0fdd1d26be
Bump the aws-sdk group with 2 updates ( #4757 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.141.0 to 1.142.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.141.0...service/ec2/v1.142.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.25.1 to 1.26.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.25.1...config/v1.26.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 10:38:12 -03:00
dependabot[bot]
7337901eff
Bump github.com/sigstore/sigstore from 1.7.6 to 1.8.0 ( #4754 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.6 to 1.8.0.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.6...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 15:07:45 -03:00
dependabot[bot]
4f1d906d9d
Bump actions/download-artifact from 4.0.0 to 4.1.0 ( #4745 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](7a1cd3216c...f44cd7b40b
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 12:50:43 -03:00
dependabot[bot]
46dc5c0453
Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19 ( #4744 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.18 to 1.14.19.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.18...v1.14.19 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 12:09:27 -03:00
dependabot[bot]
a09999aa57
Bump golang.org/x/crypto from 0.16.0 to 0.17.0 ( #4743 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 11:00:12 -03:00
Agustín Martínez Fayó
01e3a4b4d4
Bump SPIRE to v1.9.0 and update Changelog ( #4756 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-12-26 10:14:44 -03:00
dependabot[bot]
9f8cdb7e53
Bump the k8s-io group with 3 updates ( #4741 )
...
Bumps the k8s-io group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.28.4 to 0.29.0
- [Commits](https://github.com/kubernetes/api/compare/v0.28.4...v0.29.0 )
Updates `k8s.io/client-go` from 0.28.4 to 0.29.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.4...v0.29.0 )
Updates `k8s.io/kube-aggregator` from 0.28.4 to 0.29.0
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.28.4...v0.29.0 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 17:21:02 -03:00
dependabot[bot]
1318d99af5
Bump github.com/sigstore/cosign/v2 from 2.2.1 to 2.2.2 ( #4734 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 14:00:42 -03:00
Agustín Martínez Fayó
60cc098e0d
Fix to migrate from actions/upload-artifact v3 to v4 ( #4749 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-12-21 12:51:25 -03:00
dependabot[bot]
dc3b8168ee
Bump actions/setup-go from 4.1.0 to 5.0.0 ( #4715 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](93397bea11...0c52d547c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 10:56:01 -03:00
dependabot[bot]
3a9b2acb01
Bump the google-cloud-sdk group with 1 update ( #4732 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
- [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/storage/v1.35.1...spanner/v1.36.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 14:08:00 -03:00
dependabot[bot]
874b37a6cb
Bump github.com/sigstore/sigstore from 1.7.5 to 1.7.6 ( #4712 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.5...v1.7.6 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 11:48:35 -03:00
Andrew Harding
f8f6c0e46d
Bump download/upload artifact actions ( #4740 )
...
* Bump actions/upload-artifact from 3.1.3 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](a8a3f3ad30...c7d193f32e
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/download-artifact from 3.0.2 to 4.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](9bc31d5ccc...7a1cd3216c
)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 15:58:38 -03:00
Andrew Harding
cef3b90954
Group actions updates ( #4739 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-12-15 10:30:43 -07:00
Tomoya Usami
26b9a49a74
Introduce a configurable SVID rotation threshold ( #4599 )
...
Signed-off-by: Tomoya Usami <tousami@zlab.co.jp>
2023-12-14 23:05:45 -03:00
Andrew Harding
f8dc824d79
SyncAuthorizedEntries RPC implementation ( #4648 )
...
* SyncAuthorizedEntries RPC implementation
Implements the SyncAuthorizedEntries RPC, which allows agent's to only
sync down changes instead of the entire set of entries.
The server-side implementation is always on and available. Agent's only
use the RPC if the "use_sync_authorized_entries" feature flag is enabled
in the experimental configuration.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-12-14 17:44:40 -03:00
Steven Dang
f56a5a2e88
Specify event-based in-mem cache log ( #4731 )
...
Signed-off-by: stevend <stevend@uber.com>
2023-12-14 12:15:31 -07:00
Sorin Dumitru
b243d4654b
Remove saving of bundle and svid in independent files ( #4717 )
...
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-12-14 11:15:29 -07:00
Faisal Memon
29b94901ab
Make events based cache flag experimental ( #4723 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2023-12-14 09:55:14 -07:00
dependabot[bot]
49a49e8ed9
Bump google.golang.org/api from 0.152.0 to 0.154.0 ( #4729 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.152.0 to 0.154.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.152.0...v0.154.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 18:00:27 -03:00
dependabot[bot]
571c5348a4
Bump the azure-sdk group with 1 update ( #4728 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
- [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.0...sdk/azcore/v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 16:54:14 -03:00
dependabot[bot]
aba28f4a18
Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2 ( #4727 )
...
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog ) from 1.5.0 to 1.6.2.
- [Release notes](https://github.com/hashicorp/go-hclog/releases )
- [Commits](https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-hclog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 15:51:19 -03:00
dependabot[bot]
c12bd76039
Bump the aws-sdk group with 2 updates ( #4724 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.25.0 to 1.26.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.25.0...config/v1.26.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.138.1 to 1.141.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.138.1...service/ec2/v1.141.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 14:16:56 -03:00
dependabot[bot]
cfd8bff83b
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4711 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.14 to 1.33.15.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.15/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.14...v1.33.15 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 13:26:38 -03:00
dependabot[bot]
37f7203908
Bump github.com/lestrrat-go/jwx/v2 from 2.0.17 to 2.0.18 ( #4707 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.17...v2.0.18 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 10:28:54 -03:00
dependabot[bot]
ca3af58c22
Bump sigstore/cosign-installer from 3.2.0 to 3.3.0 ( #4725 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](1fc5bd396d...9614fae9e5
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 09:46:30 -03:00
Marcos Yacob
53192d24a8
Bump spire version to 1.8.7 and upgrade golang ( #4726 )
...
* Bump spire version to 1.8.7 and upgrade golang, keep using alpine3.18
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-12-12 20:02:15 -03:00
dependabot[bot]
8913f00a99
Bump actions/stale from 8.0.0 to 9.0.0 ( #4722 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](1160a22402...28ca103628
)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 16:02:56 -03:00
Ajay Kemparaj
63573126e7
move from gopkg.in/square/go-jose.v2 to go-jose/go-jose ( #4688 )
...
* move from gopkg.in/square/go-jose.v2 to go-jose/go-jose
Signed-off-by: ajayk <ajaykemparaj@gmail.com>
* maintain backcompat on aud claim
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: ajayk <ajaykemparaj@gmail.com>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2023-12-07 18:10:28 -03:00
dependabot[bot]
ca31c1e9b6
Bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 ( #4706 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.10 to 3.23.11.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.11 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 16:06:01 -03:00
Faisal Memon
5ccf55fab3
Populate cache from events ( #4562 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2023-12-05 14:12:35 -07:00
dependabot[bot]
d14e5842e3
Bump github.com/sigstore/rekor from 1.3.3 to 1.3.4 ( #4709 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:58:03 -03:00
dependabot[bot]
09ea50fea3
Bump github.com/google/go-containerregistry from 0.16.1 to 0.17.0 ( #4705 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.16.1...v0.17.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 11:04:04 -03:00
dependabot[bot]
9b0855baf3
Bump github.com/open-policy-agent/opa from 0.58.0 to 0.59.0 ( #4704 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.58.0 to 0.59.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.58.0...v0.59.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 10:00:44 -03:00
Marcos Yacob
7016629b82
Make agent fail when getting unknown authority ( #4617 )
...
* Make agent crash when getting an unknown authority error when sync entries with spire server
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-12-01 09:18:15 -03:00
dependabot[bot]
d8d0b4d32d
Bump the aws-sdk group with 7 updates ( #4703 )
...
Bumps the aws-sdk group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.24.0` | `1.25.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.137.1` | `1.138.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.27.0` | `1.28.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.26.0` | `1.27.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.45.0` | `1.47.1` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.24.0` | `1.25.1` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.25.1` | `1.26.1` |
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.24.0 to 1.25.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.24.0...config/v1.25.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.137.1 to 1.138.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.137.1...service/ec2/v1.138.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.27.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.27.0...service/ecs/v1.28.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.26.0 to 1.27.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.26.0...service/s3/v1.27.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.45.0 to 1.47.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.45.0...service/s3/v1.47.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.24.0 to 1.25.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.24.0...config/v1.25.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.25.1 to 1.26.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.25.1...service/s3/v1.26.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 11:34:51 -03:00
dependabot[bot]
c0de70e4ec
Bump actions/dependency-review-action from 3.1.3 to 3.1.4 ( #4701 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](7bbfa034e7...01bc87099b
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 10:35:07 -03:00
dependabot[bot]
a6777c2e9e
Bump google.golang.org/api from 0.151.0 to 0.152.0 ( #4697 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.151.0 to 0.152.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.151.0...v0.152.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 15:50:04 -03:00
dependabot[bot]
31425ca54b
Bump golang.org/x/time from 0.4.0 to 0.5.0 ( #4694 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/time/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 13:23:09 -03:00
dependabot[bot]
88dad78359
Bump golang.org/x/net from 0.18.0 to 0.19.0 ( #4695 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/net/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 11:08:28 -03:00
dependabot[bot]
fd7517887d
Bump golang.org/x/crypto from 0.15.0 to 0.16.0 ( #4693 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 10:18:26 -03:00
dependabot[bot]
64433e0d63
Bump the aws-sdk group with 2 updates ( #4691 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.44.0...service/s3/v1.45.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.23.0...config/v1.24.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 08:22:00 -03:00
dependabot[bot]
5709d1bbb5
Bump the azure-sdk group with 1 update ( #4689 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources](https://github.com/Azure/azure-sdk-for-go ).
- [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.1.1...v1.2 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 11:02:51 -03:00
Ryan Turner
eced9550fa
Update main branch after v1.8.5 release ( #4687 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2023-11-23 09:52:07 -03:00
dependabot[bot]
8bde51dd80
Bump the aws-sdk group with 2 updates ( #4683 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.133.0 to 1.137.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.133.0...service/ec2/v1.137.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.42.0...service/s3/v1.44.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 14:31:46 -08:00
Ryan Turner
d2b1f33d6f
Remove usage of deprecated system package `syscall` ( #4601 )
...
* Replace `syscall` usage with `golang.org/x/sys`
Replace usage of low-level deprecated system package `syscall` with
higher-level packages in `net`, `os`, and platform-specific low-level
packages in `golang.org/x/sys/unix` and `golang.org/x/sys/windows`.
There are a few cases in Windows code where it appears that the usage of
`syscall` is unfortunately required due to lack of deep support for
Windows in Golang. Those spots will continue to use `syscall` for now.
Signed-off-by: Ryan Turner <turner@uber.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-11-22 09:47:58 -08:00
Federico Nahuel Quijada
5863dc6c7d
change default value from unlimited to 100 ( #4656 )
...
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2023-11-22 11:58:46 -03:00
dependabot[bot]
071cc1dc06
Bump github.com/lestrrat-go/jwx/v2 from 2.0.16 to 2.0.17 ( #4679 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.16 to 2.0.17.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.16...v2.0.17 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 17:00:38 -08:00
dependabot[bot]
5561f3b121
Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 ( #4684 )
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 15:11:14 -08:00
dependabot[bot]
5c6db7c898
Bump google.golang.org/api from 0.150.0 to 0.151.0 ( #4676 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.150.0 to 0.151.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.150.0...v0.151.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 13:47:38 -08:00
Agustín Martínez Fayó
14d1d340b6
Use Go from build directory in Windows integration tests instead of requiring a Go installation ( #4670 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-11-17 13:11:37 -03:00
dependabot[bot]
5b3fe100bd
Bump github.com/aws/aws-sdk-go-v2 from 1.22.2 to 1.23.0 ( #4674 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.22.2 to 1.23.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.2...v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-17 12:06:36 -03:00
dependabot[bot]
a5db91f7e5
Bump github.com/aws/smithy-go from 1.16.0 to 1.17.0 ( #4673 )
...
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/aws/smithy-go/releases )
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/smithy-go/compare/v1.16.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/smithy-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 19:44:37 -03:00
dependabot[bot]
72fe98bb94
Bump the k8s-io group with 3 updates ( #4672 )
...
Bumps the k8s-io group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api ), [k8s.io/client-go](https://github.com/kubernetes/client-go ) and [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
Updates `k8s.io/api` from 0.28.3 to 0.28.4
- [Commits](https://github.com/kubernetes/api/compare/v0.28.3...v0.28.4 )
Updates `k8s.io/client-go` from 0.28.3 to 0.28.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.3...v0.28.4 )
Updates `k8s.io/kube-aggregator` from 0.28.3 to 0.28.4
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.28.3...v0.28.4 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 16:02:18 -03:00
dependabot[bot]
7f84ecdd32
Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 ( #4641 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](11086d2504...1fc5bd396d
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 11:15:00 -03:00
dependabot[bot]
c9ed549bff
Bump actions/dependency-review-action from 3.1.1 to 3.1.3 ( #4661 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](9f45b2463b...7bbfa034e7
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 10:07:22 -03:00
dependabot[bot]
60fcc30a27
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4667 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.13 to 1.33.14.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.14/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.13...v1.33.14 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 09:05:34 -03:00
dependabot[bot]
facb467093
Bump golang.org/x/time from 0.3.0 to 0.4.0 ( #4653 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/golang/time/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 08:07:34 -03:00
dependabot[bot]
a930754f25
Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 ( #4662 )
...
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/hashicorp/go-plugin/releases )
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.5.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 07:00:39 -03:00
dependabot[bot]
bb318084b4
Bump the google-cloud-sdk group with 1 update ( #4660 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
- [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/spanner/v1.34.1...storage/v1.35.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 22:18:08 -03:00
dependabot[bot]
e35c42cdde
Bump the aws-sdk group with 2 updates ( #4668 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.23.0 to 1.25.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.23.0...config/v1.25.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.131.0 to 1.133.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.131.0...service/ec2/v1.133.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-11-15 19:34:38 -03:00
Agustín Martínez Fayó
26e020d997
Fix Windows integration test to check for RUNNING service state also ( #4669 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-11-15 13:22:46 -08:00
Hector Fernandez
10d6e83a12
upgrade cosign dependency ( #4657 )
...
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
2023-11-13 12:53:19 -03:00
Federico Nahuel Quijada
93268ad347
Change log while creating or renewing SVID ( #4654 )
...
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2023-11-13 11:04:13 -03:00
dependabot[bot]
0eb560833f
Bump the aws-sdk group with 2 updates ( #4655 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.1...config/v1.23.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.130.0 to 1.131.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.130.0...service/ec2/v1.131.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 17:20:38 -03:00
dependabot[bot]
dc4fe50f6f
Bump golang.org/x/net from 0.17.0 to 0.18.0 ( #4652 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 15:47:32 -03:00
dependabot[bot]
fa29af12dd
Bump golang.org/x/sys from 0.13.0 to 0.14.0 ( #4651 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/sys/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 15:28:18 -03:00
dependabot[bot]
0ce96f97e2
Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 ( #4646 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.17 to 1.14.18.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.17...v1.14.18 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 09:38:39 -03:00
dependabot[bot]
8e9910e329
Bump google.golang.org/api from 0.149.0 to 0.150.0 ( #4644 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.149.0 to 0.150.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.149.0...v0.150.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 08:01:36 -03:00
dependabot[bot]
3e22d09658
Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 ( #4645 )
...
Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/gorilla/handlers/releases )
- [Commits](https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/handlers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 17:34:51 -03:00
dependabot[bot]
8acf00e5e3
Bump golang.org/x/sync from 0.4.0 to 0.5.0 ( #4643 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 16:25:53 -03:00
dependabot[bot]
2f649f5102
Bump the azure-sdk group with 1 update ( #4640 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
- [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.8.0...sdk/azcore/v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 15:40:01 -03:00
Agustín Martínez Fayó
c0ae1279a7
Bump SPIRE to 1.8.5 ( #4642 )
...
- Bump SPIRE to 1.8.5
- Update to Go 1.21.4
- Update CHANGELOG to include 1.7.5 and 1.8.4 releases
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-11-08 13:59:47 -03:00
dependabot[bot]
a7978b9652
Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 ( #4636 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.9 to 3.23.10.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.10 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 10:31:57 -03:00
dependabot[bot]
aa505fae1b
Bump the aws-sdk group with 7 updates ( #4639 )
...
Bumps the aws-sdk group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.19.1` | `1.22.1` |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) | `1.22.1` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) | `1.128.0` | `1.130.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) | `1.24.0` | `1.27.0` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) | `1.24.7` | `1.26.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) | `1.40.0` | `1.42.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) | `1.21.0` | `1.23.0` |
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.19.1 to 1.22.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.19.1...v1.22.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.22.1 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.24.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.1...service/s3/v1.24.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.128.0 to 1.130.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.128.0...service/ec2/v1.130.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.24.0 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.27.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.24.0...service/s3/v1.27.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.24.7 to 1.26.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.26.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fsx/v1.24.7...service/s3/v1.26.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.40.0...service/s3/v1.42.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.21.0 to 1.23.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.23.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.21.0...service/s3/v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 16:01:47 -03:00
dependabot[bot]
0566a6d7da
Bump github.com/sigstore/rekor from 1.3.2 to 1.3.3 ( #4633 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 13:42:14 -03:00
dependabot[bot]
1d61fb0929
Bump actions/dependency-review-action from 3.1.0 to 3.1.1 ( #4638 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](6c5ccdad46...9f45b2463b
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 10:04:27 -03:00
Andrew Harding
45730cf9cb
Ignore workspace files ( #4635 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-11-06 12:47:29 -06:00
dependabot[bot]
d93dcd166e
Bump the google-cloud-sdk group with 1 update ( #4630 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
- [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.33.0...spanner/v1.34.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 12:13:08 -03:00
dependabot[bot]
3e9f4d55f0
Bump github.com/lestrrat-go/jwx/v2 from 2.0.15 to 2.0.16 ( #4626 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.15...v2.0.16 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 13:42:09 -03:00
dependabot[bot]
4b02e181b2
Bump github.com/google/go-tpm-tools from 0.4.1 to 0.4.2 ( #4621 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.1...v0.4.2 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 12:40:08 -03:00
Sorin Dumitru
fabc20001c
server: Include CA Serial Number in Subject field ( #4585 )
...
* server: Include CA Serial Number in Subject field
This helps avoid running into a crypto/x509 limit that limits how many
signature checks are allowed to happen to validate a certificate, most
likely to avoid DoS attacks.
Building up a valid certificate chain is done based on the Subject
field, even in the presence of an AKID. If all certificates from the
bundle have the same Subject name, the verifier will attempt to build
up a chain using all of them. Once we have more than 100 certificates
in the bundle, we hit that crypto/x509 limit and start failing to
verify X509-SVIDs.
Additionally this also improves mTLS channel establishment since we now
no longer have to try to build a chain against all certificates from the
bundle, we can easily identify the CA that signed an X509-SVID due to it
having an unique Subject.
Example resulting Subject:
Subject: C = US, O = SPIFFE, serialNumber = 249778918434805435318471934298663515772
An experimental flag is also available to disable this feature in
case there are issues encountered.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Fix integration test
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Move flag out of experimental section
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
* Comment out exclude_sn_from_ca_subject in full config
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
---------
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2023-11-03 06:24:58 -06:00
Sorin Dumitru
d50a28e9e8
telemetry: allow configuring the inclusion of hostname in lables ( #4584 )
...
In some cases this label is not desirable due to it already being added
by whatever is ingesting the metrics. For some sink types, e.g Statsd,
because due to no lable support, the hostname label is added as part of
the metric.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-11-03 05:09:22 -06:00
Marcos Yacob
2c01566525
SPIFFE Validation context as default ( #4618 )
...
* SPIFFE Validation context as default
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-11-01 14:09:19 -03:00
Shashank Ram
0d6d42c17f
server/plugins/azure: use the default credentials API ( #4568 )
...
Uses the NewDefaultAzureCredential API to fetch
client credentials. This API wraps different
mechanisms to obtain credentials using a chained
token credential mechanism. By doing so, the Azure
plugins are able to obtain a token using any of the
supported mechanisms: env vars, MSI, workload identity,
without needing separate config input for each.
Signed-off-by: Shashank Ram <shashr2204@gmail.com>
2023-11-01 10:54:42 -03:00
Keegan Witt
9244813636
Fix spelling errors ( #4623 )
...
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
2023-10-31 17:04:31 -03:00
Ryan Turner
4fc520f6fb
Bump golangci-lint to v1.55.0 ( #4591 )
...
Fix code locations now affected by updated linter rules.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-10-31 12:59:05 -03:00
Agustín Martínez Fayó
b9cc67f08a
Replace the use of reflect.SliceHeader with unsafe.Slice. ( #4625 )
...
Fixes #4603 .
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-10-31 12:10:29 -03:00
dependabot[bot]
93ee7c0c78
Bump github.com/open-policy-agent/opa from 0.57.1 to 0.58.0 ( #4616 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.57.1 to 0.58.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.57.1...v0.58.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 09:42:44 -03:00
dependabot[bot]
5c5c72b4d8
Bump github.com/docker/docker ( #4615 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.6...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:35:35 -03:00
dependabot[bot]
616c9c5c57
Bump the aws-sdk group with 1 update ( #4614 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.127.0...service/ec2/v1.128.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 11:37:23 -03:00
dependabot[bot]
cb18c75914
Bump github.com/sigstore/sigstore from 1.7.4 to 1.7.5 ( #4613 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.4...v1.7.5 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 10:30:11 -03:00
dependabot[bot]
3a095ab78b
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4612 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.12 to 1.33.13.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.13/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.12...v1.33.13 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 16:12:44 -03:00
Ryan Turner
ac23b86554
Bump protoc to v24.4 and proto-gen-grpc-go to v1.3.0 ( #4595 )
...
* Bump protoc to v21.12 and proto-gen-grpc-go to v1.3.0
protoc 21.12 is the latest version that has support for all the
architectures currently in the Makefile.
Signed-off-by: Ryan Turner <turner@uber.com>
* Use latest protoc
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-10-27 14:01:10 -03:00
Ryan Turner
c942cc0df7
Run `go fix` on the project ( #4607 )
...
* Run `go fix` on the project
Signed-off-by: Ryan Turner <turner@uber.com>
* Clean up imports
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-10-27 10:35:42 -03:00
grameshtwilio
00f28255b1
Retain node info on SDS stream when omitted from subsequent requests ( #4611 )
...
* Bump the aws-sdk group with 2 updates (#4610 )
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.126.0 to 1.127.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.126.0...service/ec2/v1.127.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.22.0 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.24.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.22.0...service/s3/v1.24.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: grameshtwilio <gramesh@twilio.com>
* patching sds handler to remember node info
Signed-off-by: grameshtwilio <gramesh@twilio.com>
* Update pkg/agent/endpoints/sdsv3/handler.go
Co-authored-by: Andrew Harding <azdagron@gmail.com>
Signed-off-by: grameshtwilio <gramesh@twilio.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: grameshtwilio <gramesh@twilio.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2023-10-26 11:26:15 -06:00
dependabot[bot]
f302325617
Bump the aws-sdk group with 2 updates ( #4610 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.126.0 to 1.127.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.126.0...service/ec2/v1.127.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.22.0 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.24.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.22.0...service/s3/v1.24.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 12:46:51 -03:00
Ryan Turner
8941c1d03f
Replace `interface{}` with more readable type alias `any` ( #4604 )
...
* Replace `interface{}` with more readable type alias `any`
Go 1.18 introduced the type alias `any` for `interface{}`, which is more
readable and explicit. Take advantage of this newer language feature by
replacing all usages of `interface{}` with the functionally equivalent
`any` for all non-generated code.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-10-26 11:52:10 -03:00
Marcos Yacob
1050ccdb6d
Bump SPIRE to version 1.8.3. ( #4609 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-10-26 10:51:03 -03:00
Barry M
072b6cb1a4
update alpine base image to v3.18 ( #4598 )
...
Signed-off-by: Barry Melbourne <barry.melbourne0@gmail.com>
2023-10-25 17:16:08 -03:00
Ryan Turner
8fda5ae203
Bump docker/dockerfile to v1.6.0 ( #4593 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-10-25 15:45:40 -03:00
Ryan Turner
8e9aaa0f92
Bump xx to v1.3.0 ( #4592 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2023-10-25 14:19:32 -03:00
Ryan Turner
22c60af669
Bump markdownlint-cli to v0.37.0 ( #4594 )
...
Signed-off-by: Ryan Turner <turner@uber.com>
2023-10-24 10:05:06 -03:00
dependabot[bot]
026f8d0660
Bump google.golang.org/api from 0.147.0 to 0.148.0 ( #4590 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.147.0 to 0.148.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.147.0...v0.148.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 17:44:13 -07:00
stevend-uber
b00764889d
[spire-agent] Added a jitter in spire agent svid renewal ( #4534 )
...
Signed-off-by: stevend-uber <stevend+github@uber.com>
2023-10-20 16:40:52 -07:00
dependabot[bot]
52ad6ef251
Bump github.com/lestrrat-go/jwx/v2 from 2.0.14 to 2.0.15 ( #4588 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.14...v2.0.15 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 14:52:33 -07:00
dependabot[bot]
46b1660196
Bump the aws-sdk group with 1 update ( #4587 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.125.0...service/ec2/v1.126.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 13:05:13 -07:00
dependabot[bot]
c9e7bccad5
Bump the k8s-io group with 1 update ( #4583 )
...
Bumps the k8s-io group with 1 update: [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ).
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.28.2...v0.28.3 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 10:28:53 -07:00
Tomoya Usami
5b7ea69ae0
Embed the correct version information in the release artifacts ( #4564 )
...
Signed-off-by: Tomoya Usami <tousami@zlab.co.jp>
2023-10-20 09:30:50 -07:00
dependabot[bot]
b7e84257c4
Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 ( #4576 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.16.2 to 0.16.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 17:17:26 -07:00
Ryan Turner
a0f40a3449
Group k8s.io/* dependency updates ( #4580 )
...
The Kubernetes client libraries prefixed by `k8s.io/*` follow the same
versioning scheme. Have them be upgraded in unison to minimize overhead
of merging each individual dep bump.
Also alphabetize the dependabot dependency groups.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-10-19 15:19:43 -07:00
Joseph N Denton
8a41aab52f
Doc: Fix typo in example JSON on plugin docs ( #4579 )
...
* Fix typo in example JSON
Signed-off-by: Joseph N Denton <josephndenton@gmail.com>
2023-10-19 14:08:00 -07:00
Shashank Ram
cdf7a4932f
doc: fix incorrect selector value in example ( #4569 )
...
Fixes the azure subnet selector value.
Signed-off-by: Shashank Ram <shashank.ram@solo.io>
2023-10-19 11:35:28 -07:00
dependabot[bot]
ebc960242e
Bump actions/checkout from 4.1.0 to 4.1.1 ( #4574 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8ade135a41...b4ffde65f4
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 10:01:05 -07:00
dependabot[bot]
8fe66fcff8
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4571 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.11 to 1.33.12.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.12/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.11...v1.33.12 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 17:56:54 -07:00
dependabot[bot]
edf7025971
Bump google.golang.org/grpc from 1.58.3 to 1.59.0 ( #4570 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.58.3 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 16:52:27 -07:00
dependabot[bot]
eef5988467
Bump github.com/lestrrat-go/jwx/v2 from 2.0.13 to 2.0.14 ( #4567 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.13...v2.0.14 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 14:25:22 -07:00
dependabot[bot]
75049619a2
Bump the aws-sdk group with 1 update ( #4566 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.19.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.37...v1.19.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 11:26:30 -07:00
dependabot[bot]
3a098d701c
Bump github.com/open-policy-agent/opa from 0.57.0 to 0.57.1 ( #4572 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.57.0 to 0.57.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.57.0...v0.57.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 10:25:56 -07:00
Edwin Buck
c794345209
Fix documentation for agent KeyManager "disk" ( #4561 )
...
Text of the documentation was correct, but the example was for the
server KeyManager "disk".
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
2023-10-17 15:23:22 -07:00
Sorin Dumitru
a4e4a3049a
server/agent: allow configuring prefixes for all metrics ( #4535 )
...
Currently these are hard coded to spire_server/spire_agent. I'd like to be
able to differentiate between different instances (e.g. for different trust
domains) when the metrics end up being aggregated in a single place.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-10-17 09:54:28 -07:00
Matteus Silva
71f2414f9e
Fix: only one of trust_bundle_path, trust_bundle_url, or insecure_bootstrap can be set ( #4532 )
...
@mnp reported in issue 4530 that it was possible to set trust_bundle_url
and insecure_bootstrap in the Agent configuration. There was a test for
this case. However, the test was just checking if there was an error.
There was an error but not the expected one. This commit also adds
expectErrorContains to the test case struct so tests can check the
expected error message. Also, more tests added.
Signed-off-by: Matteus Silva <silvamatteus@lsd.ufcg.edu.br>
2023-10-16 09:48:21 -03:00
dependabot[bot]
8d6036aa80
Bump github.com/sigstore/sigstore from 1.7.3 to 1.7.4 ( #4559 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.3...v1.7.4 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 20:16:16 -03:00
dependabot[bot]
b00178cadf
Bump the aws-sdk group with 1 update ( #4558 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.124.0...service/ec2/v1.125.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 18:38:43 -03:00
dependabot[bot]
d6c88d1c22
Bump github.com/open-policy-agent/opa from 0.56.0 to 0.57.0 ( #4555 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.56.0 to 0.57.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.56.0...v0.57.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 20:41:47 +00:00
dependabot[bot]
01bb3155f6
Bump google.golang.org/api from 0.146.0 to 0.147.0 ( #4556 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.146.0 to 0.147.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.146.0...v0.147.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 16:46:08 -03:00
dependabot[bot]
21136dffd9
Bump github.com/hashicorp/vault/sdk from 0.10.0 to 0.10.2 ( #4553 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.10.0...v0.10.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 18:43:47 +00:00
Agustín Martínez Fayó
9311f79680
Bump SPIRE to version 1.8.3 ( #4557 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-10-13 12:29:39 +00:00
dependabot[bot]
7fb921c23d
Bump github.com/uber-go/tally/v4 from 4.1.7 to 4.1.10 ( #4554 )
...
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally ) from 4.1.7 to 4.1.10.
- [Release notes](https://github.com/uber-go/tally/releases )
- [Commits](https://github.com/uber-go/tally/compare/v4.1.7...v4.1.10 )
---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 18:24:32 +00:00
dependabot[bot]
66e3e5379a
Bump github.com/sigstore/rekor from 1.3.0 to 1.3.2 ( #4548 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.3.0...v1.3.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 12:45:20 -03:00
dependabot[bot]
dbf429fd19
Bump google.golang.org/api from 0.145.0 to 0.146.0 ( #4543 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.145.0 to 0.146.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.145.0...v0.146.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 13:38:46 +00:00
dependabot[bot]
2d06544a6f
Bump github.com/sigstore/sigstore from 1.7.2 to 1.7.3 ( #4542 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 12:27:35 +00:00
dependabot[bot]
cacc6e6cce
Bump the aws-sdk group with 1 update ( #4541 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.123.0...service/ec2/v1.124.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 10:56:46 +00:00
dependabot[bot]
c404155820
Bump golang.org/x/net from 0.15.0 to 0.17.0 ( #4551 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 02:33:23 +00:00
dependabot[bot]
fd875781b1
Bump the azure-sdk group with 2 updates ( #4547 )
...
Bumps the azure-sdk group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) and [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ).
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.7.2 to 1.8.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.7.2...sdk/azcore/v1.8.0 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.3.1 to 1.4.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.3.1...sdk/azcore/v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 22:41:44 -03:00
guangwu
4023e7b8e7
chore: import packages only once ( #4540 )
...
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-10-12 00:46:42 +00:00
nweisenauer
fe1dd0648e
Agent manager retries sync during init ( #4479 )
...
* Agent manager retries sync during init
Agent manager retries every 5 seconds for a total of 1 minute to fetch SVIDs from the server during initalization.
Signed-off-by: Nico Weisenauer <nico.weisenauer@sap.com>
2023-10-11 23:01:26 +00:00
Agustín Martínez Fayó
c21806beaa
Update to go 1.21.3 ( #4550 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-10-11 21:25:45 +00:00
Agustín Martínez Fayó
cff5aef2d3
Bump SPIRE to version 1.8.2 ( #4549 )
...
* Bump SPIRE to version 1.8.2
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-10-11 20:23:49 +00:00
Faisal Memon
f8c831c1c5
Populate and prune attested node events ( #4527 )
...
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2023-10-10 12:34:51 -06:00
dependabot[bot]
144bf610d6
Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9 ( #4537 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.8 to 3.23.9.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.8...v3.23.9 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 12:37:46 -03:00
dependabot[bot]
cb5e0bc18f
Bump google.golang.org/api from 0.142.0 to 0.145.0 ( #4538 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.142.0 to 0.145.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.142.0...v0.145.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 11:27:44 -03:00
dependabot[bot]
703c8b5ca8
Bump github.com/lestrrat-go/jwx/v2 from 2.0.12 to 2.0.13 ( #4529 )
...
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx ) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/lestrrat-go/jwx/releases )
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes )
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.12...v2.0.13 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 10:18:27 -03:00
dependabot[bot]
e599a6da7b
Bump the aws-sdk group with 3 updates ( #4533 )
...
Bumps the aws-sdk group with 3 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.120.0 to 1.123.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.120.0...service/ec2/v1.123.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.39.0...service/s3/v1.40.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.23.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.22.0...service/s3/v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 18:33:16 -03:00
dependabot[bot]
cb29051847
Bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.2 ( #4526 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.16.0 to 0.16.2.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.0...v0.16.2 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 12:51:19 -06:00
dependabot[bot]
d124177b7b
Bump actions/checkout from 4.0.0 to 4.1.0 ( #4523 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](3df4ab11eb...8ade135a41
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 12:16:50 -03:00
dependabot[bot]
9f0fcc19c0
Bump github.com/hashicorp/vault/sdk from 0.9.2 to 0.10.0 ( #4519 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v0.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.9.2...v0.10.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 10:35:35 -03:00
Andrew Harding
420db056e7
New Mutable Authorized Entry Cache ( #4451 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-10-04 15:24:46 -06:00
dependabot[bot]
1cc57e3fc4
Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.2 ( #4525 )
...
* Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.2
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin ) from 1.4.10 to 1.5.2.
- [Release notes](https://github.com/hashicorp/go-plugin/releases )
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.4.10...v1.5.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Update expected error message when running invalid plugin
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-10-03 09:21:12 -07:00
dependabot[bot]
cb6ce22af3
Bump the aws-sdk group with 1 update ( #4524 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.119.0...service/ec2/v1.120.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 17:46:10 -03:00
dependabot[bot]
d19865ce4f
Bump github.com/open-policy-agent/opa from 0.55.0 to 0.56.0 ( #4520 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.55.0 to 0.56.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.55.0...v0.56.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 14:07:01 -03:00
dependabot[bot]
090bd795db
Bump google.golang.org/grpc from 1.57.0 to 1.58.2 ( #4521 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.57.0 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.58.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 11:53:24 -03:00
dependabot[bot]
39049c3d87
Bump google.golang.org/api from 0.141.0 to 0.142.0 ( #4518 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.141.0 to 0.142.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.141.0...v0.142.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 11:01:16 -03:00
dependabot[bot]
78a960b824
Bump github.com/sigstore/rekor from 1.2.2 to 1.3.0 ( #4517 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.2.2...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 14:59:36 -03:00
Mo Khan
dcd1c90e99
BuildWorkloadJWTSVIDClaims fix for real credential composer implementation ( #4489 )
...
BuildWorkloadJWTSVIDClaims fix for real credential composer implementation
Signed-off-by: Monis Khan <i@monis.app>
2023-09-22 14:09:31 -03:00
dependabot[bot]
54fc60ce1b
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4513 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.10 to 1.33.11.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.11/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.10...v1.33.11 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 13:11:48 -03:00
dependabot[bot]
6aa640acad
Bump github.com/google/go-tpm-tools from 0.4.0 to 0.4.1 ( #4512 )
...
* Bump github.com/google/go-tpm-tools from 0.4.0 to 0.4.1
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade google/go-tdx-guest to resolve windowns build
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-09-22 12:22:33 -03:00
dependabot[bot]
2481820aa2
Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 ( #4514 )
...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/sigstore/cosign/releases )
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/cosign/compare/v2.1.1...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/cosign/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 10:10:10 -03:00
dependabot[bot]
d961de99aa
Bump k8s.io/kube-aggregator from 0.28.0 to 0.28.2 ( #4511 )
...
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) from 0.28.0 to 0.28.2.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.28.0...v0.28.2 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 09:17:25 -03:00
dependabot[bot]
ea26b44f2d
Bump the aws-sdk group with 1 update ( #4510 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.1...service/s3/v1.39.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 15:23:26 -03:00
dependabot[bot]
49f2eae84b
Bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.8 ( #4508 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.7 to 3.23.8.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.7...v3.23.8 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 13:16:10 -03:00
dependabot[bot]
0c44489d2e
Bump k8s.io/client-go from 0.28.0 to 0.28.2 ( #4507 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.28.0 to 0.28.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.0...v0.28.2 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 11:21:59 -03:00
dependabot[bot]
d660f3eac9
Bump github.com/hashicorp/vault/api from 1.9.2 to 1.10.0 ( #4506 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/v1.10.0/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.9.2...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 10:23:15 -03:00
dependabot[bot]
9cd13c7932
Bump github.com/docker/docker ( #4503 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.5+incompatible to 24.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.5...v24.0.6 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 18:41:10 -03:00
dependabot[bot]
92f5ab9b2f
Bump the aws-sdk group with 1 update ( #4505 )
...
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ).
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.118.0...service/ec2/v1.119.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 17:17:40 -03:00
Marcos Yacob
cf536eb305
Bump SPIRE to version 1.8.1 ( #4509 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-09-20 16:26:06 -03:00
dependabot[bot]
c4dfd8ddee
Bump github.com/gofrs/uuid from 4.0.0+incompatible to 4.4.0+incompatible ( #4502 )
...
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid ) from 4.0.0+incompatible to 4.4.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v4.0.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:40:40 -03:00
dependabot[bot]
0e2017dc1a
Bump the google-cloud-sdk group with 1 update ( #4500 )
...
Bumps the google-cloud-sdk group with 1 update: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ).
- [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.32.0...pubsub/v1.33.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: google-cloud-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 18:30:31 -03:00
dependabot[bot]
7a64482ac9
Bump the aws-sdk group with 2 updates ( #4499 )
...
Bumps the aws-sdk group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) and [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ).
Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.114.0 to 1.118.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.114.0...service/ec2/v1.118.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.22.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.21.0...service/s3/v1.22.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 16:12:22 -03:00
dependabot[bot]
fd79f50747
Bump the azure-sdk group with 1 update ( #4501 )
...
Bumps the azure-sdk group with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ).
- [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.7.1...sdk/azcore/v1.7.2 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: azure-sdk
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 14:48:26 -03:00
Andrew Harding
3ba6756fa7
Source binaries for linux artifacts from docker images ( #4491 )
...
* Source binaries for linux artifacts from docker images
This gives us static binaries linked against musl for our release
artifacts, unifying our libc dependency for both docker and non-docker
and simplifying our build tooling.
Since artifact building is now fairly complicated and really only part
of the CI/CD pipeline, got rid of the Makefile target for it.
Fixes : #4346
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-09-13 16:35:29 -07:00
Faisal Memon
7a5a528677
Populate and prune entry event table ( #4411 )
...
* Populate and prune entry event table
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-09-13 15:44:54 -07:00
Marcos Yacob
2b392e83f6
Add profile configuration to bundle endpoint ( #4476 )
...
* Add federation.bundle_endpoint.profile configuration
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-09-13 14:28:49 -07:00
dependabot[bot]
c9998b6ea2
Bump actions/cache from 3.3.1 to 3.3.2 ( #4487 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](88522ab9f3...704facf57e
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 12:02:00 -07:00
dependabot[bot]
8d0bc9ac01
Bump docker/login-action from 2.2.0 to 3.0.0 ( #4494 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](465a07811f...343f7c4344
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 10:30:55 -07:00
dependabot[bot]
ade753c210
Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 ( #4493 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](2b82ce82d5...68827325e0
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 09:41:36 -07:00
dependabot[bot]
789109ee1d
Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 ( #4492 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.10.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](885d1462b8...f95db51fdd
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 08:26:34 -07:00
Andres Vega
969e383d6a
Update ADOPTERS to include Google Cloud story.md ( #4472 )
...
* Update ADOPTERS to include Google Cloud story.md
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: Ryan Turner <rturner3@users.noreply.github.com>
2023-09-12 19:21:02 -03:00
mjptree
4b0c6b5bac
[ #4380 ] Allow custom entry ID in BatchCreateEntry ( #4477 )
...
* Allow specifying custom IDs when creating new registration entries
Signed-off-by: Michael Prantl <mprantl2@bloomberg.net>
2023-09-12 13:41:39 -07:00
dependabot[bot]
57fe6c0a31
Bump actions/dependency-review-action from 3.0.8 to 3.1.0 ( #4486 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.0.8 to 3.1.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](f6fff72a32...6c5ccdad46
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 13:00:02 -07:00
Marcos Yacob
413d6f89e5
Upgrade to golang 1.21.1 ( #4480 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-09-08 10:36:16 -03:00
dependabot[bot]
09bff405d3
Bump actions/upload-artifact from 3.1.2 to 3.1.3 ( #4481 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b7f8abb15...a8a3f3ad30
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 12:41:35 -03:00
dependabot[bot]
fd3f79b59b
Bump actions/checkout from 3.6.0 to 4.0.0 ( #4478 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](f43a0e5ff2...3df4ab11eb
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 13:14:21 -03:00
moe-omar
6b22b00a81
azure key vault plugin ( #4458 )
...
* Add Azure key vault plugin
---------
Signed-off-by: mo omar <momar@confluent.io>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-09-04 12:35:37 -03:00
dependabot[bot]
7674234420
Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 ( #4475 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](6e04d228eb...11086d2504
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 10:53:54 -03:00
Andrew Harding
c3bb6e20c6
No longer return node alias entries to agents ( #4467 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-09-02 16:46:38 -06:00
Daniel
0483126177
Implement structured logging for gRPC errors on SPIRE agent ( #4262 )
...
Signed-off-by: Neniel <11655196+Neniel@users.noreply.github.com>
2023-09-01 13:17:40 -06:00
Andrew Harding
54ffa0174f
Remove some k8s-workload-registrar vestiges ( #4466 )
...
- Removes rules in Makefile that are no longer needed
- Removes conf file that ended up in artifacts
Fixes #4460
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-09-01 12:16:23 -06:00
Andrew Harding
8e9d7282cc
Group dependabot updates for aws,google,k8s SDKs ( #4471 )
...
* Group dependabot updates for aws,google,k8s SDKs
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-09-01 12:28:08 -03:00
Andrew Harding
f4d259ece7
Stricter container ID matching in K8s Workload Attestor ( #4468 )
...
The current regex groups are too loose in what they will accept as a
container ID. Tighten the regex's to only accept 64 hex digits as a
container ID.
Fixes #4088
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-08-31 13:45:28 -06:00
Andrew Harding
ea2da7ad0f
Fix kubectl version detection in integration tests ( #4470 )
...
Newer versions of kubectl have removed the "--short" flag and produce
the output that was once provided by "--short".
To maintain compatabiliy for old versions of kubectl, this change
updates the the common script that detects whether or not kubectl needs
to be downloaded to instead output the version to JSON and uses jq to
extract the version.
Added some helpful diag output as well.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-08-31 12:55:46 -06:00
dependabot[bot]
4ad8393eab
Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 ( #4454 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.1...v0.16.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 09:58:12 -06:00
dependabot[bot]
4b9c845d7d
Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 ( #4461 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](4c0219f9ac...885d1462b8
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 17:32:42 -06:00
dependabot[bot]
d9f9f27f33
Bump actions/checkout from 3.5.3 to 3.6.0 ( #4457 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](c85c95e3d7...f43a0e5ff2
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 16:24:32 -06:00
dependabot[bot]
e4ff9d21e8
Bump actions/setup-go from 4.0.1 to 4.1.0 ( #4456 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4.0.1...93397bea11091df50f3d7e59dc26a7711a8bcfbe )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 14:50:55 -06:00
dependabot[bot]
7057ec7031
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.113.0 to 1.114.0 ( #4453 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.113.0 to 1.114.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.113.0...service/ec2/v1.114.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 09:39:47 -06:00
Anil Chaurasia
2f54e7186f
Chore/aws partition support ( #4427 )
...
Signed-off-by: Anil Chaurasia <achaurasia@confluent.io>
2023-08-30 08:36:36 -06:00
Agustín Martínez Fayó
c2be3cb7c5
Add table to store CA journal data ( #4465 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-08-30 10:01:22 -03:00
Marcos Yacob
012f916b20
Force rotation: Implements JWT endpoints in local authority API ( #4381 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-08-29 16:55:31 -06:00
Juan Pablo Cabaña
7a2dcfb314
Expose BatchEntryDelete On CLI ( #4371 )
...
Signed-off-by: JU4N98 <juanpablocabana2@gmail.com>
2023-08-29 16:04:49 -06:00
Federico Nahuel Quijada
7076b51c2f
K8s integration test with different k8s versions ( #4376 )
...
* Add k8s integration test with multiple versions
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
2023-08-24 10:49:01 -03:00
Raghu Kaippully
dd57ddf1c2
workloadattestor systemd: dbus use of closed network connection ( #4360 )
...
* workloadattestor systemd: dbus use of closed network connection
Fixes #4315
The connection to system bus is shared and should not be closed after
use in order to avoid errors on concurrent usage.
It is typical to share the connection in the same process as per this
explanation:
https://github.com/godbus/dbus/issues/179#issuecomment-1006847775
In case of errors, this shared connection will detect that and attempt
to reconnect: https://github.com/godbus/dbus/blob/v5.1.0/conn.go#L124 .
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
* Use a plugin level shared connection
...instead of a global shared one. This ensures that the connection is
never closed by any other library while this plugin is using it.
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
* Fix lint error - context must be the first parameter
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
* incorporate review comments
- Implement `Close()` on the plugin to close the DBus connection
- Do not export `DBusConn` method
- Fix a comment
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
---------
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-08-23 08:40:55 -03:00
Andrew Harding
d57428aefe
Remove startup entry scan ( #4449 )
...
Quite some time ago we added a scan to first warn and then eventually
delete entries with invalid SPIFFE IDs. This scan is no longer needed,
since entries will have already been removed by previous upgrades and
can be removed.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-08-22 12:33:06 -06:00
dependabot[bot]
6a3aeaa2c5
Bump k8s.io/kube-aggregator from 0.27.4 to 0.28.0 ( #4447 )
...
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) from 0.27.4 to 0.28.0.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.27.4...v0.28.0 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 17:02:08 -03:00
Andrew Harding
4d96a37b82
Upgrade to go1.21.0 ( #4450 )
...
Also the go compiler version is now always reported with a patch version
so we can remove the whole go_version_full/go_version distinction in the
Makefile.
Fixed up the compiler tarball URL to match what is now present on the
Go downloads page.
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-08-21 10:15:03 -03:00
Sorin Dumitru
940c1ea717
Add the ability to configure the refresh hint of the local bundle ( #4400 )
...
* spire-server: add support for configuring a static bundle refresh_hint
This allows us to move to a place where we are closer to the
recommendation of the SPIFFE spec which says that client of the trust
bundle endpoint should default to a low refresh interval to be able to
retrieve updated trust bundles in a timely manner.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-08-19 10:59:20 -03:00
dependabot[bot]
42dbc1d52f
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.112.0 to 1.113.0 ( #4448 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.112.0 to 1.113.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.112.0...service/ec2/v1.113.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 19:11:07 -03:00
dependabot[bot]
5289f90e08
Bump google.golang.org/api from 0.137.0 to 0.138.0 ( #4446 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.137.0 to 0.138.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.137.0...v0.138.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 15:06:27 -03:00
Ryan Turner
260465236f
Remove SDS v2 API ( #4444 )
...
The SDS v2 API has been removed for Envoy for several years. We cannot
reasonably support it any longer, and we expect most users should no
longer be using it anymore.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-08-18 09:36:07 -07:00
Andrew Harding
e29ddf6ffe
Remove node selector cruft cleanup code ( #4443 )
...
SPIRE v1.6.3 introduced code to clean up node selector cruft in the database.
This code can be removed in v1.8.0.
Fixes : #3945
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-08-18 12:17:36 -03:00
dependabot[bot]
53e0abb92f
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #4442 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.3.0 to 1.3.1.
- [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.3.0...sdk/azcore/v1.3.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 11:03:10 -03:00
dependabot[bot]
97c0fc1918
Bump k8s.io/client-go from 0.27.4 to 0.28.0 ( #4439 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.27.4 to 0.28.0.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.4...v0.28.0 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 09:49:57 -03:00
dependabot[bot]
fbc674e588
Bump github.com/GoogleCloudPlatform/cloudsql-proxy ( #4437 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.9 to 1.33.10.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.10/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.9...v1.33.10 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 18:08:46 -03:00
dependabot[bot]
a25fcc6ff1
Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 ( #4436 )
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.31.0 to 1.32.0.
- [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.31.0...pubsub/v1.32.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 17:21:27 -03:00
dependabot[bot]
becabc3656
Bump actions/dependency-review-action from 3.0.7 to 3.0.8 ( #4435 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](7d90b4f05f...f6fff72a32
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 16:31:30 -03:00
dependabot[bot]
ee31d34285
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.112.0 ( #4434 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.111.0 to 1.112.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.111.0...service/ec2/v1.112.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 12:45:16 -03:00
Ryan Turner
c9693346d5
Update golangci-lint and Markdown linter ( #4440 )
...
Also fix new Markdown linter errors
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-08-17 11:53:17 -03:00
Marcos Yacob
ae75a2d954
Bump version and CHANGELOG after v1.7.2 release ( #4441 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-08-17 10:49:28 -03:00
dependabot[bot]
5aa2122fbc
Bump google.golang.org/api from 0.136.0 to 0.137.0 ( #4433 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.136.0 to 0.137.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.136.0...v0.137.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 17:04:00 -03:00
dependabot[bot]
1aeb3097cb
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.0 to 1.7.1 ( #4432 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) from 1.7.0 to 1.7.1.
- [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.7.0...sdk/azcore/v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 10:52:34 -03:00
dependabot[bot]
b340c20596
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.110.1 to 1.111.0 ( #4431 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.110.1 to 1.111.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.110.1...service/ec2/v1.111.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 17:30:37 -03:00
dependabot[bot]
5775d0dafb
Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager ( #4428 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.21.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.20.1...service/s3/v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 10:58:55 -07:00
dependabot[bot]
2433a86abc
Bump actions/dependency-review-action from 3.0.6 to 3.0.7 ( #4425 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](1360a344cc...7d90b4f05f
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 10:02:27 -07:00
Ryan Turner
0527653971
Update msys2/setup-msys2 GitHub Action ( #4421 )
...
This project generates releases by just creating a new release branch
without a corresponding semver tag, and changing the major version tag
to point to the release branch, which isn't enough for dependabot to
automatically detect the new versions,
see https://github.com/msys2/setup-msys2/issues/327
Manually update this step for now to the current commit pointed to by
the `v2` tag (`v2.20.0`): https://github.com/msys2/setup-msys2/tree/v2
Signed-off-by: Ryan Turner <turner@uber.com>
2023-08-09 12:24:37 -07:00
dependabot[bot]
78eb929681
Bump github.com/sigstore/sigstore from 1.7.1 to 1.7.2 ( #4419 )
...
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/sigstore/sigstore/releases )
- [Commits](https://github.com/sigstore/sigstore/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 11:16:32 -07:00
dependabot[bot]
e33b42b15f
Bump google.golang.org/api from 0.134.0 to 0.136.0 ( #4420 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.134.0 to 0.136.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.134.0...v0.136.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 10:31:23 -07:00
dependabot[bot]
7729ab41d6
Bump actions/setup-go from 4.0.1 to 4.1.0 ( #4418 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](fac708d667...93397bea11
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 09:21:54 -07:00
dependabot[bot]
fe79f26748
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.109.1 to 1.110.1 ( #4416 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.109.1 to 1.110.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.109.1...service/ec2/v1.110.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 08:33:49 -07:00
Chirag Kapadia
49ead4e25e
Add telemetry instrumentation for delegated identity API and add latency telemetry util ( #4399 )
...
* Add telemetry instrumentation for delegated identity API and add latency telemetry util
Signed-off-by: chiragk25 <chirag.d.kapadia@gmail.com>
2023-08-08 17:31:26 -07:00
dependabot[bot]
ceb07d878c
Bump golang.org/x/net from 0.13.0 to 0.14.0 ( #4413 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 16:42:59 -07:00
Zachary M. Train
30a1fa3ea3
[docker buildx] Create tls context if needed ( #4405 )
...
Signed-off-by: Zack Train <ztrain@uber.com>
2023-08-08 14:49:16 -07:00
dependabot[bot]
149380af89
Bump golang.org/x/sys from 0.10.0 to 0.11.0 ( #4409 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/sys/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 13:48:39 -07:00
dependabot[bot]
edc3ab5f5d
Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 ( #4412 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.15.0...v0.15.1 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 13:04:35 -07:00
Faisal Memon
4afdef4d91
Add entry and node event tables ( #4379 )
...
* Add entry and node event tables
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
2023-08-04 11:04:41 -03:00
Sorin Dumitru
ac7169b260
spire-server: marshall sequence_number for trust bundles ( #4389 )
...
The CLI worked ok, it was using the Marshaller from go-spiffe,
but this one didn't set the sequence number to anything. We now
also include the sequence number in the bundle endpoint.
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-08-04 09:47:19 -03:00
Fabian Kammel
07e9e69748
Fix IP typo in AWS IID agent config documentation. ( #4407 )
...
Signed-off-by: Fabian Kammel <fabian.kammel@control-plane.io>
2023-08-03 15:24:06 -03:00
dependabot[bot]
e0a5ad4115
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.1 to 1.38.1 ( #4404 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.1 to 1.38.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.1...service/s3/v1.38.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 11:45:35 -03:00
dependabot[bot]
264a40c6f1
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.108.1 to 1.109.1 ( #4402 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.108.1 to 1.109.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.108.1...service/ec2/v1.109.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 09:59:20 -03:00
dependabot[bot]
e2b80e0c97
Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 ( #4406 )
...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry ) from 0.15.2 to 0.16.1.
- [Release notes](https://github.com/google/go-containerregistry/releases )
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml )
- [Commits](https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1 )
---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 08:37:47 -03:00
dependabot[bot]
63352e764c
Bump golang.org/x/net from 0.12.0 to 0.13.0 ( #4401 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 17:48:35 -07:00
dependabot[bot]
c7ea16c179
Bump github.com/open-policy-agent/opa from 0.54.0 to 0.55.0 ( #4403 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.54.0...v0.55.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 13:34:49 -07:00
Agustín Martínez Fayó
867a000e40
Introduce the `aws_s3` BundlePublisher plugin ( #4355 )
...
* Introduce the `aws_s3` BundlePublisher plugin
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-08-02 15:07:10 -03:00
dependabot[bot]
7a10f4a315
Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager ( #4398 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2 ) from 1.19.0 to 1.20.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.19.0...service/ecs/v1.20.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 16:52:33 -07:00
dependabot[bot]
0050b97c5f
Bump github.com/aws/aws-sdk-go-v2/service/acmpca from 1.21.0 to 1.22.1 ( #4397 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2 ) from 1.21.0 to 1.22.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.21.0...service/eks/v1.22.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 16:05:39 -07:00
dependabot[bot]
d593d92c7b
Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 ( #4393 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.6 to 3.23.7.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.6...v3.23.7 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 14:51:48 -07:00
dependabot[bot]
4f00f30642
Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.23.0 to 1.24.1 ( #4396 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.23.0...service/s3/v1.24.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 13:55:48 -07:00
dependabot[bot]
1315deef55
Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.21.0 to 1.22.0 ( #4391 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.21.0...service/s3/v1.22.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 11:38:12 -07:00
dependabot[bot]
ec8889fa12
Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.2 to 1.21.0 ( #4387 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) from 1.19.2 to 1.21.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.19.2...service/s3/v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 18:26:50 -03:00
dependabot[bot]
665e389d95
Bump k8s.io/kube-aggregator from 0.27.3 to 0.27.4 ( #4386 )
...
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.27.3...v0.27.4 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 12:36:52 -07:00
dependabot[bot]
9460a18e7f
Bump google.golang.org/grpc from 1.56.2 to 1.57.0 ( #4382 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 11:45:22 -07:00
dependabot[bot]
a4f4d5fc0a
Bump google.golang.org/api from 0.130.0 to 0.134.0 ( #4369 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.130.0 to 0.134.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.130.0...v0.134.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 09:24:04 -03:00
dependabot[bot]
fb16767db4
Bump github.com/docker/docker ( #4362 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.4+incompatible to 24.0.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.4...v24.0.5 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 00:51:40 -03:00
dependabot[bot]
9b5f273b1b
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.33.8 to 1.33.9 ( #4350 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.8 to 1.33.9.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.9/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.8...v1.33.9 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-29 00:00:56 -03:00
dependabot[bot]
1a4a2bc7b0
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.102.0 to 1.108.1 ( #4377 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.102.0 to 1.108.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.102.0...service/ec2/v1.108.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 22:44:37 -03:00
dependabot[bot]
a39aec1d9f
Bump github.com/hashicorp/vault/sdk from 0.9.1 to 0.9.2 ( #4361 )
...
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.9.1...v0.9.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 15:24:16 -03:00
Tomoya Usami
8af212c8f9
Suppress excess activation ( #4368 )
...
Signed-off-by: Tomoya Usami <tousami@zlab.co.jp>
2023-07-28 13:13:37 -03:00
Agustín Martínez Fayó
57217ef3a0
Add 1.7.1 and v1.6.5 to the Changelog ( #4347 ) ( #4373 )
...
* Add 1.7.1 and v1.6.5 to the Changelog
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-07-28 11:48:34 -03:00
Agustín Martínez Fayó
afccb49eb7
Bump version to 1.7.2 ( #4374 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-07-28 10:13:56 -03:00
voltagex
b805d75ea6
Add link to lib/pq documentation as part of the DataStore docs ( #4336 )
...
* Add link to lib/pq documentation as part of the DataStore docs
I needed the URI-style connection string information and it took me a moment to find out that SPIRE used lib/pq under the covers, so I've added a link in the same style as the MySQL connection string info.
Signed-off-by: Adam Baxter <github@voltagex.org>
Signed-off-by: Adam Baxter <github@voltagex.org>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-07-27 11:49:38 -07:00
Kumar-Abhishek
d4a3d9e70c
changes to support ppc64le ARCH build ( #4343 )
...
Signed-off-by: Kumar-Abhishek <kumar.abhishek2@ibm.com>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-07-27 08:38:40 -07:00
Andrew Harding
3f553e3a31
Allow digitalSignature key usage on signing certs ( #4352 )
...
Turns out `aws_pca` sets digitalSignature on subordinate certificates.
The browser forum also has digitalSignature as a minimum requirement for
CAs that sign OCSP responses.
Fixes : #4351
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-07-26 14:39:46 -07:00
dependabot[bot]
a5050efd52
Bump cloud.google.com/go/kms from 1.12.1 to 1.15.0 ( #4356 )
...
Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ) from 1.12.1 to 1.15.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.12.1...kms/v1.15.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 14:23:48 -03:00
dependabot[bot]
a61677e05e
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0 ( #4338 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) from 1.6.1 to 1.7.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.6.1...sdk/azcore/v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 13:26:29 -03:00
Marcos Yacob
fcf921e9b0
Force Rotation: local authority scaffolding and implements X.509 authority endpoints ( #4020 )
...
* Create local authority scaffolding, and implements X.509 local authority service
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-07-21 17:50:22 -03:00
Agustín Martínez Fayó
b8effd4d10
Move code from experimental.go to node.go ( #4354 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-07-21 11:15:27 -03:00
hugordon7
a3d3cb8d38
[SPIRE Agent] add telemetry around LRU cache entry operations ( #4335 )
...
* [SPIRE Agent] add telemetry around LRU cache entry operations
Signed-off-by: gordonhu7 <hu.gordon@hotmail.com>
Co-authored-by: gordonhu7 <hu.gordon@hotmail.com>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-07-20 12:02:30 -07:00
dependabot[bot]
00909f24c7
Bump docker/setup-buildx-action from 2.8.0 to 2.9.1 ( #4337 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](16c0bc4a6e...4c0219f9ac
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 13:42:45 -03:00
dependabot[bot]
fe0eae1a30
Bump google.golang.org/grpc from 1.56.1 to 1.56.2 ( #4332 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.56.1 to 1.56.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.56.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 11:34:24 -03:00
Tomoya Usami
a367d5b497
Add token renewal test ( #4330 )
...
Signed-off-by: Tomoya Usami <tousami@zlab.co.jp>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-07-18 11:59:06 -07:00
Carlo Teubner
75047c61b5
agent, server: add option to log source location ( #4246 )
...
Add an option to both agent and server to enable logging of the source
location (file name, line number, function name).
This new option is available both via the configuration file and as a
command-line flag.
Signed-off-by: Carlo Teubner <carlo@cteubner.net>
2023-07-13 12:52:09 -06:00
dependabot[bot]
3117f7b007
Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 ( #4323 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.11.0...v2.12.0 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 12:23:47 -07:00
dependabot[bot]
d0628424ad
Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.22.2 to 1.23.0 ( #4322 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) from 1.22.2 to 1.23.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/eks/v1.22.2...service/s3/v1.23.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 11:00:30 -07:00
dependabot[bot]
db5c1d56ce
Bump github.com/docker/docker ( #4328 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.2+incompatible to 24.0.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.2...v24.0.4 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 16:50:07 -07:00
dependabot[bot]
727fd18353
Bump google.golang.org/api from 0.129.0 to 0.130.0 ( #4321 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.129.0 to 0.130.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.129.0...v0.130.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 14:33:02 -07:00
dependabot[bot]
9bc0ef5a3e
Bump golang.org/x/net from 0.11.0 to 0.12.0 ( #4320 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 12:58:37 -07:00
Agustín Martínez Fayó
5fda947772
Skip TestTLSConfig for now ( #4327 )
...
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-07-07 12:09:37 -07:00
dependabot[bot]
8ed5edbcba
Bump golang.org/x/crypto from 0.10.0 to 0.11.0 ( #4319 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/crypto/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 15:00:31 -07:00
Ryan Turner
03a2f9e79d
Update to github.com/cenkalti/backoff/v4 ( #4314 )
...
The only breaking changes between v3 and v4 are the behavior when using
MaxElapsedTime, which we don't use. v3 is no longer being maintained, so
use the latest version.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-07-06 14:15:58 -07:00
Marcos Yacob
f80423d09c
Upgrade to latest sigstore ( #4318 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-07-05 14:34:09 -03:00
Guilherme Carvalho
d1c58f8086
Serving cert file OIDC provider ( #4190 )
...
* Add disk cert manager
Signed-off-by: Guilherme Carvalho <guilhermocc@proton.me>
Signed-off-by: Guilherme Carvalho <guilhermbrsp@gmail.com>
2023-07-03 17:19:45 -07:00
dependabot[bot]
b1fd46b6f9
Bump k8s.io/kube-aggregator from 0.27.2 to 0.27.3 ( #4313 )
...
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) from 0.27.2 to 0.27.3.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.27.2...v0.27.3 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 15:58:02 -07:00
dependabot[bot]
7bdd9b8ace
Bump google.golang.org/api from 0.128.0 to 0.129.0 ( #4312 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.128.0 to 0.129.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.128.0...v0.129.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 15:00:27 -07:00
dependabot[bot]
fa3239d588
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 ( #4311 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.5 to 3.23.6.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.5...v3.23.6 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 14:05:16 -07:00
prasadborole1
66c518cefa
[SPIRE Agent] Add size based backoff strategy for fetchSVIDs ( #4279 )
...
* [SPIRE Agent] Add size based backoff strategy for fetchSVIDs
Signed-off-by: Prasad Borole <prasadb@uber.com>
2023-07-03 12:14:05 -07:00
dependabot[bot]
d18b74c3b3
Bump github.com/google/go-tpm-tools ( #4310 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.3.13-0.20230620182252-4639ecce2aba to 0.4.0.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Changelog](https://github.com/google/go-tpm-tools/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/google/go-tpm-tools/commits/v0.4.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 10:56:29 -07:00
Aaron Kaloti
3ac0f61744
`agent show` command shows correct re-attest value ( #4288 )
...
Signed-off-by: Aaron Kaloti <aarons.7007@gmail.com>
2023-07-01 19:36:37 -03:00
Carlo Teubner
dddea72f63
agent: fix JWT cache ( #4309 )
...
The JWT cache in the agent has a bug whereby we do not distinguish
between audience sets {"ab", "cd"} and {"a", "bcd"} (for example) due to
the way we build the cache keys.
Fix this.
Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
2023-06-30 15:43:31 -07:00
dependabot[bot]
f9a8db585e
Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 ( #4307 )
...
* Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Ryan Turner <turner@uber.com>
2023-06-30 14:31:42 -07:00
dependabot[bot]
94d37a86ed
Bump github.com/google/go-tpm from 0.3.3 to 0.9.0 ( #4302 )
...
* Bump github.com/google/go-tpm from 0.3.3 to 0.9.0
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm ) from 0.3.3 to 0.9.0.
- [Release notes](https://github.com/google/go-tpm/releases )
- [Commits](https://github.com/google/go-tpm/compare/v0.3.3...v0.9.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Ryan Turner <turner@uber.com>
2023-06-30 13:48:02 -07:00
Ryan Turner
99afcff55b
Ignore patch updates for GCP SDK modules ( #4304 )
...
GCP SDK modules update quite frequently, but we don't usually make many
changes to the GCP plugins that require SDK updates. We want to stay
relatively up-to-date, but it is very rare that we need a specific
feature/fix from a patch update. Updating to each new patch version is
time consuming from a maintenance standpoint, with little to no benefit.
We already do this for AWS SDK modules, which have a similar cadence of
updates.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-30 12:47:59 -07:00
dependabot[bot]
82e1fe0d06
Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 ( #4301 )
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.30.1 to 1.31.0.
- [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.30.1...pubsub/v1.31.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 16:59:20 -07:00
dependabot[bot]
db88870127
Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.20.0 to 1.21.0 ( #4303 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.20.0...service/s3/v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 16:03:38 -07:00
dependabot[bot]
e67051507b
Bump sigstore/cosign-installer from 3.0.5 to 3.1.1 ( #4295 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.5 to 3.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](dd6b2e2b61...6e04d228eb
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 10:35:39 -07:00
dependabot[bot]
425257c7d9
Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 ( #4299 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](ecf95283f0...16c0bc4a6e
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 09:42:02 -07:00
Ryan Turner
7f1f1f000a
Bump generated test certificate TTLs to 1 hour ( #4298 )
...
Tests relying on these certs have been seen to fail due to the certs
expiring during the test run when run in GitHub infrastructure. Increase
the cert TTL to be more accommodating to longer-running tests and test
environments where there may be larger clock skew out of our control.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-29 08:39:40 -07:00
dependabot[bot]
c26b73cd7b
Bump cloud.google.com/go/secretmanager from 1.11.0 to 1.11.1 ( #4292 )
...
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.11.0...asset/v1.11.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 20:56:00 -07:00
dependabot[bot]
b95425877f
Bump cloud.google.com/go/security from 1.15.0 to 1.15.1 ( #4291 )
...
Bumps [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/video/v1.15.0...speech/v1.15.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 16:40:37 -07:00
dependabot[bot]
d7cf60d270
Bump golang.org/x/sync from 0.2.0 to 0.3.0 ( #4293 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 12:02:39 -07:00
dependabot[bot]
02955a378a
Bump github.com/googleapis/gax-go/v2 from 2.10.0 to 2.11.0 ( #4286 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.10.0...v2.11.0 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 20:53:14 -03:00
dependabot[bot]
dbf8c5a225
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.99.0 to 1.102.0 ( #4278 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.99.0 to 1.102.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.99.0...service/ec2/v1.102.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 19:13:58 -03:00
dependabot[bot]
8a44872e54
Bump google.golang.org/grpc from 1.55.0 to 1.56.1 ( #4282 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.55.0 to 1.56.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 17:28:43 -03:00
dependabot[bot]
0be8b51467
Bump k8s.io/client-go from 0.27.2 to 0.27.3 ( #4277 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.27.2 to 0.27.3.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.2...v0.27.3 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 14:59:54 -03:00
Sorin Dumitru
fe1339d146
Don't waste time looking for the entry id when we already know it ( #4211 )
...
It looks like in most cases when the agent is looking for a SPIFFE ID it
has to go from selectors to entry to SPIFFE ID and then again from SPIFFE
ID to entry to get the entry id to put in the request (which also involves
fetch all the cached entries, sorting them and then iterating through them
to find one that matches the SPIFFE ID). This seems a bit inefficient.
I think the previous logic was also a bit weird since we lost some precision
going from entry (determined by selectors and contains other information) to
SPIFFE ID and again to picking the first entry that has that SPIFFE ID (which
could be a different one, with different attributes such as `isAdmin`). It
could maybe be considered a security issue, but I don't think anyone would do
something like that (same SPIFFE-ID on admin and non-admin entries).
Signed-off-by: Sorin Dumitru <sdumitru@bloomberg.net>
2023-06-26 10:19:04 -06:00
dependabot[bot]
145545fb55
Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 ( #4274 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 11:17:22 -03:00
dependabot[bot]
aaf53c4026
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.33.7 to 1.33.8 ( #4273 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.7 to 1.33.8.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.8/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.7...v1.33.8 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 10:13:43 -03:00
Ryan Turner
9ea743ff69
admin-endpoints integration test fixes ( #4269 )
...
- Directly pipe output of `spire-server bundle show` to `spire-server
bundle set` to avoid synchronization delays between host paths and
mounts in the containers, which is known to be notoriously slow on
macOS. The current approach of using an intermediate file for the
bundle saved in a host path mounted by the spire-server containers
causes this test to consistently fail on my Mac.
- Fix federation config, which had an incorrect endpoint address and
trust domain name for one of the servers.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-26 08:55:13 -03:00
Marcos Yacob
41f8beb5fe
Upgrade golangci-lint to 1.53.3 ( #4266 )
...
* Upgrade golangci-lint to 1.53.3
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-21 11:06:51 -03:00
dependabot[bot]
6f747de0f0
Bump cloud.google.com/go/kms from 1.11.0 to 1.12.0 ( #4258 )
...
Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.11.0...kms/v1.12.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 12:24:49 -06:00
dependabot[bot]
061cd2f1ad
Bump google.golang.org/api from 0.126.0 to 0.128.0 ( #4267 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.126.0 to 0.128.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.126.0...v0.128.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 11:26:11 -03:00
dependabot[bot]
fa5edb8291
Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 ( #4257 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](6a58db7e0d...ecf95283f0
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 09:57:09 -03:00
dependabot[bot]
81b418d52c
Bump golang.org/x/net from 0.10.0 to 0.11.0 ( #4253 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 20:43:10 -03:00
dependabot[bot]
d3267e9e89
Bump actions/checkout from 3.5.2 to 3.5.3 ( #4249 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e5e7e5ab8...c85c95e3d7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 10:58:59 -03:00
Ryan Turner
654c470cb9
Fix test on server bind address ( #4260 )
...
The test verifies that errors thrown by `net.ResolveTCPAddr()` are
handled and fail server startup. The test case used a string that could
be interpreted as a valid hostname, and `net.ResolveTCPAddr()` allows
hostnames to be used in the address. In some cases, it was noticed that
this test can fail because `net.ResolveTCPAddr()` treats the address as
valid.
Change the address to be something that's not a valid IP address or a
valid hostname to prevent flakiness.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-16 17:58:23 -03:00
Guilherme Carvalho
eec471a8f6
Fix spire server run command tests ( #4250 )
...
* Fix spire server run command tests
Signed-off-by: Guilherme Carvalho <guilhermocc@proton.me>
2023-06-16 17:12:51 -03:00
Ryan Turner
2cba7355a4
Use server-generated timestamps in fakedatastore ( #4209 )
...
* Use server-generated timestamps in fakedatastore
The server sqlstore was rounding CreatedAt timestamps in the model
object returned back to the client based on the timestamp generated
by the datastore. This rounding logic was added to handle precision
limitations in MySQL 5.7 such that tests could compare created
objects with ones queried from the datastore. Some CI runs of tests
using datastore functionality have uncovered that this rounding logic
does not always produce the same timestamp as the datastore.
Since this rounding is only needed by tests, instead rely on
server-generated timestamps in the test process when using the
fakedatastore. This will guarantee that the CreatedAt timestamps
typically generated by the datastore are always consistent
between the Create and Get/List datastore calls.
Provide this through an undocumented config field in sqlstore that
only is intended to be used by the fakedatastore in tests.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-16 16:21:32 -03:00
Guilherme Carvalho
4de82c8dfb
Add integration test for oidc discovery provider ( #4239 )
...
* Add integration test for oidc discovery provider
Signed-off-by: Guilherme Carvalho <guilhermocc@proton.me>
2023-06-16 15:20:47 -03:00
Marcos Yacob
f483d76f09
Bump version and Changelog after v1.7.0 release ( #4263 )
...
* Bump version and Changelog after v1.7.0 release
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-15 14:09:58 -03:00
Ryan Turner
d3d6164e43
Produce serial number selector in x509pop NodeAttestor ( #4216 )
...
* Produce serial number selector in x509pop NodeAttestor
The serial number of an X.509 certificate is supposed to be unique and
may be a useful way to organize authorized workload entries.
Signed-off-by: Ryan Turner <turner@uber.com>
* Represent serial number as hex
Signed-off-by: Ryan Turner <turner@uber.com>
* Document x509pop serialnumber selector and Agent SPIFFE ID path template parameter
Also remove mention of Subject.CommonName as a path template field, as
it is different from the certificate serial number.
Signed-off-by: Ryan Turner <turner@uber.com>
* Fix agent ID path template field name
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: Ryan Turner <turner@uber.com>
Co-authored-by: Evan Gilman <evan@spirl.com>
2023-06-14 12:01:49 -07:00
Marcos Yacob
7cc9dad87f
Start to use TrustDomain Name function when required ( #4245 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-12 11:27:59 -03:00
dependabot[bot]
c1d8ce05cb
Bump google.golang.org/api from 0.125.0 to 0.126.0 ( #4247 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.125.0 to 0.126.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.125.0...v0.126.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 16:42:52 -03:00
dependabot[bot]
dc46e1e6da
Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 ( #4243 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](4b4e9c3e2d...6a58db7e0d
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 14:52:43 -03:00
dependabot[bot]
33f6c6dbcd
Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 ( #4242 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](e81a89b173...2b82ce82d5
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 13:07:51 -03:00
Marcos Yacob
1a591c966c
Force Rotation: Add status to journal ( #4188 )
...
* Refactor journal to store an Status field
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-09 10:39:11 -03:00
Ryan Turner
30d23d3cfa
Add recommendation to contributing documentation for publishing issue ( #4235 )
...
Suggest to prospective contributors to create an issue prior to sending
changes in order to ensure there is good alignment and scoping on
proposed changes before reviewing detailed implementation.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-09 09:25:56 -03:00
Ryan Turner
c487ea0df5
Set up stale GitHub action to process old, inactive issues ( #4225 )
...
* Set up stale GitHub action to process old, inactive issues
Initially tune the stale bot with conservative windows for marking
issues as stale and closing stale issues. Ignore PRs for now.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-08 19:28:58 -03:00
Ryan Turner
4aedb8fdf0
Bump unit test timeout to 90 seconds ( #4222 )
...
Some packages in the unit test suite, such as `./pkg/server/datastore/sqlstore`,
can take longer than 60 seconds to execute in resource-constrained
environments. We have observed that when unit tests are run on GitHub-hosted
runners the tests can take a while to execute.
Loosen the package-level unit test timeout to 90 seconds to extend some
grace to environments with limited resources and avoid flaky test run
failures.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-08 18:08:37 -03:00
dependabot[bot]
da29e3dc63
Bump docker/login-action from 2.1.0 to 2.2.0 ( #4241 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](f4ef78c080...465a07811f
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 17:28:25 -03:00
dependabot[bot]
38e8f48e93
Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.19.0 to 1.20.0 ( #4237 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2 ) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.19.0...service/s3/v1.20.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 14:56:14 -03:00
dependabot[bot]
e25057ae9a
Bump github.com/spiffe/go-spiffe/v2 from 2.1.5 to 2.1.6 ( #4234 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.1.5...v2.1.6 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 13:40:12 -03:00
dependabot[bot]
5e547e7138
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.0 to 1.6.1 ( #4238 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) from 1.6.0 to 1.6.1.
- [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.6.0...sdk/azcore/v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 12:10:23 -03:00
dependabot[bot]
2cb31d0ebe
Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.21.1 to 1.22.0 ( #4233 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2 ) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/eks/v1.21.1...service/s3/v1.22.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 11:22:09 -03:00
dependabot[bot]
c74f331828
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.97.0 to 1.99.0 ( #4223 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.97.0 to 1.99.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.97.0...service/ec2/v1.99.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 10:06:27 -03:00
Andrew Harding
a5137c0b15
Delay parsing pod info in k8s workload attestation ( #4240 )
...
Signed-off-by: Szilard Vincze <szilard.vincze@est.tech>
Signed-off-by: Andrew Harding <azdagron@gmail.com>
Co-authored-by: Szilard Vincze <szilard.vincze@est.tech>
2023-06-07 13:30:14 -06:00
Marcos Yacob
0ad8906783
Upgrade to Golang 1.20.5 ( #4236 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-07 11:23:23 -03:00
Marcos Yacob
9d1dc74171
deprecate support to Envoy SDS v2 API ( #4228 )
...
* deprecate support to Envoy SDS v2 API
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-06 17:16:34 -03:00
Marcos Yacob
a67ea799a1
Remove Journal logic to migrate old json format into proto format ( #4230 )
...
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-06 14:02:44 -03:00
Ryan Turner
fad33d5bc6
Run upgrade integration test on arm64 ( #4226 )
...
The upgrade test couldn't run on arm64 until v1.7.0 because it relies on
the release Docker images from the previous minor release series to all
be available for arm64. The project started publishing Docker release
images for arm64 starting in v1.6.0, so this test can be re-enabled for
arm64 architecture now.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-06 10:15:08 -03:00
dependabot[bot]
897d19d246
Bump cloud.google.com/go/secretmanager from 1.10.1 to 1.11.0 ( #4221 )
...
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.10.1...kms/v1.11.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 20:19:51 -03:00
dependabot[bot]
dd0334cbe9
Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 ( #4218 )
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 17:07:47 -03:00
dependabot[bot]
8582f7aec4
Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1 ( #4184 )
...
* Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v0.9.0...v0.9.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix reading of unused config keys in HCL parsing
The upgrade to github.com/hashicorp/vault/sdk v0.9.1 introduces a
downstream dependency on a branch of github.com/hashicorp/hcl that has a
different behavior for reading in unrecognized config fields from HCL.
The mainline version of HCL v1 reads these unrecognized fields as a
`[]string` into a struct field tagged with the name `unusedKeys`,
but the new version reads them as a `map[string][]token.Pos` into a struct
field tagged with the name `unusedKeyPositions`.
Fix all the affected spots in the code that handle unrecognized HCL
config fields, and sort the field names for consistent unit test
execution results, since maps with a string key type in Go don't guarantee
any stable ordering of the keys in the map.
Signed-off-by: Ryan Turner <turner@uber.com>
* upgreade hashicorp go-plugin
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Turner <turner@uber.com>
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-05 15:35:04 -03:00
Ryan Turner
390e07c1dd
Fix flaky AttestAgent tests ( #4217 )
...
There is some asynchrony to how gRPC handles Postprocess interceptor
callbacks for bi-directional streaming APIs that results in race
conditions around when audit log messages are emitted by the audit log
middleware. This causes a lot of flakiness of ordering of log messages
received and the sequencing of when those audit logs are received by the
test logrus hook when the tests are run on CI. Resetting the entries
received by the logger hook in-between calls to AttestAgent in the test
is not enough to work around this asynchrony.
Rather than depending on the logs to come in a specific order and
timeframe, instead match all the expected log messages from the gRPC
server in any order rather than just the ones from the last call to
AttestAgent.
Signed-off-by: Ryan Turner <turner@uber.com>
2023-06-03 16:25:20 -07:00
dependabot[bot]
6215bca0dc
Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17 ( #4214 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.16 to 1.14.17.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.17 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 15:10:31 -07:00
dependabot[bot]
673f7b92c1
Bump github.com/spiffe/go-spiffe/v2 from 2.1.4 to 2.1.5 ( #4202 )
...
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe ) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/spiffe/go-spiffe/releases )
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.1.4...v2.1.5 )
---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 13:10:44 -07:00
dependabot[bot]
a9b04a0ff8
Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 ( #4199 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 10:13:28 -07:00
dependabot[bot]
c17c4d5d8c
Bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 ( #4201 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.4 to 3.23.5.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.4...v3.23.5 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 17:20:49 -07:00
dependabot[bot]
d2c1552397
Bump cloud.google.com/go/iam from 1.0.1 to 1.1.0 ( #4200 )
...
Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/iam/v1.0.1...dlp/v1.1.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 16:20:32 -07:00
dependabot[bot]
9a81ca9c57
Bump actions/dependency-review-action from 3.0.4 to 3.0.6 ( #4198 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](f46c48ed6d...1360a344cc
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 11:28:19 -07:00
dependabot[bot]
1cfb153d16
Bump github.com/google/go-tpm-tools from 0.3.11 to 0.3.12 ( #4196 )
...
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools ) from 0.3.11 to 0.3.12.
- [Release notes](https://github.com/google/go-tpm-tools/releases )
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.3.11...v0.3.12 )
---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 08:59:21 -07:00
dependabot[bot]
482f01ecc6
Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0 ( #4192 )
...
* Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.14.6 to 0.15.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.6...v0.15.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix usage of k8s controller-runtime fakeClient
sigs.k8s.io/controller-runtime introduced a breaking change in the
fake client to by default only allow updating of status subresources
in objects shipped in K8s that are known to have the status subresource.
Custom resources that have a status subresource need to register this
object in the fake client builder in order to dynamically update the
status subresource in the test.
This behavior change broke the expectations of the certmanager
upstreamauthority plugin tests that relied on this old behavior of
the fake controller client allowing any resource to have its status
subresource updated. Update the initialization of the fake client to
register the custom `CertificateRequest` object that has a status
subresource, such that it can continue to be updated by tests.
Signed-off-by: Ryan Turner <turner@uber.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Turner <turner@uber.com>
2023-05-31 15:07:33 -07:00
dependabot[bot]
3e3293a45d
Bump cloud.google.com/go/security from 1.14.1 to 1.15.0 ( #4195 )
...
Bumps [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/speech/v1.14.1...video/v1.15.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 13:18:56 -07:00
dependabot[bot]
7d45e01b9b
Bump cloud.google.com/go/kms from 1.10.2 to 1.11.0 ( #4197 )
...
Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.10.2...kms/v1.11.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 11:54:32 -07:00
dependabot[bot]
408af569cb
Bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 ( #4191 )
...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/hashicorp/vault/releases )
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/vault/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 18:17:23 -07:00
dependabot[bot]
034398a581
Bump github.com/GoogleCloudPlatform/cloudsql-proxy from 1.33.6 to 1.33.7 ( #4193 )
...
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy ) from 1.33.6 to 1.33.7.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases )
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.7/CHANGELOG.md )
- [Commits](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.33.6...v1.33.7 )
---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 17:15:26 -07:00
dependabot[bot]
6b532e819f
Bump github.com/sigstore/rekor from 1.1.1 to 1.2.1 ( #4186 )
...
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor ) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/sigstore/rekor/releases )
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/rekor/compare/v1.1.1...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:39:34 -03:00
dependabot[bot]
a8aa321ca2
Bump github.com/envoyproxy/go-control-plane from 0.11.0 to 0.11.1 ( #4185 )
...
Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane ) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases )
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md )
- [Commits](https://github.com/envoyproxy/go-control-plane/compare/v0.11.0...v0.11.1 )
---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 18:31:57 -03:00
dependabot[bot]
b8b1553ba2
Bump github.com/open-policy-agent/opa from 0.52.0 to 0.53.0 ( #4183 )
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.52.0 to 0.53.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.52.0...v0.53.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 15:39:11 -03:00
dependabot[bot]
595e15df52
Bump golang.org/x/crypto from 0.8.0 to 0.9.0 ( #4179 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/crypto/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 14:47:54 -03:00
dependabot[bot]
6a10ef56c8
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 ( #4181 )
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.0 to 1.9.2.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 12:40:53 -03:00
dependabot[bot]
1af6ece92c
Bump google.golang.org/api from 0.123.0 to 0.124.0 ( #4177 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.123.0 to 0.124.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.123.0...v0.124.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 11:09:31 -03:00
dependabot[bot]
a0c5ba34fc
Bump k8s.io/kube-aggregator from 0.27.1 to 0.27.2 ( #4178 )
...
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator ) from 0.27.1 to 0.27.2.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.27.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 19:40:50 -03:00
dependabot[bot]
826ba55107
Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.2+incompatible ( #4180 )
...
* Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 23.0.6+incompatible to 24.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v23.0.6...v24.0.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update expected Docker API version
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-05-26 15:36:23 -03:00
dependabot[bot]
7fec1ed196
Bump cloud.google.com/go/secretmanager from 1.10.0 to 1.10.1 ( #4173 )
...
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.10.0...kms/v1.10.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 00:48:46 -03:00
dependabot[bot]
be5ae88ed3
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity ( #4174 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.2.2 to 1.3.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/azidentity/v1.2.2...sdk/azcore/v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 23:18:16 -03:00
dependabot[bot]
dbd7bc25f5
Bump golang.org/x/net from 0.9.0 to 0.10.0 ( #4176 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 17:48:51 -03:00
Raghu Kaippully
5f75f54b15
Systemd workloadattestor closes DBus connection too early ( #4165 )
...
This PR fixes is a bug in the systemd workload attestor. In
`getSystemdUnitInfo`, the DBus connection is closed via a `defer`. But
that connection is required later to retrieve the `ID()` and
`FragmentPath()` in the `Attest` function. This causes attestation
failures with an error message `dbus: connection closed by user`.
The fix extracts the required selector attributes early and avoids
using the dangling connection to DBus.
Signed-off-by: Raghu Kaippully <rkaippully@gmail.com>
2023-05-24 13:49:24 -06:00
dependabot[bot]
e0605c8d01
Bump sigstore/cosign-installer from 3.0.3 to 3.0.5 ( #4161 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](204a51a57a...dd6b2e2b61
)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 14:11:01 -03:00
dependabot[bot]
2f46f71240
Bump github.com/googleapis/gax-go/v2 from 2.8.0 to 2.9.1 ( #4172 )
...
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go ) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/googleapis/gax-go/releases )
- [Commits](https://github.com/googleapis/gax-go/compare/v2.8.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 10:23:00 -03:00
dependabot[bot]
99bc41fd5b
Bump k8s.io/client-go from 0.27.1 to 0.27.2 ( #4169 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.27.1 to 0.27.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.27.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 08:33:04 -03:00
dependabot[bot]
243f709166
Bump github.com/docker/distribution ( #4153 )
...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution ) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases )
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 07:24:20 -03:00
dependabot[bot]
f9ef99ada7
Bump cloud.google.com/go/iam from 1.0.0 to 1.0.1 ( #4168 )
...
Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.0.0...iam/v1.0.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 00:13:43 -03:00
Guilherme Carvalho
0e010bf4da
Add node re-attestation integration tests ( #4150 )
...
* Add node re-attestation it tests
Signed-off-by: Guilherme Carvalho <guilhermocc@proton.me>
2023-05-23 23:17:48 -03:00
dependabot[bot]
0318050dbe
Bump actions/setup-go from 4.0.0 to 4.0.1 ( #4156 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](4d34df0c23...fac708d667
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 13:50:36 -03:00
dependabot[bot]
a5fd7f7fec
Bump cloud.google.com/go/security from 1.14.0 to 1.14.1 ( #4158 )
...
Bumps [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go ) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/video/v1.14.0...speech/v1.14.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 18:59:54 -03:00
dependabot[bot]
431cbef53a
Bump k8s.io/api from 0.27.1 to 0.27.2 ( #4166 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.27.1 to 0.27.2.
- [Commits](https://github.com/kubernetes/api/compare/v0.27.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 18:00:51 -03:00
dependabot[bot]
e7e1b3b9e9
Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 ( #4152 )
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.1.0 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.1.0...v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 17:17:52 -03:00
dependabot[bot]
ac45159f21
Bump cloud.google.com/go/kms from 1.10.1 to 1.10.2 ( #4149 )
...
Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go ) from 1.10.1 to 1.10.2.
- [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.10.1...kms/v1.10.2 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 11:55:46 -03:00
dependabot[bot]
cf192bd521
Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.18.11 to 1.19.0 ( #4148 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) from 1.18.11 to 1.19.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.11...service/s3/v1.19.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 10:03:24 -03:00
Max Lambrecht
8275f140ff
Add support for multiple public certificates to AWS IID node attestor ( #4124 )
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2023-05-19 16:01:54 -06:00
Andrew Harding
2629aac9f5
Bump version and CHANGELOG after v1.6.4 release ( #4160 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-05-19 14:32:42 -06:00
Guilherme Carvalho
e62ab49902
Create integration tests for svidstore ( #4117 )
...
* Create IT tests for svidstore core logic
Signed-off-by: Guilherme Carvalho <guilhermocc@proton.me>
2023-05-16 11:04:58 -03:00
dependabot[bot]
dc765622b5
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.96.1 to 1.97.0 ( #4146 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2 ) from 1.96.1 to 1.97.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.96.1...service/ec2/v1.97.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 15:46:08 -06:00
dependabot[bot]
913a2a922a
Bump github.com/docker/docker ( #4145 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 23.0.5+incompatible to 23.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v23.0.5...v23.0.6 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 13:29:02 -06:00
Andrew Harding
c2383d934d
Update expired dummy upstream CA certificate ( #4155 )
...
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-05-15 00:09:06 -03:00