Skip to content

Latest commit

 

History

History
274 lines (174 loc) · 7.79 KB

CHANGELOG.md

File metadata and controls

274 lines (174 loc) · 7.79 KB

Changelog

NOTE: Please look to the technical section of the smallstep blog for all release notes for step cli and certificates.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

TEMPLATE -- do not alter or remove


[x.y.z] - aaaa-bb-cc

Added

Changed

Deprecated

Removed

Fixed

Security


[Unreleased]

Fixed

  • Generation of OTT when signing a CSR with URIs.

[v0.23.0] - 2022-11-11

Added

  • Added support for configuring ACME device-attest-01 challenges.
  • Added support to disable ACME challenges and attestation formats.
  • Added support for ACME device-attest-01 challenges with YubiKeys.
  • Added support for SUSE13 and upwards for step certificate install.
  • Added support for printing Sigstore certificate details to step certificate inspect
  • Added the --acme flag to the step ca init command to create a default ACME provisioner when initializing a CA.
  • Added --remote-management flag to the step ca init command, which enables Remote Management of the CA using the Admin API.
  • Added x5c tokens using certificates and keys in a KMS.
  • Added Window's CryptoAPI support on step-kms-plugin.
  • Added --admin-password-file flag on admin flows.
  • Added support for GitHub OAuth flows.

Changed

  • New OAuth success page with color.
  • Added x5c-roots as alias for x5c-root flag.

Removed

  • Removed support for Google OOB.

[0.22.0] - 2022-08-25

Added

  • Initial support for step plugins. A plugin is an executable file named with the format step-name-plugin, located in the $PATH or the $STEPPATH/plugins directory. These plugins will be executed using step name.
  • Integration of step-kms-plugin on step certificate create and step certificate sign.
  • Add the certificate signature to step ssh inspect output.
  • Add the --mtls=false flag to force the token authorization flow on step ca renew.
  • Add the --set and --set-file flag to step certificate create and step certificate sign commands.

Changed

  • Support two latest versions of Go (1.18, 1.19)
  • step ca revoke <serial> requires either a base 10 serial number or a value with a prefix indicating the appropriate base.

[0.21.0] - 2022-07-06

Added

  • Device Authorization Grant flow for input constrained devices needing OAuth credentials. --console-flow flag in step oauth for selecting which alternative OAuth flow to use.

Fixed

  • Added back --domain and --remove-domain flags to provisioner CRUD.

Removed

  • The beta prefix for remote provisioner and admin management.

[0.20.0] - 2022-05-26

Added

  • Add commands for managing certificate issuance policies on authority, provisioner and ACME account level.
  • Admin API enabled functionality for step beta ca provisioner and step beta ca admin.

Deprecated

  • step beta ca provisioner [add|remove|update] -> functionality moved to step ca provisioner [add|remove|update]
  • step beta ca admin [add|remove|update] -> functionality moved to step ca admin [add|remove|update]

[0.19.0] - 2022-04-19

Added

  • Add flags to include subscription and object ids in the Azure provisioner.
  • Add support for certificate renewals after expiry using the --allow-renewal-after-expiry flag.
  • Add --x5c-insecure flag.
  • Add support for Azure Managed Identity tokens.
  • Add smtps and ldaps as additional protocols supported by the certificate inspect command.
  • Add --sha1 flag to get certificate fingerprint using SHA-1 instead of the default SHA-256 algorithm.

Changed

  • Support two latest versions of Go (1.17, 1.18).

Deprecated

  • Go 1.16 support.

Removed

Fixed

  • Fix flags to add or remove options in AWS, Azure, and GCP provisioners.
  • Fix admin credentials on RAs.

Security

[0.18.2] - 2022-03-01

Added

  • Add Solus OS support to truststore when used in step ca bootstrap --install.
  • Add step completion command to print the shell completion script.

Changed

  • IPv6 addresses are normalized as IP addresses internally.
  • When the --context flag is provided when initializing a CA, configuration and other files will be stored in a directory named after the value provided instead of being named after the first DNS name.

Fixed

  • IP SAN support when using step ca sign and an ACME provisioner (see 819).
  • Offline mode no longer requires --ca-url to be set.
  • Add missing TemplateData when signing x509 certificates in offline mode.
  • Improved needs-renewal example help texts.
  • Improved step crl inspect reason output.

[0.18.1] - 2022-02-03

Added

  • Add additional emoji and base64-raw encoding to the --format flag of step certificate fingerprint.
  • Add --format flag to step crypto key fingerprint.
  • Add --format flag to step ssh fingerprint.
  • Add FreeBSD support to step certificate install.
  • Add step crl inspect to inspect a certificate revocation list (CRL).
  • Add --auth-param flag to step oauth for adding args to query.
  • Add --no-agent flag to step ssh certificate to skip ssh-add.
  • Add IP SANs support to step ca certificate when using an ACME provisioner.
  • Add support for adding and updating Nebula provisioners.

Changed

  • Allow step ssh login and step ssh logout without positional arguments.
  • Additional configuration options for SCEP provisioners.

[0.18.0] - 2021-11-17

Added

  • Ability to use multiple certificate authority contexts without the need to change $STEPPATH.

Deprecated

  • Support for go 1.15

[0.17.7] - 2021-10-20

Added

  • gocritic linter
  • Allow to initialize step-ca config with Azure Key Vault using step ca init --kms azurekms.

Fixed

  • gocritic warnings

Security

[0.17.6] - 2021-10-01

Added

  • Allow override of the listen address on OIDC flows when there is an existing value in provisioner configuration.
  • Add a way to set the redirect_uri in an OIDC flow. Allowing to get a certificate from containers or environments where it is hard to send traffic to 127.0.0.1 and where the IDP does not support the urn:ietf:wg:oauth:2.0:oob flow.

[0.17.5] - 2021-09-28

[0.17.4] - 2021-09-28

Fixed

  • Bug in step ssh certificate --offline where password-file flag was always set to the value of provisioner-password-file flag.

[0.17.3] - 2021-09-24

Added

  • exit code '2' for file not exists scenarios in 'needs-renewal' commands
  • go 1.17 to github action test matrix
  • non interactive provisioner password file flag in step ca token --offline

Changed

  • Using go 1.17 to build
  • Have --dns behave as string slice flag in step ca init
  • The way CSR is created on step ca certificate with OIDC to better support of admins

Fixed

  • Fix make bootstrap failing to get GOPATH and install golangci-lint.
  • ipv6 address error in multi-DNS csv step ca init

Security

  • Use cosign to sign and upload signatures for multi-arch Docker container.
  • Debian checksum

[0.17.2] - 2021-08-30

Security

  • Sign over goreleaser github artifacts using cosign

[0.0.2]

Added

  • --bundle flag to cert/inspect for inspecting all the full chain or bundle given a path. Default behavior is unchanged; only inspect the first (leaf) certificate.
  • distribution.md with documentation on how to create releases.
  • travis build and upload artifacts to GitHub Releases on tagged pushes.
  • logging of invalid http requests to the oauth server

Changed

  • default PEM format encryption alg AES128 -> AES256

[0.0.1] - 2018-08-07

Added

  • Initial version of step