chore(deps): update dependency smallstep/cli to v0.26.2 #14

Merged
GregoryDosh merged 1 commit from renovate/smallstep-cli-0.x into main 2024-06-15 00:15:00 +00:00

This PR contains the following updates:

Package Update Change
smallstep/cli patch 0.26.1 -> 0.26.2

Release Notes

smallstep/cli (smallstep/cli)

v0.26.2: Step CLI v0.26.2 (24-06-13)

Compare Source

Official Release Artifacts

Below are the most popular artifacts for step on each platform.

For packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Linux
macOS Darwin
Windows

Signatures and Checksums

step uses sigstore/cosign for signing and verifying release artifacts.

Below is an example using cosign to verify a release artifact:

cosign verify-blob \
  --certificate ~/Download/step_darwin_0.26.2_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.26.2_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step_darwin_0.26.2_amd64.tar.gz

The checksums.txt file (in the 'Assets' section below) contains a checksum for every artifact in the release.

Changelog

  • 3aef425 Bump smallstep/certificates to 0.26.2 (#​1200)
  • 8268b4f Merge pull request #​1195 from smallstep/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0
  • 0baa3f4 Merge branch 'master' into dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0
  • 3f91698 Changelog update for 0.26.2 (#​1198)
  • 4fffd0f Merge pull request #​1154 from jdoupe/AuthParams
  • 615f8c8 Fix linter warnings
  • b54fa82 Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 1b886a4 Merge branch 'master' into AuthParams
  • cc0b543 Merge pull request #​1197 from smallstep/mariano/certificates
  • 089412e Upgrade certificates to master
  • 7be7142 Merge branch 'master' into AuthParams
  • f0e3653 Merge pull request #​1196 from smallstep/mariano/linkedca
  • d33d773 Upgrade linkedca dependencies
  • 86aaac3 Merge pull request #​1193 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.24.0
  • f28438f Bump golang.org/x/crypto from 0.23.0 to 0.24.0
  • e817600 Merge pull request #​1191 from smallstep/dependabot/go_modules/golang.org/x/term-0.21.0
  • 156bb9f Merge branch 'master' into dependabot/go_modules/golang.org/x/term-0.21.0
  • e8f7eb4 Merge pull request #​1192 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.0
  • 613e5f8 Bump go.step.sm/crypto from 0.46.0 to 0.47.0
  • 54974a0 Bump golang.org/x/term from 0.20.0 to 0.21.0
  • dfcab02 Merge pull request #​1189 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.46.0
  • e621236 Bump go.step.sm/crypto from 0.45.1 to 0.46.0
  • 73cd7f4 Merge pull request #​1184 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.1
  • a7467ed Bump go.step.sm/crypto from 0.45.0 to 0.45.1
  • 7888a37 Merge pull request #​1181 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.0
  • 3fdf6da Bump go.step.sm/crypto from 0.44.8 to 0.45.0
  • 9a01088 Merge pull request #​1174 from smallstep/carl/template-flags
  • 3156aec Merge pull request #​1175 from smallstep/carl/template-flags-1
  • af6511a Fix linter errors
  • 9fef15b Add OCSP and CRL support to certificate verify
  • cd22f47 Fix spacing in ssh/certificate with goimports (#​1178)
  • 32bdf40 Allow users to define certificate comment in agent (#​1158)
  • aeee3d0 Add support for setting ssh key types
  • bf70d3e Merge pull request #​1177 from smallstep/herman/read-certificate-once
  • 42e275a Reduce number of times certificate file is read when installing
  • e5ab833 Add CSR common name to SANs if no other SANs are defined in CSR (#​1172)
  • ae17a8a Add template flags to step ca provisioner add help text
  • d4bd44f Add template flags to step ca provisioner update help text
  • 028915b Merge pull request #​1170 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.34.1
  • 1e4bb89 Bump google.golang.org/protobuf from 1.33.0 to 1.34.1
  • 48dac3f Merge pull request #​1167 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.23.0
  • 1f36d23 Allow stdin input of cert for needs-renewal (#​1157)
  • d84fb79 Bump golang.org/x/crypto from 0.22.0 to 0.23.0
  • 8e4c5d7 Merge branch 'master' into AuthParams
  • f0aab19 Merge pull request #​1166 from smallstep/dependabot/go_modules/github.com/urfave/cli-1.22.15
  • b54d419 Merge pull request #​1165 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.26.1
  • 80f0b89 Merge pull request #​1164 from smallstep/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
  • 54b6212 Bump github.com/urfave/cli from 1.22.14 to 1.22.15
  • 3537984 Bump github.com/smallstep/certificates from 0.26.0 to 0.26.1
  • cddd7f2 Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
  • a7b2b3a Merge pull request #​1163 from smallstep/herman/upgrade-crypto-v0.44.8
  • e356894 Fix go.mod
  • d82d752 Upgrade go.step.sm/crypto to v0.44.8
  • 85e8884 add scope and authparam flags and parameters for OIDC
  • cae069c allow auth scopes from provisioner
  • c216086 add AuthParams to token

Thanks!

Those were the changes on v0.26.2!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [smallstep/cli](https://github.com/smallstep/cli) | patch | `0.26.1` -> `0.26.2` | --- ### Release Notes <details> <summary>smallstep/cli (smallstep/cli)</summary> ### [`v0.26.2`](https://github.com/smallstep/cli/releases/tag/v0.26.2): Step CLI v0.26.2 (24-06-13) [Compare Source](https://github.com/smallstep/cli/compare/v0.26.1...v0.26.2) #### Official Release Artifacts Below are the most popular artifacts for `step` on each platform. For packaged versions (Homebrew, Scoop, etc.), see our [installation docs](https://smallstep.com/docs/step-cli/installation). ##### Linux - 📦 [step_linux\_0.26.2\_amd64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_linux\_0.26.2\_amd64.tar.gz) - 📦 [step_linux\_0.26.2\_arm64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_linux\_0.26.2\_arm64.tar.gz) - 📦 [step_linux\_0.26.2\_armv7.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_linux\_0.26.2\_armv7.tar.gz) - 📦 [step-cli\_0.26.2\_amd64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step-cli\_0.26.2\_amd64.deb) - 📦 [step-cli\_0.26.2\_amd64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step-cli\_0.26.2\_amd64.rpm) - 📦 [step-cli\_0.26.2\_arm64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step-cli\_0.26.2\_arm64.deb) - 📦 [step-cli\_0.26.2\_arm64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step-cli\_0.26.2\_arm64.rpm) - see `Assets` below for more builds ##### macOS Darwin - 📦 [step_darwin\_0.26.2\_amd64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_darwin\_0.26.2\_amd64.tar.gz) - 📦 [step_darwin\_0.26.2\_arm64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_darwin\_0.26.2\_arm64.tar.gz) ##### Windows - 📦 [step_windows\_0.26.2\_amd64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_windows\_0.26.2\_amd64.zip) - 📦 [step_windows\_0.26.2\_arm64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.26.2/step_windows\_0.26.2\_arm64.zip) #### Signatures and Checksums `step` uses [sigstore/cosign](https://github.com/sigstore/cosign) for signing and verifying release artifacts. Below is an example using `cosign` to verify a release artifact: cosign verify-blob \ --certificate ~/Download/step_darwin_0.26.2_amd64.tar.gz.pem \ --signature ~/Downloads/step_darwin_0.26.2_amd64.tar.gz.sig \ --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ ~/Downloads/step_darwin_0.26.2_amd64.tar.gz The `checksums.txt` file (in the 'Assets' section below) contains a checksum for every artifact in the release. #### Changelog - [`3aef425`](https://github.com/smallstep/cli/commit/3aef425d) Bump smallstep/certificates to 0.26.2 ([#&#8203;1200](https://github.com/smallstep/cli/issues/1200)) - [`8268b4f`](https://github.com/smallstep/cli/commit/8268b4f9) Merge pull request [#&#8203;1195](https://github.com/smallstep/cli/issues/1195) from smallstep/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 - [`0baa3f4`](https://github.com/smallstep/cli/commit/0baa3f40) Merge branch 'master' into dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 - [`3f91698`](https://github.com/smallstep/cli/commit/3f916982) Changelog update for 0.26.2 ([#&#8203;1198](https://github.com/smallstep/cli/issues/1198)) - [`4fffd0f`](https://github.com/smallstep/cli/commit/4fffd0f9) Merge pull request [#&#8203;1154](https://github.com/smallstep/cli/issues/1154) from jdoupe/AuthParams - [`615f8c8`](https://github.com/smallstep/cli/commit/615f8c89) Fix linter warnings - [`b54fa82`](https://github.com/smallstep/cli/commit/b54fa82f) Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity - [`1b886a4`](https://github.com/smallstep/cli/commit/1b886a45) Merge branch 'master' into AuthParams - [`cc0b543`](https://github.com/smallstep/cli/commit/cc0b5430) Merge pull request [#&#8203;1197](https://github.com/smallstep/cli/issues/1197) from smallstep/mariano/certificates - [`089412e`](https://github.com/smallstep/cli/commit/089412e9) Upgrade certificates to master - [`7be7142`](https://github.com/smallstep/cli/commit/7be7142e) Merge branch 'master' into AuthParams - [`f0e3653`](https://github.com/smallstep/cli/commit/f0e3653a) Merge pull request [#&#8203;1196](https://github.com/smallstep/cli/issues/1196) from smallstep/mariano/linkedca - [`d33d773`](https://github.com/smallstep/cli/commit/d33d773f) Upgrade linkedca dependencies - [`86aaac3`](https://github.com/smallstep/cli/commit/86aaac36) Merge pull request [#&#8203;1193](https://github.com/smallstep/cli/issues/1193) from smallstep/dependabot/go_modules/golang.org/x/crypto-0.24.0 - [`f28438f`](https://github.com/smallstep/cli/commit/f28438f2) Bump golang.org/x/crypto from 0.23.0 to 0.24.0 - [`e817600`](https://github.com/smallstep/cli/commit/e8176009) Merge pull request [#&#8203;1191](https://github.com/smallstep/cli/issues/1191) from smallstep/dependabot/go_modules/golang.org/x/term-0.21.0 - [`156bb9f`](https://github.com/smallstep/cli/commit/156bb9f5) Merge branch 'master' into dependabot/go_modules/golang.org/x/term-0.21.0 - [`e8f7eb4`](https://github.com/smallstep/cli/commit/e8f7eb4d) Merge pull request [#&#8203;1192](https://github.com/smallstep/cli/issues/1192) from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.0 - [`613e5f8`](https://github.com/smallstep/cli/commit/613e5f89) Bump go.step.sm/crypto from 0.46.0 to 0.47.0 - [`54974a0`](https://github.com/smallstep/cli/commit/54974a0d) Bump golang.org/x/term from 0.20.0 to 0.21.0 - [`dfcab02`](https://github.com/smallstep/cli/commit/dfcab027) Merge pull request [#&#8203;1189](https://github.com/smallstep/cli/issues/1189) from smallstep/dependabot/go_modules/go.step.sm/crypto-0.46.0 - [`e621236`](https://github.com/smallstep/cli/commit/e6212362) Bump go.step.sm/crypto from 0.45.1 to 0.46.0 - [`73cd7f4`](https://github.com/smallstep/cli/commit/73cd7f43) Merge pull request [#&#8203;1184](https://github.com/smallstep/cli/issues/1184) from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.1 - [`a7467ed`](https://github.com/smallstep/cli/commit/a7467edf) Bump go.step.sm/crypto from 0.45.0 to 0.45.1 - [`7888a37`](https://github.com/smallstep/cli/commit/7888a37a) Merge pull request [#&#8203;1181](https://github.com/smallstep/cli/issues/1181) from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.0 - [`3fdf6da`](https://github.com/smallstep/cli/commit/3fdf6da8) Bump go.step.sm/crypto from 0.44.8 to 0.45.0 - [`9a01088`](https://github.com/smallstep/cli/commit/9a01088c) Merge pull request [#&#8203;1174](https://github.com/smallstep/cli/issues/1174) from smallstep/carl/template-flags - [`3156aec`](https://github.com/smallstep/cli/commit/3156aeca) Merge pull request [#&#8203;1175](https://github.com/smallstep/cli/issues/1175) from smallstep/carl/template-flags-1 - [`af6511a`](https://github.com/smallstep/cli/commit/af6511ac) Fix linter errors - [`9fef15b`](https://github.com/smallstep/cli/commit/9fef15bd) Add OCSP and CRL support to certificate verify - [`cd22f47`](https://github.com/smallstep/cli/commit/cd22f47a) Fix spacing in ssh/certificate with goimports ([#&#8203;1178](https://github.com/smallstep/cli/issues/1178)) - [`32bdf40`](https://github.com/smallstep/cli/commit/32bdf401) Allow users to define certificate comment in agent ([#&#8203;1158](https://github.com/smallstep/cli/issues/1158)) - [`aeee3d0`](https://github.com/smallstep/cli/commit/aeee3d0a) Add support for setting ssh key types - [`bf70d3e`](https://github.com/smallstep/cli/commit/bf70d3ed) Merge pull request [#&#8203;1177](https://github.com/smallstep/cli/issues/1177) from smallstep/herman/read-certificate-once - [`42e275a`](https://github.com/smallstep/cli/commit/42e275a5) Reduce number of times certificate file is read when installing - [`e5ab833`](https://github.com/smallstep/cli/commit/e5ab833d) Add CSR common name to SANs if no other SANs are defined in CSR ([#&#8203;1172](https://github.com/smallstep/cli/issues/1172)) - [`ae17a8a`](https://github.com/smallstep/cli/commit/ae17a8a1) Add template flags to `step ca provisioner add` help text - [`d4bd44f`](https://github.com/smallstep/cli/commit/d4bd44f6) Add template flags to `step ca provisioner update` help text - [`028915b`](https://github.com/smallstep/cli/commit/028915b8) Merge pull request [#&#8203;1170](https://github.com/smallstep/cli/issues/1170) from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.34.1 - [`1e4bb89`](https://github.com/smallstep/cli/commit/1e4bb89c) Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 - [`48dac3f`](https://github.com/smallstep/cli/commit/48dac3fb) Merge pull request [#&#8203;1167](https://github.com/smallstep/cli/issues/1167) from smallstep/dependabot/go_modules/golang.org/x/crypto-0.23.0 - [`1f36d23`](https://github.com/smallstep/cli/commit/1f36d237) Allow stdin input of cert for needs-renewal ([#&#8203;1157](https://github.com/smallstep/cli/issues/1157)) - [`d84fb79`](https://github.com/smallstep/cli/commit/d84fb79c) Bump golang.org/x/crypto from 0.22.0 to 0.23.0 - [`8e4c5d7`](https://github.com/smallstep/cli/commit/8e4c5d7d) Merge branch 'master' into AuthParams - [`f0aab19`](https://github.com/smallstep/cli/commit/f0aab192) Merge pull request [#&#8203;1166](https://github.com/smallstep/cli/issues/1166) from smallstep/dependabot/go_modules/github.com/urfave/cli-1.22.15 - [`b54d419`](https://github.com/smallstep/cli/commit/b54d419d) Merge pull request [#&#8203;1165](https://github.com/smallstep/cli/issues/1165) from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.26.1 - [`80f0b89`](https://github.com/smallstep/cli/commit/80f0b892) Merge pull request [#&#8203;1164](https://github.com/smallstep/cli/issues/1164) from smallstep/dependabot/github_actions/dependabot/fetch-metadata-2.1.0 - [`54b6212`](https://github.com/smallstep/cli/commit/54b62120) Bump github.com/urfave/cli from 1.22.14 to 1.22.15 - [`3537984`](https://github.com/smallstep/cli/commit/35379843) Bump github.com/smallstep/certificates from 0.26.0 to 0.26.1 - [`cddd7f2`](https://github.com/smallstep/cli/commit/cddd7f29) Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 - [`a7b2b3a`](https://github.com/smallstep/cli/commit/a7b2b3a8) Merge pull request [#&#8203;1163](https://github.com/smallstep/cli/issues/1163) from smallstep/herman/upgrade-crypto-v0.44.8 - [`e356894`](https://github.com/smallstep/cli/commit/e356894d) Fix `go.mod` - [`d82d752`](https://github.com/smallstep/cli/commit/d82d7529) Upgrade `go.step.sm/crypto` to `v0.44.8` - [`85e8884`](https://github.com/smallstep/cli/commit/85e88843) add scope and authparam flags and parameters for OIDC - [`cae069c`](https://github.com/smallstep/cli/commit/cae069c7) allow auth scopes from provisioner - [`c216086`](https://github.com/smallstep/cli/commit/c216086a) add AuthParams to token #### Thanks! Those were the changes on v0.26.2! Come join us on [Discord](https://discord.gg/X2RKGwEbV9) to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
GregoryDosh deleted branch renovate/smallstep-cli-0.x 2024-06-15 00:15:00 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
homelab/ansible-collection!14
No description provided.