Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/smallstep/certificates from 0.24.2 to 0.25.0 #165

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps github.com/smallstep/certificates from 0.24.2 to 0.25.0.

Release notes

Sourced from github.com/smallstep/certificates's releases.

Step CA v0.25.0 (23-09-27)

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures, see the Assets section below. And for packaged versions (Docker, k8s, Homebrew), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

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

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

cosign verify-blob \
  --certificate ~/Downloads/step-ca_darwin_0.25.0_amd64.tar.gz.sig.pem \
  --signature ~/Downloads/step-ca_darwin_0.25.0_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/certificates/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step-ca_darwin_0.25.0_amd64.tar.gz

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

Changelog

  • 4e3b344 Update changelog for 0.25.0 release (#1561)

Thanks!

Those were the changes on v0.25.0!

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

Step CA v0.24.3-rc.5 (23-07-27)

Official Release Artifacts

... (truncated)

Changelog

Sourced from github.com/smallstep/certificates's changelog.

[0.25.0] - 2023-09-26

Added

  • smallstep/certificates#1414
  • smallstep/crypto#253
  • Added support for disableSmallstepExtensions provisioner claim smallstep/certificates#1484
  • Added script to migrate a badger DB to MySQL or PostgreSQL smallstep/certificates#1477
  • Added AWS public certificates for me-central-1 and ap-southeast-3 smallstep/certificates#1404
  • smallstep/certificates#1424
  • Added AWS public certificates for me-central-1 and ap-southeast-3 smallstep/certificates#1404
  • Added unversioned filenames to Github release assets smallstep/certificates#1435
  • smallstep/certificates#1485
  • smallstep/certificates#1484
  • smallstep/certificates#1404smallstep/certificates#1510)
  • smallstep/certificates#1519
  • smallstep/certificates#1523
  • smallstep/certificates#1544
  • Added ability to disable color in the log text formatter (smallstep/certificates(#1559)

Changed

  • Changed the Makefile to produce cgo-enabled builds running make build GO_ENVS="CGO_ENABLED=1"smallstep/certificates#1446
  • Return more detailed errors to ACME clients using device-attest-01 smallstep/certificates#1495
  • smallstep/certificates#1555

Removed

  • smallstep/certificates#1481
  • smallstep/certificates#1493
  • Removed db datasource from error msg to prevent leaking of secrets to logs smallstep/certificates#1528

Fixed

  • Improved authentication for ACME requests using kid and provisioner name smallstep/certificates#1386
  • Fixed indentation of KMS configuration in helm charts smallstep/certificates#1405
  • Fixed simultaneous sign or decrypt operation on a YubiKey smallstep/certificates#1476smallstep/crypto#288)
  • Fixed adding certificate templates with ASN.1 functions

... (truncated)

Commits
  • 4e3b344 Update changelog for 0.25.0 release (#1561)
  • f9db22d Merge pull request #1555 from smallstep/scep-password
  • 86c029d Merge pull request #1559 from smallstep/no-color
  • 00d8d8f Allow to disable color in the text formatter
  • 52baf52 Change scep password type to string
  • b66a92c Merge pull request #1414 from smallstep/herman/scep-provisioner-decrypter
  • 8fdcbd3 Merge pull request #1554 from smallstep/fix-redacted-types
  • 33bdae4 Fix redacted tests
  • 4d5fbfa Fix redacted types in SCEP provisioner
  • f505acb Merge pull request #1553 from smallstep/herman/change-scep-authority-initiali...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Oct 2, 2023
hslatman
hslatman previously approved these changes Oct 2, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smallstep/certificates-0.25.0 branch 2 times, most recently from 07652ae to 1e6e305 Compare October 9, 2023 10:39
Bumps [github.com/smallstep/certificates](https://github.com/smallstep/certificates) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/smallstep/certificates/releases)
- [Changelog](https://github.com/smallstep/certificates/blob/master/CHANGELOG.md)
- [Commits](smallstep/certificates@v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/smallstep/certificates
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/smallstep/certificates-0.25.0 branch from 1e6e305 to 4d7e029 Compare October 9, 2023 10:41
@github-actions github-actions bot merged commit 2625b96 into master Oct 9, 2023
13 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/smallstep/certificates-0.25.0 branch October 9, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant