Releases: sparkleHazard/bootstrap
Releases · sparkleHazard/bootstrap
Release v1.0.4
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
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
Fix: bootstrap-wrapper.sh now sends it's argument to the bootstrap bi…
Release v1.0.1
Adds gitHubKeyURL as constant
Release v1.0.0
v1.0.0 release