Skip to content

Releases: pactflow/actions

v2

13 Sep 16:21
6c34108
Compare
Choose a tag to compare

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
  • ⚠️ 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: to with:, however existing environment variables will be picked up.
  • ⚠️ inputs for publish-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

17 May 16:32
3095637
Compare
Choose a tag to compare

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

17 May 16:28
02a9675
Compare
Choose a tag to compare

What's Changed

  • fix #43: Support setting the OAS content type in publish provider contract action by @jdongelmans in #45

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Jan 18:47
1353285
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

v1.1.0

28 Jul 14:41
e94e130
Compare
Choose a tag to compare

What's Changed

  • feat: Create or update version by @tienvx in #32

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Oct 18:13
ffdabd8
Compare
Choose a tag to compare

What's Changed

  • fix: publish-pact-files should not req application_name by @YOU54F in #12

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - use PACT_BROKER_BASE_URL / PACT_BROKER_TOKEN

19 Aug 02:19
530df24
Compare
Choose a tag to compare

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

15 Aug 16:53
87b7d14
Compare
Choose a tag to compare
Merge pull request #8 from pactflow/record_deployment

Record deployment

v0.0.5 - publish-provider-contract supports EXIT_CODE

15 Aug 16:17
a488b05
Compare
Choose a tag to compare

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

15 Aug 15:58
a7ac944
Compare
Choose a tag to compare
Merge pull request #7 from pactflow/can-i-deploy-to-env

Can i deploy to env