Releases: smallstep/cli
Releases · smallstep/cli
v0.11.0
v0.11.0-rc.4: Merge pull request #118 from smallstep/iid-common-names
Add subject to the list of SANs in cloud providers
v0.11.0-rc.3: Merge pull request #117 from smallstep/iid-common-name
Allow custom common names in cloud identity provisioners.
v0.11.0-rc.2: Merge pull request #115 from smallstep/base64
Add command for base64 encoding/decoding
v0.11.0-rc.1: Merge pull request #111 from smallstep/cloud-identities
Cloud identities
v0.10.1: Merge pull request #114 from smallstep/test-fileserver
Add test command step fileserver
v0.10.0
v0.9.2
v0.9.2 fixes an issue with ed25519 keys. The keys generated in previous versions would only have worked within the step
ecosystem - the issue would have prevented them from working with applications. However, this release will break backwards compatibility of ed25519 keys generated with step
within the step
ecosystem.
The issue was that two fields in the private key were swapped (d
and x
). If you'd like to continue using the keys you already have, un-swapping the fields should fix the problem. If you have used step
to create ed25519 keys and would like help fixing your existing keys please contact us through our Gitter, Twitter (@smallsteplabs), or leave an issue here and we'll get back to you.
Sorry for the inconvenience!
v0.9.1
v0.9.1-beta.1: Add "make archive" and switch from -rc to -beta
* need to create our own tarballs because shasums of default git tarballs change