Skip to content

Commit 7324335

Browse files
Bump github.com/smallstep/certificates from 0.28.3 to 0.28.4 (#5)
Bumps [github.com/smallstep/certificates](https://github.com/smallstep/certificates) from 0.28.3 to 0.28.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smallstep/certificates/releases">github.com/smallstep/certificates's releases</a>.</em></p> <blockquote> <h2>Step CA v0.28.4 (25-07-14)</h2> <h2>Official Release Artifacts</h2> <h4>Linux</h4> <ul> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_linux_0.28.4_amd64.tar.gz">step-ca_linux_0.28.4_amd64.tar.gz</a></li> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_0.28.4-1_amd64.deb">step-ca_0.28.4-1_amd64.deb</a></li> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca-0.28.4-1.x86_64.rpm">step-ca-0.28.4-1.x86_64.rpm</a></li> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_0.28.4-1_arm64.deb">step-ca_0.28.4-1_arm64.deb</a></li> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca-0.28.4-1.aarch64.rpm">step-ca-0.28.4-1.aarch64.rpm</a></li> </ul> <h4>OSX Darwin</h4> <ul> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_darwin_0.28.4_amd64.tar.gz">step-ca_darwin_0.28.4_amd64.tar.gz</a></li> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_darwin_0.28.4_arm64.tar.gz">step-ca_darwin_0.28.4_arm64.tar.gz</a></li> </ul> <h4>Windows</h4> <ul> <li>📦 <a href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.4/step-ca_windows_0.28.4_amd64.zip">step-ca_windows_0.28.4_amd64.zip</a></li> </ul> <p>For more builds across platforms and architectures, see the <code>Assets</code> section below. And for packaged versions (Docker, k8s, Homebrew), see our <a href="https://smallstep.com/docs/step-ca/installation">installation docs</a>.</p> <p>Don't see the artifact you need? Open an issue <a href="https://github.com/smallstep/certificates/issues/new/choose">here</a>.</p> <h2>Signatures and Checksums</h2> <p><code>step-ca</code> uses <a href="https://github.com/sigstore/cosign">sigstore/cosign</a> for signing and verifying release artifacts.</p> <p>Below is an example using <code>cosign</code> to verify a release artifact:</p> <pre><code>cosign verify-blob \ --certificate step-ca_darwin_0.28.4_amd64.tar.gz.pem \ --signature step-ca_darwin_0.28.4_amd64.tar.gz.sig \ --certificate-identity-regexp &quot;https://github\.com/smallstep/workflows/.*&quot; \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ step-ca_darwin_0.28.4_amd64.tar.gz </code></pre> <p>The <code>checksums.txt</code> file (in the <code>Assets</code> section below) contains a checksum for every artifact in the release.</p> <h2>Changelog</h2> <ul> <li>2c61c44176a89885ea69dd341dca16fb2875d868 Update changelog (<a href="https://redirect.github.com/smallstep/certificates/issues/2332">#2332</a>)</li> <li>c86cf07be9c5909a08e631ca0490662f734c3505 Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2331">#2331</a> from smallstep/mariano/fix-tests</li> <li>831d005df8f245ba2cc98028524488f6d0a7442c Fix gcp unit tests</li> <li>bc09e46c3c8263b1d10cd5afcf50da34a1c97b82 Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2133">#2133</a> from ericnorris/feat-gcp-enable-organization-checking</li> <li>0d9f0513cfd5506398f972dd8c40a5f3973be769 Merge branch 'master' into feat-gcp-enable-organization-checking</li> <li>197d0d3508d5f424865682a4df61a05850331487 Changelog updates (<a href="https://redirect.github.com/smallstep/certificates/issues/2330">#2330</a>)</li> <li>293222505539eed2e3dff9078070f1368dd55d99 Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2329">#2329</a> from smallstep/dependabot/go_modules/google.golang.org/api-0.240.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/smallstep/certificates/blob/master/CHANGELOG.md">github.com/smallstep/certificates's changelog</a>.</em></p> <blockquote> <h2>[0.28.4] - unreleased</h2> <h3>Added</h3> <ul> <li>Add support for using key usage, extended key usage, and basic constraints <code>smallstep/crypto#767</code></li> <li><code>smallstep/certificates#2326</code></li> <li><code>smallstep/certificates#2290</code></li> <li>Enable dynamic validation of project ownership within a GCP organization <code>smallstep/certificates#2133</code></li> </ul> <h3>Changed</h3> <ul> <li>Introduce poolhttp package for improved memory performance of Authority <code>smallstep/certificates#2325</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallstep/certificates/commit/2c61c44176a89885ea69dd341dca16fb2875d868"><code>2c61c44</code></a> Update changelog (<a href="https://redirect.github.com/smallstep/certificates/issues/2332">#2332</a>)</li> <li><a href="https://github.com/smallstep/certificates/commit/c86cf07be9c5909a08e631ca0490662f734c3505"><code>c86cf07</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2331">#2331</a> from smallstep/mariano/fix-tests</li> <li><a href="https://github.com/smallstep/certificates/commit/831d005df8f245ba2cc98028524488f6d0a7442c"><code>831d005</code></a> Fix gcp unit tests</li> <li><a href="https://github.com/smallstep/certificates/commit/bc09e46c3c8263b1d10cd5afcf50da34a1c97b82"><code>bc09e46</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2133">#2133</a> from ericnorris/feat-gcp-enable-organization-checking</li> <li><a href="https://github.com/smallstep/certificates/commit/0d9f0513cfd5506398f972dd8c40a5f3973be769"><code>0d9f051</code></a> Merge branch 'master' into feat-gcp-enable-organization-checking</li> <li><a href="https://github.com/smallstep/certificates/commit/197d0d3508d5f424865682a4df61a05850331487"><code>197d0d3</code></a> Changelog updates (<a href="https://redirect.github.com/smallstep/certificates/issues/2330">#2330</a>)</li> <li><a href="https://github.com/smallstep/certificates/commit/293222505539eed2e3dff9078070f1368dd55d99"><code>2932225</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2329">#2329</a> from smallstep/dependabot/go_modules/google.golang.o...</li> <li><a href="https://github.com/smallstep/certificates/commit/312d1a2f9282bf447baa198eba9bb6530f724cb9"><code>312d1a2</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2325">#2325</a> from smallstep/mariano/httpclient</li> <li><a href="https://github.com/smallstep/certificates/commit/b1dd5a6ebd2384468940d37b63fdb74dc59a2a82"><code>b1dd5a6</code></a> Bump google.golang.org/api from 0.239.0 to 0.240.0</li> <li><a href="https://github.com/smallstep/certificates/commit/244e61098684e218bf93674d11a04247dd5385b8"><code>244e610</code></a> Merge pull request <a href="https://redirect.github.com/smallstep/certificates/issues/2326">#2326</a> from smallstep/mariano/fix-2323</li> <li>Additional commits viewable in <a href="https://github.com/smallstep/certificates/compare/v0.28.3...v0.28.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/smallstep/certificates&package-manager=go_modules&previous-version=0.28.3&new-version=0.28.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9e2fe9 commit 7324335

File tree

2 files changed

+156
-143
lines changed

2 files changed

+156
-143
lines changed

go.mod

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ require (
88
github.com/caddyserver/certmagic v0.23.0
99
github.com/libdns/libdns v1.1.0
1010
github.com/liujed/goutil v0.0.0
11-
github.com/smallstep/certificates v0.28.3
11+
github.com/smallstep/certificates v0.28.4
1212
github.com/spf13/cobra v1.9.1
1313
github.com/spf13/pflag v1.0.6
1414
go.uber.org/zap v1.27.0
1515
)
1616

1717
require (
18-
cel.dev/expr v0.19.1 // indirect
18+
cel.dev/expr v0.23.0 // indirect
19+
cloud.google.com/go/auth v0.16.2 // indirect
20+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
21+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
1922
dario.cat/mergo v1.0.1 // indirect
2023
filippo.io/edwards25519 v1.1.0 // indirect
2124
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
@@ -28,28 +31,34 @@ require (
2831
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
2932
github.com/beorn7/perks v1.0.1 // indirect
3033
github.com/caddyserver/zerossl v0.1.3 // indirect
31-
github.com/ccoveille/go-safecast v1.6.0 // indirect
34+
github.com/ccoveille/go-safecast v1.6.1 // indirect
3235
github.com/cespare/xxhash v1.1.0 // indirect
3336
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3437
github.com/chzyer/readline v1.5.1 // indirect
3538
github.com/cloudflare/circl v1.6.1 // indirect
36-
github.com/coreos/go-oidc/v3 v3.13.0 // indirect
37-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
39+
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
40+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
3841
github.com/dgraph-io/badger v1.6.2 // indirect
3942
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
4043
github.com/dgraph-io/ristretto v0.2.0 // indirect
4144
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
4245
github.com/dustin/go-humanize v1.0.1 // indirect
46+
github.com/felixge/httpsnoop v1.0.4 // indirect
4347
github.com/francoispqt/gojay v1.2.13 // indirect
4448
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
4549
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
50+
github.com/go-logr/logr v1.4.2 // indirect
51+
github.com/go-logr/stdr v1.2.2 // indirect
4652
github.com/go-sql-driver/mysql v1.8.1 // indirect
4753
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
4854
github.com/golang/protobuf v1.5.4 // indirect
4955
github.com/golang/snappy v0.0.4 // indirect
5056
github.com/google/cel-go v0.24.1 // indirect
5157
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
58+
github.com/google/s2a-go v0.1.9 // indirect
5259
github.com/google/uuid v1.6.0 // indirect
60+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
61+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
5362
github.com/huandu/xstrings v1.5.0 // indirect
5463
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5564
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -71,7 +80,7 @@ require (
7180
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
7281
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
7382
github.com/pkg/errors v0.9.1 // indirect
74-
github.com/prometheus/client_golang v1.21.1 // indirect
83+
github.com/prometheus/client_golang v1.22.0 // indirect
7584
github.com/prometheus/client_model v0.6.1 // indirect
7685
github.com/prometheus/common v0.62.0 // indirect
7786
github.com/prometheus/procfs v0.15.1 // indirect
@@ -91,31 +100,37 @@ require (
91100
github.com/spf13/cast v1.7.0 // indirect
92101
github.com/stoewer/go-strcase v1.2.0 // indirect
93102
github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53 // indirect
94-
github.com/urfave/cli v1.22.16 // indirect
103+
github.com/urfave/cli v1.22.17 // indirect
95104
github.com/zeebo/blake3 v0.2.4 // indirect
96105
go.etcd.io/bbolt v1.3.10 // indirect
97-
go.step.sm/crypto v0.59.1 // indirect
106+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
107+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
108+
go.opentelemetry.io/otel v1.36.0 // indirect
109+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
110+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
111+
go.step.sm/crypto v0.67.0 // indirect
98112
go.uber.org/automaxprocs v1.6.0 // indirect
99-
go.uber.org/mock v0.5.0 // indirect
113+
go.uber.org/mock v0.5.2 // indirect
100114
go.uber.org/multierr v1.11.0 // indirect
101115
go.uber.org/zap/exp v0.3.0 // indirect
102-
golang.org/x/crypto v0.37.0 // indirect
116+
golang.org/x/crypto v0.39.0 // indirect
103117
golang.org/x/crypto/x509roots/fallback v0.0.0-20250305170421-49bf5b80c810 // indirect
104-
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
105-
golang.org/x/mod v0.24.0 // indirect
106-
golang.org/x/net v0.39.0 // indirect
107-
golang.org/x/oauth2 v0.28.0 // indirect
108-
golang.org/x/sync v0.13.0 // indirect
109-
golang.org/x/sys v0.32.0 // indirect
110-
golang.org/x/term v0.31.0 // indirect
111-
golang.org/x/text v0.24.0 // indirect
112-
golang.org/x/time v0.11.0 // indirect
113-
golang.org/x/tools v0.32.0 // indirect
114-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
115-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
116-
google.golang.org/grpc v1.71.0 // indirect
118+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
119+
golang.org/x/mod v0.25.0 // indirect
120+
golang.org/x/net v0.41.0 // indirect
121+
golang.org/x/oauth2 v0.30.0 // indirect
122+
golang.org/x/sync v0.15.0 // indirect
123+
golang.org/x/sys v0.33.0 // indirect
124+
golang.org/x/term v0.32.0 // indirect
125+
golang.org/x/text v0.26.0 // indirect
126+
golang.org/x/time v0.12.0 // indirect
127+
golang.org/x/tools v0.33.0 // indirect
128+
google.golang.org/api v0.240.0 // indirect
129+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
130+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
131+
google.golang.org/grpc v1.73.0 // indirect
117132
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
118-
google.golang.org/protobuf v1.36.5 // indirect
133+
google.golang.org/protobuf v1.36.6 // indirect
119134
gopkg.in/yaml.v3 v3.0.1 // indirect
120135
howett.net/plist v1.0.0 // indirect
121136
)

0 commit comments

Comments
 (0)