Releases: buildkite/trigger-pipeline-action
Releases · buildkite/trigger-pipeline-action
v2.4.1
What's Changed
- Update README for v2.4.0 by @petetomasik in #72
- Adding retry logic with exponential backoff for API calls by @JoeColeman95 in #73
New Contributors
- @JoeColeman95 made their first contribution in #73
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Update version in README by @mcncl in #63
- Update CODEOWNERS by @mcncl in #60
- modified README, as WAIT feature has been implemented by @ivannalisetska in #64
- Add reference to the action.yml from the readme for input parameter reference by @lizrabuya in #66
- chore: Update CODEOWNERS team by @tomowatt in #68
- tests/fix: Fix unit tests by @tomowatt in #69
- Inputs for default (fallback) author name/email by @petetomasik in #71
New Contributors
- @ivannalisetska made their first contribution in #64
- @tomowatt made their first contribution in #68
- @petetomasik made their first contribution in #71
Full Changelog: v2.3.0...v2.4.0
v2.3.0 (Taco Tuesday)
v2.2.0 (🏕️ Base camp)
What's Changed
- add pull_request_base_branch field by @can-anyscale in #58
New Contributors
- @can-anyscale made their first contribution in #58
Full Changelog: v2.1.0...v2.2.0
v2.1.0(🍋🟩New Inputs)
What's Changed
- add option to not send PULL_REQUEST_ID by @raylu in #56
- SUP-2135 Update version 2.1.0 by @lizrabuya in #57
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0 (⚡️New Action)
What's Changed
- SUP-1408 - Remove support of the ENV vars by @lizrabuya in #50
- Create a GitHub action workflow to run unit tests by @lizrabuya in #53
- Branding for 2.0 release by @lizrabuya in #54
- Update version 2.0.0 in README by @lizrabuya in #55
Full Changelog: v1.6.0...v2.0.0
v1.6.0 (🪁 Input Parameters in Action)
What's Changed
- Feature to support configuration using input parameters by @lizrabuya in #45
- Remove main.yml as it will always fail by @lizrabuya in #46
- Correct grammar errors found in the README.md by @lizrabuya in #47
- Update version to 1.6.0 by @lizrabuya in #48
Full Changelog: v1.5.0...v1.6.0
v1.5.0 (🚀 Support for Additional Action/Properties)
- Added support for GitHub action delete events via
DELETE_EVENT_REF(#43 and #4) @pauldthomson - Added support for
ignore_pipeline_branch_filters option(#42 and #28) @willmarks - Added support for additional properties -
BUILD_META_DATAandPULL_REQUEST_ID(#33) @fredr - Fixing various failing tests (#41) @lizrabuya
- Bumped version of README snipper to v1.5.0 (#44) @james2791