Skip to content

Releases: sparkleHazard/bootstrap

Release v1.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:15
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

Choose a tag to compare

@github-actions github-actions released this 10 Feb 11:58
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

Choose a tag to compare

@github-actions github-actions released this 10 Feb 01:39
Fix: bootstrap-wrapper.sh now sends it's argument to the bootstrap bi…

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Feb 19:17
Adds gitHubKeyURL as constant

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 22:58
v1.0.0 release