Skip to content

Releases: vsco/advanced-checkout-orb

v1.1.0

24 Mar 21:25
3154006
Compare
Choose a tag to compare

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

  • Urgent: Updates Github's RSA SSH host key by @pistazie in #13

New Contributors

Full Changelog: major-release-v1.0.0...minor-release-v1.1.0

v1.0.0

11 Sep 22:33
8eaa930
Compare
Choose a tag to compare

Stable release v1.0.0.

  • Introduces fixes for working_directory resolution as a sub-tree of the path 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

09 Sep 21:14
2e7ea9b
Compare
Choose a tag to compare

Fix an issue with the default path on checkout in MacOS (~ doesn't interpolate to $HOME).

v0.1.1

09 Sep 18:57
c63edc2
Compare
Choose a tag to compare

Pushing a main commit to validate the tag/release flow for CircleCi Orb publishing by incrementing patch version.