Releases: forumone/artifact-push-buildkite-plugin
v0.4.3: Adding more verbose error logging
This cats the contents of the tmp file and sets the ssh command to display verbose.
v0.4.2: Updating tag version in readme
This release simply updates the most recent tag version that is displayed in the readme file.
v0.4.1: Release SSH Debug Logging
This release only adds additional echo statements in order to facilitate debugging a new issue deploying to Acquia development environments.
v0.4.0: Release tagging support
This release supports creating Git tags during the push process, if a remote requires it. The new tag: <format> field in the branch configuration handles this property, and it is expanded by the plugin in order to support, e.g., using the date command to create timestamped tags.
See the examples in the README for more.
v0.3.1
v0.3.0: GIt config handling
This release includes #7, which addresses some bugs around Git configuration handling. First, it does sanity checking to make sure that it has a user name and email to use when generating a Git commit, and it addresses an old bug that was lurking in the code wherein it read the wrong configuration key when compared to the schema in plugin.yml and README.md.
v0.2.1: Fixes v0.2.0
This release includes #6, which corrects an issue where a missing -o flag caused SSH to attempt to connect to the UserKnownHostsFile option instead of a domain.
v0.2.0: Stricter keyscan checking
This release includes #5, which performs more stringent validation and error handling around the ssh-keyscan process.
v0.1.1: Like the initial release, but more compatible
This release addresses incompatibilities between the plugin scripts and the version of Bash installed on Amazon Linux 2 (which we use for our Buildkite servers).
Initial Release
Initial release