Releases: pactflow/actions
Releases · pactflow/actions
v2
What's Changed
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /delete-branch by @dependabot in #42
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /delete-branch by @dependabot in #41
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /delete-branch by @dependabot in #40
- 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
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /record-deployment by @dependabot in #47
- chore(deps): bump semver from 7.3.7 to 7.6.3 in /record-release by @dependabot in #49
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /create-or-update-version by @dependabot in #50
- fix(publish-provider-contract): ensure branch is set from input by @YOU54F in #51
- Fix/publish provider contract input descs by @YOU54F in #52
⚠️ Migrates to workflow-inputs over environment variables. Fixes #38- Users should see the actions.yml in each action, for correct usage
- Will require users to switch from
env:
towith:
, however existing environment variables will be picked up.
⚠️ inputs forpublish-provider-contract
have changed, see actions file./publish-pact-files/action.yml
, existing values will be picked up- adds command
- record-release
- removes command
- publish-provider-contract-legacy
- supports auto-detection of version in
- record-release
- record-deployment
- publish-provider-contract (including branch)
- publish-pact-files (including branch)
- create-version-tag
- create-or-update-version (including branch)
- can-i-deploy
- Support for Pact Broker Basic Auth via
PACT_BROKER_USERNAME
/PACT_BROKER_PASSWORD
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