Releases: vsco/advanced-checkout-orb
v1.1.0
At approximately 05:00 UTC on March 24, out of an abundance of caution, we replaced our RSA SSH host key used to secure Git operations for GitHub.com. We did this to protect our users from any chance of an adversary impersonating GitHub or eavesdropping on their Git operations over SSH. This key does not grant access to GitHub’s infrastructure or customer data. This change only impacts Git operations over SSH using RSA. Web traffic to GitHub.com and HTTPS Git operations are not affected.
Only GitHub.com’s RSA SSH key was replaced. No change is required for ECDSA or Ed25519 users. Our keys are documented here.
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
What's Changed
New Contributors
Full Changelog: major-release-v1.0.0...minor-release-v1.1.0
v1.0.0
Stable release v1.0.0.
- Introduces fixes for
working_directory
resolution as a sub-tree of thepath
directory. - Introduces fixes for
~
interpolation in path / working directory as well. - Note: $HOME is not supported officially by CircleCI so we do not support it either.
v0.1.2
Fix an issue with the default path on checkout in MacOS (~ doesn't interpolate to $HOME).
v0.1.1
Pushing a main
commit to validate the tag/release flow for CircleCi Orb publishing by incrementing patch version.