Releases: pactflow/actions
Releases · pactflow/actions
Release list
v2
What's Changed
- fix: cli.sh located under GITHUB_ACTION_PATH env var by @YOU54F in #48
- feat: support auto-detection of branch/tag/commit + use wf inputs by @YOU54F in #14
- fix(publish-provider-contract): ensure branch is set from input by @YOU54F in #51
- Fix/publish provider contract input descs by @YOU54F in #52
- chore(ci): add pr notification by @JP-Ellis in #58
- Replace github.action_path to GITHUB_ACTION_PATH by @cando in #62
- feat: allow custom pact cli image by @valerio-iachini in #75
- refactor: split image and tag to align pact-publish-files with other … by @valerio-iachini in #76
- fix: rename pact-ruby-standalone to pact-standalone by @YOU54F
- Dependencies updates by @pactflow-renovate-bot[bot] and @dependabot[bot]
New Contributors
- @JP-Ellis made their first contribution in #58
- @cando made their first contribution in #62
- @pactflow-renovate-bot[bot] made their first contribution in #60
- @valerio-iachini made their first contribution in #75
Full Changelog: v1.3.0...v2
v1.3.0
What's Changed
- Feat: Allow optional inputs for can-i-deploy action by @jdongelmans in #46
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- fix #43: Support setting the OAS content type in publish provider contract action by @jdongelmans in #45
New Contributors
- @jdongelmans made their first contribution in #45
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: set --build-url when publishing pacts and provider contracts by @bethesque in #36
- Add optional tag to publish-pact-files action by @becky-sequence in #39
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /create-or-update-version by @dependabot in #35
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /create-version-tag by @dependabot in #15
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /can-i-deploy by @dependabot in #16
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /record-deployment by @dependabot in #17
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /publish-provider-contract-legacy by @dependabot in #18
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /create-or-update-version by @dependabot in #34
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /create-or-update-version by @dependabot in #33
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /can-i-deploy by @dependabot in #29
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /record-deployment by @dependabot in #28
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /publish-pact-files by @dependabot in #27
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /can-i-deploy by @dependabot in #26
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /publish-pact-files by @dependabot in #19
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /create-version-tag by @dependabot in #22
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /record-deployment by @dependabot in #23
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /publish-provider-contract-legacy by @dependabot in #25
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /create-version-tag by @dependabot in #30
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /publish-provider-contract-legacy by @dependabot in #31
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /publish-pact-files by @dependabot in #24
- feat: add delete-branch action by @bethesque in #37
New Contributors
- @bethesque made their first contribution in #36
- @becky-sequence made their first contribution in #39
- @dependabot made their first contribution in #35
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
v1.0.0 - use PACT_BROKER_BASE_URL / PACT_BROKER_TOKEN
What's Changed
pact_broker has been renamed to PACT_BROKER_BASE_URL
pact_broker_token has been renamed to PACT_BROKER_TOKEN
This is to bring in line with our other tooling, where they will pick up the above env vars, if set.
Full Changelog: v0.0.6...v1.0.0
v0.0.6 - add record-deployment
Merge pull request #8 from pactflow/record_deployment Record deployment
v0.0.5 - publish-provider-contract supports EXIT_CODE
v0.0.5 - publish-provider-contract supports EXIT_CODE
in order to support failing provider self-verifications
v0.0.4 - can-i-deploy --to-environment auto branch support
Merge pull request #7 from pactflow/can-i-deploy-to-env Can i deploy to env