Skip to content

Commit

Permalink
Merge branch 'add-health-checks-to-oidc-discovery-provider' of github…
Browse files Browse the repository at this point in the history
….com:chdalski/spire into add-health-checks-to-oidc-discovery-provider
  • Loading branch information
chdalski committed Jun 22, 2022
2 parents 4e4788c + 52076c8 commit 33c23a3
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1
uses: actions/dependency-review-action@v2
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.1] - 2022-06-09

### Added
- The `windows` workload attestor gained a new `sha256` selector that can attest the SHA256 digest of the workload binary (#3100)

### Fixed
- Database rows related to registration entries are now properly removed (#3127, #3132)
- Agent reduces bandwidth use by requesting only required information when syncing with the server (#3123)
- Issue with read-modify-write operations when using PostgreSQL datastore in hot standby mode (#3103)

### Changed
- FetchX509Bundles RPC no longer sends spurious updates that contain no changes (#3102)
- Warn if the built-in `join_token` node attestor is attempted to be overridden by an external plugin (#3045)
- Database connections are now proactively closed when SPIRE server is shut down (#3047)

## [1.3.0] - 2022-05-12

### Added
Expand Down
35 changes: 18 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.0.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0
github.com/GoogleCloudPlatform/cloudsql-proxy v1.30.1
github.com/GoogleCloudPlatform/cloudsql-proxy v1.31.0
github.com/InVisionApp/go-health/v2 v2.1.2
github.com/InVisionApp/go-logger v1.0.1
github.com/Microsoft/go-winio v0.5.2
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129
github.com/armon/go-metrics v0.4.0
github.com/aws/aws-sdk-go v1.44.0
github.com/aws/aws-sdk-go-v2 v1.16.5
github.com/aws/aws-sdk-go-v2/config v1.15.10
github.com/aws/aws-sdk-go-v2/credentials v1.12.5
github.com/aws/aws-sdk-go-v2/config v1.15.11
github.com/aws/aws-sdk-go-v2/credentials v1.12.6
github.com/aws/aws-sdk-go-v2/service/kms v1.17.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.10
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.11
github.com/aws/aws-sdk-go-v2/service/sts v1.16.7
github.com/blang/semver/v4 v4.0.0
github.com/cenkalti/backoff/v3 v3.2.2
Expand All @@ -42,8 +42,8 @@ require (
github.com/hashicorp/go-plugin v1.4.4
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94
github.com/hashicorp/vault/api v1.6.0
github.com/hashicorp/vault/sdk v0.5.0
github.com/hashicorp/vault/api v1.7.2
github.com/hashicorp/vault/sdk v0.5.2
github.com/imdario/mergo v0.3.13
github.com/imkira/go-observer v1.0.3
github.com/jinzhu/gorm v1.9.16
Expand All @@ -57,17 +57,17 @@ require (
github.com/spiffe/go-spiffe/v2 v2.0.1-0.20220414143532-2ed460a8b9d3
github.com/spiffe/spire-api-sdk v1.2.2-0.20220317172821-e2705b35aa09
github.com/spiffe/spire-plugin-sdk v1.2.1
github.com/stretchr/testify v1.7.2
github.com/uber-go/tally/v4 v4.1.1
github.com/stretchr/testify v1.7.4
github.com/uber-go/tally/v4 v4.1.2
github.com/zeebo/errs v1.3.0
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d
golang.org/x/time v0.0.0-20220411224347-583f2d630306
google.golang.org/api v0.82.0
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58
google.golang.org/api v0.84.0
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
gopkg.in/square/go-jose.v2 v2.6.0
Expand Down Expand Up @@ -103,7 +103,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.11.8 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.11.9 // indirect
github.com/aws/smithy-go v1.11.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
Expand All @@ -129,6 +129,7 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -138,7 +139,7 @@ require (
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.5 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
Expand Down Expand Up @@ -190,10 +191,10 @@ require (
go.opencensus.io v0.23.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down

0 comments on commit 33c23a3

Please sign in to comment.