From 3978d2b859e09a130599e25e5f1f6888178cf87a Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 11 Jul 2024 22:00:41 -0700 Subject: [PATCH] Update changelog for 0.27.0 | add actionlint | update go.step.sm/crypto (#1923) --- .github/workflows/actionlint.yml | 17 +++++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/actionlint.yml diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml new file mode 100644 index 000000000..8e9248e08 --- /dev/null +++ b/.github/workflows/actionlint.yml @@ -0,0 +1,17 @@ +name: Lint GitHub Actions workflows +on: + push: + workflow_call: + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +permissions: + contents: write + pull-requests: write + +jobs: + actionlint: + uses: smallstep/workflows/.github/workflows/actionlint.yml@main + secrets: inherit diff --git a/CHANGELOG.md b/CHANGELOG.md index dff58a369..bc3c9496f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- +## [0.27.0] - 2024-07-11 + +### Added + +- Support for validity windows in templates (smallstep/certificates#1903) +- Create identity certificate with host URI when using any provisioner (smallstep/certificates#1922) + +### Fixed + +- Handle bad attestation object in deviceAttest01 validation (smallstep/certificates#1913) + +### Security + +- Do strict DNS lookup on ACME (smallstep/certificates#1910) + + ## [0.26.2] - 2024-06-13 ### Added diff --git a/go.mod b/go.mod index a5bf70142..2a8717e05 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( github.com/stretchr/testify v1.9.0 github.com/urfave/cli v1.22.15 go.step.sm/cli-utils v0.9.0 - go.step.sm/crypto v0.49.0 + go.step.sm/crypto v0.50.0 go.step.sm/linkedca v0.21.1 golang.org/x/crypto v0.25.0 golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 diff --git a/go.sum b/go.sum index 82f587e29..8bb53395b 100644 --- a/go.sum +++ b/go.sum @@ -415,8 +415,8 @@ go.opentelemetry.io/otel/trace v1.24.0 h1:CsKnnL4dUAr/0llH9FKuc698G04IrpWV0MQA/Y go.opentelemetry.io/otel/trace v1.24.0/go.mod h1:HPc3Xr/cOApsBI154IU0OI0HJexz+aw5uPdbs3UCjNU= go.step.sm/cli-utils v0.9.0 h1:55jYcsQbnArNqepZyAwcato6Zy2MoZDRkWW+jF+aPfQ= go.step.sm/cli-utils v0.9.0/go.mod h1:Y/CRoWl1FVR9j+7PnAewufAwKmBOTzR6l9+7EYGAnp8= -go.step.sm/crypto v0.49.0 h1:J4qW5/ODYeHJFAM4PuNLSHKBMGWh4iwX6Tcrsp42r+U= -go.step.sm/crypto v0.49.0/go.mod h1:NCFMhLS6FJXQ9sD9PP282oHtsBWLrI6wXZY0eOkq7t8= +go.step.sm/crypto v0.50.0 h1:BqI9sEgocoHDLLHiZnFqdqXl5FjdMvOWKMm/fKL/lrw= +go.step.sm/crypto v0.50.0/go.mod h1:NCFMhLS6FJXQ9sD9PP282oHtsBWLrI6wXZY0eOkq7t8= go.step.sm/linkedca v0.21.1 h1:2pM0qk48Rd8mre5V/Zch3AsaXUpyZAxsICKYB/gV2kc= go.step.sm/linkedca v0.21.1/go.mod h1:dOKdF4HSn73YUEkfS5/FECngZmBtj2Il5DTKWXY4S6Y= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=