Skip to content

Releases: forumone/artifact-push-buildkite-plugin

v0.4.3: Adding more verbose error logging

17 Oct 13:54
4505af2

Choose a tag to compare

This cats the contents of the tmp file and sets the ssh command to display verbose.

v0.4.2: Updating tag version in readme

17 Oct 13:23
a38d198

Choose a tag to compare

This release simply updates the most recent tag version that is displayed in the readme file.

v0.4.1: Release SSH Debug Logging

17 Oct 13:06
c3efab8

Choose a tag to compare

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

15 Jul 18:35

Choose a tag to compare

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

15 Jan 21:41

Choose a tag to compare

This release adds a placeholder command hook to make the command key optional in pipeline steps using the plugin.

v0.3.0: GIt config handling

16 Oct 14:27

Choose a tag to compare

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

13 Oct 20:48

Choose a tag to compare

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

13 Oct 19:02

Choose a tag to compare

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

26 Aug 18:19

Choose a tag to compare

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

26 May 14:22

Choose a tag to compare

Initial release