Skip to content

Commit afad3a9

Browse files
authored
chore: update version metadata (#77)
1 parent 2d707ff commit afad3a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
release_summary: lower variable precedence of null vars in step_ca_cert
2+
bugfixes:
3+
- Lowers the precedence of `step_ca_fingerprint` and `step_ca_url`, allowing end-users to define these values in a inventory file.
4+
minor_changes:
5+
- Validate collection against the lastest release of step-ca and step-cli.
6+
known_issues:
7+
- The collection can fail to pull the latest step-ca and step-cli versions from GitHub when use in large deployments or during repetitive testing.
8+
This is due to hitting GitHub's API rate limiter (60 unauthenticated request per hour), we recommend setting 'step_ca_version' and 'step_cli_version' (https://github.com/trfore/ansible-smallstep/issues/42#issuecomment-3075048226).

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: trfore
22
name: smallstep
3-
version: 1.3.0
3+
version: 1.3.1
44
readme: README.md
55
authors:
66
- Taylor Fore (https://github.com/trfore/)

0 commit comments

Comments
 (0)