Skip to content

Commit

Permalink
Merge branch 'master' into herman/ca-kms
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Aug 9, 2023
2 parents 6dbe189 + ea9b248 commit b926631
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 55 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Add support for provisioner claim `disableSmallstepExtensions`
(smallstep/cli#986).
- Add support for PowerShell plugins on Windows (smallstep/certificates#992).
- Create API token using team slug (smallstep/cli#980).
- Detect OIDC tokens issued by Kubernetes (smallstep/cli#953).
- Add support for Smallstep Managed Endpoint X509 extension
(smallstep/cli#989).

### Changed

- Increase PBKDF2 iterations to 600k (smallstep/cli#949).

### Fixed

- Look for Windows plugins with executable extensions
(smallstep/certificates#976)
- Fix empty ca.json with invalid template data (smallstep/certificates#1501).
- Fix interactive prompt on docker builds (smallstep/cli#963).

### Remove

- Remove automatic creation of the step path (smallstep/certificates#991)


## [v0.24.4] - 2023-05-11

### Added
Expand Down
37 changes: 19 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/pquerna/otp v1.4.0
github.com/slackhq/nebula v1.6.1
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
github.com/smallstep/certificates v0.24.2
github.com/smallstep/certificates v0.24.3-rc.5.0.20230804170226-bdc7b1b6912a
github.com/smallstep/certinfo v1.12.0
github.com/smallstep/go-attestation v0.4.4-0.20230509120429-e17291421738
github.com/smallstep/truststore v0.12.1
Expand All @@ -25,23 +25,23 @@ require (
github.com/urfave/cli v1.22.14
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
go.step.sm/cli-utils v0.8.0
go.step.sm/crypto v0.33.0
go.step.sm/crypto v0.34.0
go.step.sm/linkedca v0.20.0
golang.org/x/crypto v0.11.0
golang.org/x/sys v0.10.0
golang.org/x/term v0.10.0
golang.org/x/crypto v0.12.0
golang.org/x/sys v0.11.0
golang.org/x/term v0.11.0
google.golang.org/protobuf v1.31.0
gopkg.in/square/go-jose.v2 v2.6.0
software.sslmate.com/src/go-pkcs12 v0.2.1
)

require (
cloud.google.com/go v0.110.2 // indirect
cloud.google.com/go/compute v1.19.3 // indirect
cloud.google.com/go v0.110.4 // indirect
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/longrunning v0.4.2 // indirect
cloud.google.com/go/security v1.14.0 // indirect
cloud.google.com/go/longrunning v0.5.1 // indirect
cloud.google.com/go/security v1.15.1 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0 // indirect
Expand Down Expand Up @@ -105,7 +105,7 @@ require (
github.com/micromdm/scep/v2 v2.1.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/newrelic/go-agent/v3 v3.21.1 // indirect
github.com/newrelic/go-agent/v3 v3.23.1 // indirect
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand All @@ -114,7 +114,7 @@ require (
github.com/schollz/jsonstore v1.1.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/smallstep/nosql v0.6.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/weppos/publicsuffix-go v0.20.0 // indirect
Expand All @@ -124,15 +124,16 @@ require (
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.8.0 // indirect
google.golang.org/api v0.130.0 // indirect
google.golang.org/api v0.134.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/grpc v1.56.2 // indirect
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect
google.golang.org/grpc v1.57.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
Expand Down
Loading

0 comments on commit b926631

Please sign in to comment.