Releases: maxhoesel-ansible/ansible-collection-smallstep
v0.24.5
Compatibility Note
Releases of this collection are compatible with their corresponding step-cli
minor version.
For example, collection releases 0.24.x
are compatible with step-cli 0.24.yy
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
Bug Fixes and Patches
- step_acme_cert: always remove old sudoer aliases @maxhoesel (#325)
v0.24.4
Compatibility Note
Releases of this collection are compatible with their corresponding step-cli
minor version.
For example, collection releases 0.24.x
are compatible with step-cli 0.24.yy
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
Bug Fixes and Patches
- step_acme_cert: use different sudo alias name for separate instances @maxhoesel (#324)
v0.24.3
Compatibility Note
Releases of this collection are compatible with their corresponding step-cli
minor version.
For example, collection releases 0.24.x
are compatible with step-cli 0.24.yy
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
Bug Fixes
- fix: replace hard-coded step-cli by var @remogeissbuehler (#315)
v0.24.2
Compatibility Note
Releases of this collection are compatible with their corresponding step-cli
minor version.
For example, collection releases 0.24.x
are compatible with step-cli 0.24.yy
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
Features/Enhancements
- [Roles] Allow using non-root users for step with bootstrap and acme_cert roles @maxhoesel (#307)
v0.24.1
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.24.1
) is compatible with step-cli/ca
0.24
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
Features/Enhancements
- (roles): Add option to skip installing step-cli @maxhoesel (#303)
Bug Fixes
- fix hardcoded steppath owner being set to root @maxhoesel (#302)
v0.24.0
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.24.0
) is compatible with step-cli/ca
0.24.0
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
This release is the first to be officially compatible with step-cli/ca
0.24.
Please note that several deprecated features have been removed from the provisioner modules in this release, so check your playbooks before upgrading!
⚠️ BREAKING CHANGES ⚠️
- Remove deprecated params in step_ca_provisioner @maxhoesel (#274)
- remove step_ca_provisioner_claims as per deprecation notice @maxhoesel (#226)
v0.23.1
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.23.1
) is compatible with step-cli/ca
0.24.0
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
- Trim the collection tarball and remove some unneeded files
v0.23.0
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.23.0
) is compatible with step-cli/ca
0.23.0
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
⚠️ BREAKING CHANGES ⚠️
- Sync collection with upstream version 0.23 @maxhoesel (#223)
v0.22.1
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.22.1
) is compatible with step-cli/ca
0.22.0
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
This is a maintenance hotfix that fixes step_ca
installs performed without using an existing root certificate/key combo.
Bug Fixes
- Fixed missing check for existing root files @danielsreichenbach (#204)
v0.22.0
Releases of this collection are compatible with their corresponding step-cli/ca
minor version.
In particular, this release (0.22.0
) is compatible with step-cli/ca
0.22.0
.
Other versions may work, but are not supported.
Please make sure to use the appropriate collection version for your version of the step tools.
Breaking changes may happen between minor development releases (e.g. 0.20 -> 0.21).
Changes
⚠️ BREAKING CHANGES ⚠️
- Update collection to 0.22 release @maxhoesel (#197)
Features/Enhancements
Other
- Add collection documentation on readthedocs @maxhoesel (#192)