From c9efc85713d2b7343a90c67956c7ea15f9abad98 Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 18 Mar 2026 18:08:58 -0700 Subject: [PATCH 1/2] Bump certificates to v0.30.1 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bd0ca4ab3..ed8ac87d0 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/rogpeppe/go-internal v1.14.1 github.com/slackhq/nebula v1.10.3 github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 - github.com/smallstep/certificates v0.30.0 + github.com/smallstep/certificates v0.30.1 github.com/smallstep/certinfo v1.15.0 github.com/smallstep/cli-utils v0.12.2 github.com/smallstep/go-attestation v0.4.4-0.20241119153605-2306d5b464ca diff --git a/go.sum b/go.sum index bbe86dd6e..64438988f 100644 --- a/go.sum +++ b/go.sum @@ -293,8 +293,8 @@ github.com/slackhq/nebula v1.10.3 h1:EstYj8ODEcv6T0R9X5BVq1zgWZnyU5gtPzk99QF1PMU github.com/slackhq/nebula v1.10.3/go.mod h1:IL5TUQm4x9IFx2kCKPYm1gP47pwd5b8QGnnBH2RHnvs= github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY= github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc= -github.com/smallstep/certificates v0.30.0 h1:faDmyVxF0SpArbogBHMs1jj4tVKpXS+2ALGsq6pc8KU= -github.com/smallstep/certificates v0.30.0/go.mod h1:VuSC7WLIWomjkwJTU7YJX/ZPm4cXuqqnDl4sYEDP9oU= +github.com/smallstep/certificates v0.30.1 h1:9Ms2RO+JGMG+IHIeiR/vB5KbFdKWLnQXBAxqur0u6kU= +github.com/smallstep/certificates v0.30.1/go.mod h1:VuSC7WLIWomjkwJTU7YJX/ZPm4cXuqqnDl4sYEDP9oU= github.com/smallstep/certinfo v1.15.0 h1:oxvuOr6KvwuXjgyg+gJEUJW6Gz9pm4uAGQ5tirpmTHg= github.com/smallstep/certinfo v1.15.0/go.mod h1:t5s4J23P3B/j68l2efuJFSZqCj0kBU8sa2FYbHRaffw= github.com/smallstep/cli-utils v0.12.2 h1:lGzM9PJrH/qawbzMC/s2SvgLdJPKDWKwKzx9doCVO+k= From 9591b1cc47372235479f7e4782a4ac0b36c7b21f Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 18 Mar 2026 18:11:41 -0700 Subject: [PATCH 2/2] changelog update --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d55f7c5..e123b9b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. --- -## [0.30.0] - unreleased +## [0.30.1] - 2026-03-18 + +- Fix release issue + + +## [0.30.0] - 2026-03-18 ### Added @@ -48,15 +53,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. `--verbose` flag to always show messages regardless of renewal status (smallstep/cli#1548). -### Deprecated - -### Removed - ### Fixed - Overwrite file when using --force with step crypto key format (smallstep/cli#1581) -### Security ## [0.29.0] - 2025-12-02