chore(deps): update dependency smallstep/cli to v0.27.2 #26

Merged
GregoryDosh merged 1 commit from renovate/smallstep-cli-0.x into main 2024-07-20 13:56:42 +00:00

This PR contains the following updates:

Package Update Change
smallstep/cli patch v0.27.1 -> v0.27.2

Release Notes

smallstep/cli (smallstep/cli)

v0.27.2: Step CLI v0.27.2 (24-07-18)

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.27.2_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.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.27.2_amd64.tar.gz

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

Changelog

  • eeb9a40 Update changelog for 0.27.2 (#​1240)
  • 41a0136 Upload freebsd binaries to s3 (#​1239)
  • 1fa7d00 Merge pull request #​1238 from smallstep/mariano/console
  • 4fc8e4e Merge pull request #​1237 from smallstep/dependabot/github_actions/actions/setup-go-5.0.2
  • 5d9510e Merge pull request #​1236 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.1
  • 2a6e644 Add console flag to ssh commands
  • 06945d7 Bump actions/setup-go from 5.0.1 to 5.0.2
  • 978bad3 Bump github.com/smallstep/certificates from 0.27.0 to 0.27.1
  • 3b1e836 [actions] use ref_name as name for release (#​1235)

Thanks!

Those were the changes on v0.27.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 | `v0.27.1` -> `v0.27.2` | --- ### Release Notes <details> <summary>smallstep/cli (smallstep/cli)</summary> ### [`v0.27.2`](https://github.com/smallstep/cli/releases/tag/v0.27.2): Step CLI v0.27.2 (24-07-18) [Compare Source](https://github.com/smallstep/cli/compare/v0.27.1...v0.27.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.27.2\_amd64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_linux\_0.27.2\_amd64.tar.gz) - 📦 [step_linux\_0.27.2\_arm64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_linux\_0.27.2\_arm64.tar.gz) - 📦 [step_linux\_0.27.2\_armv7.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_linux\_0.27.2\_armv7.tar.gz) - 📦 [step-cli\_0.27.2\_amd64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step-cli\_0.27.2\_amd64.deb) - 📦 [step-cli\_0.27.2\_amd64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step-cli\_0.27.2\_amd64.rpm) - 📦 [step-cli\_0.27.2\_arm64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step-cli\_0.27.2\_arm64.deb) - 📦 [step-cli\_0.27.2\_arm64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step-cli\_0.27.2\_arm64.rpm) - see `Assets` below for more builds ##### macOS Darwin - 📦 [step_darwin\_0.27.2\_amd64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_darwin\_0.27.2\_amd64.tar.gz) - 📦 [step_darwin\_0.27.2\_arm64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_darwin\_0.27.2\_arm64.tar.gz) ##### Windows - 📦 [step_windows\_0.27.2\_amd64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_windows\_0.27.2\_amd64.zip) - 📦 [step_windows\_0.27.2\_arm64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.27.2/step_windows\_0.27.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.27.2_amd64.tar.gz.pem \ --signature ~/Downloads/step_darwin_0.27.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.27.2_amd64.tar.gz The `checksums.txt` file (in the 'Assets' section below) contains a checksum for every artifact in the release. #### Changelog - [`eeb9a40`](https://github.com/smallstep/cli/commit/eeb9a405a231c7586c69f5a57139af19b7f3b3b6) Update changelog for 0.27.2 ([#&#8203;1240](https://github.com/smallstep/cli/issues/1240)) - [`41a0136`](https://github.com/smallstep/cli/commit/41a01363afb0dd5fb2214051f5271b1918b492fc) Upload freebsd binaries to s3 ([#&#8203;1239](https://github.com/smallstep/cli/issues/1239)) - [`1fa7d00`](https://github.com/smallstep/cli/commit/1fa7d003be6771fc306d8db42369f713e0dd6db9) Merge pull request [#&#8203;1238](https://github.com/smallstep/cli/issues/1238) from smallstep/mariano/console - [`4fc8e4e`](https://github.com/smallstep/cli/commit/4fc8e4e289f74b29eae02c2a305afd2e3cf313fa) Merge pull request [#&#8203;1237](https://github.com/smallstep/cli/issues/1237) from smallstep/dependabot/github_actions/actions/setup-go-5.0.2 - [`5d9510e`](https://github.com/smallstep/cli/commit/5d9510e280e200dd7c45069a6e2ade158e77b127) Merge pull request [#&#8203;1236](https://github.com/smallstep/cli/issues/1236) from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.1 - [`2a6e644`](https://github.com/smallstep/cli/commit/2a6e6440004a802c6050c2b3151f66abce2a7bdd) Add console flag to ssh commands - [`06945d7`](https://github.com/smallstep/cli/commit/06945d7811786dc43352c7d728a5126e6bc737a2) Bump actions/setup-go from 5.0.1 to 5.0.2 - [`978bad3`](https://github.com/smallstep/cli/commit/978bad3b8717ff4263a625f2db1e1fbdc112770f) Bump github.com/smallstep/certificates from 0.27.0 to 0.27.1 - [`3b1e836`](https://github.com/smallstep/cli/commit/3b1e836af01ded8d8eb7806794819722981bdd2f) \[actions] use ref_name as name for release ([#&#8203;1235](https://github.com/smallstep/cli/issues/1235)) #### Thanks! Those were the changes on v0.27.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
GregoryDosh deleted branch renovate/smallstep-cli-0.x 2024-07-20 13:56:42 +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/action-common-setup!26
No description provided.