Skip to content

Commit 5959b11

Browse files
authored
chore: update metadata for v1.3.0 (#70)
* chore: update metadata for v1.3.0 * docs: update change log section title
1 parent a57691b commit 5959b11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
release_summary: Add support for alternative DNS values to CA
2+
minor_changes:
3+
- Non-production CA initialization, adds support for additional DNS entries, e.g. "example.local". Retains the automatically generated entries using the host's FQDN and IP address determined by Ansible.
4+
known_issues:
5+
- 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.
6+
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.2.5
3+
version: 1.3.0
44
readme: README.md
55
authors:
66
- Taylor Fore (https://github.com/trfore/)

0 commit comments

Comments
 (0)