File tree Expand file tree Collapse file tree 4 files changed +36
-3
lines changed Expand file tree Collapse file tree 4 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Lint GitHub Actions workflows
2+ on :
3+ push :
4+ workflow_call :
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : true
9+
10+ permissions :
11+ contents : write
12+ pull-requests : write
13+
14+ jobs :
15+ actionlint :
16+ uses : smallstep/workflows/.github/workflows/actionlint.yml@main
17+ secrets : inherit
Original file line number Diff line number Diff line change @@ -25,6 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525
2626---
2727
28+ ## [ 0.27.0] - 2024-07-11
29+
30+ ### Added
31+
32+ - Support for validity windows in templates (smallstep/certificates #1903 )
33+ - Create identity certificate with host URI when using any provisioner (smallstep/certificates #1922 )
34+
35+ ### Fixed
36+
37+ - Handle bad attestation object in deviceAttest01 validation (smallstep/certificates #1913 )
38+
39+ ### Security
40+
41+ - Do strict DNS lookup on ACME (smallstep/certificates #1910 )
42+
43+
2844## [ 0.26.2] - 2024-06-13
2945
3046### Added
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/stretchr/testify v1.9.0
3434 github.com/urfave/cli v1.22.15
3535 go.step.sm/cli-utils v0.9.0
36- go.step.sm/crypto v0.49 .0
36+ go.step.sm/crypto v0.50 .0
3737 go.step.sm/linkedca v0.21.1
3838 golang.org/x/crypto v0.25.0
3939 golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
Original file line number Diff line number Diff line change @@ -415,8 +415,8 @@ go.opentelemetry.io/otel/trace v1.24.0 h1:CsKnnL4dUAr/0llH9FKuc698G04IrpWV0MQA/Y
415415go.opentelemetry.io/otel/trace v1.24.0 /go.mod h1:HPc3Xr/cOApsBI154IU0OI0HJexz+aw5uPdbs3UCjNU =
416416go.step.sm/cli-utils v0.9.0 h1:55jYcsQbnArNqepZyAwcato6Zy2MoZDRkWW+jF+aPfQ =
417417go.step.sm/cli-utils v0.9.0 /go.mod h1:Y/CRoWl1FVR9j+7PnAewufAwKmBOTzR6l9+7EYGAnp8 =
418- go.step.sm/crypto v0.49 .0 h1:J4qW5/ODYeHJFAM4PuNLSHKBMGWh4iwX6Tcrsp42r+U =
419- go.step.sm/crypto v0.49 .0 /go.mod h1:NCFMhLS6FJXQ9sD9PP282oHtsBWLrI6wXZY0eOkq7t8 =
418+ go.step.sm/crypto v0.50 .0 h1:BqI9sEgocoHDLLHiZnFqdqXl5FjdMvOWKMm/fKL/lrw =
419+ go.step.sm/crypto v0.50 .0 /go.mod h1:NCFMhLS6FJXQ9sD9PP282oHtsBWLrI6wXZY0eOkq7t8 =
420420go.step.sm/linkedca v0.21.1 h1:2pM0qk48Rd8mre5V/Zch3AsaXUpyZAxsICKYB/gV2kc =
421421go.step.sm/linkedca v0.21.1 /go.mod h1:dOKdF4HSn73YUEkfS5/FECngZmBtj2Il5DTKWXY4S6Y =
422422go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
You can’t perform that action at this time.
0 commit comments