Skip to content

Releases: sparkleHazard/bootstrap

Release v1.0.4

10 Feb 12:15

Choose a tag to compare

fix(update-docs): correct roles directory path in GitHub API query

The update-docs job was querying the wrong path for available
roles.Update the curl command from:
https://api.github.com/repos/sparkleHazard/ansible/contents/rolesto:
https://api.github.com/repos/sparkleHazard/ansible/contents/ansible/rolesThis
change ensures that ROLES.md is generated correctly.

Release v1.0.3

10 Feb 11:58

Choose a tag to compare

feat(ssh): update SSH key authentication and key deletion logic

- Modify SSH authentication test in manageSSHKeyForGitHub to check for
"successfully authenticated" in the output regardless of exit code.-
Update findKeyIDForTitle to use a non-greedy regex pattern, ensuring
only   the intended key (with title "keyserver") is matched.- These
changes prevent accidental deletion of keys that don't have the
"keyserver" title.

Release v1.0.2

10 Feb 01:39

Choose a tag to compare

Fix: bootstrap-wrapper.sh now sends it's argument to the bootstrap bi…

Release v1.0.1

09 Feb 19:17

Choose a tag to compare

Adds gitHubKeyURL as constant

Release v1.0.0

08 Feb 22:58

Choose a tag to compare

v1.0.0 release