Skip to content

Commit

Permalink
chore(release): version 2.0.9
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
pact-dev committed Oct 14, 2023
1 parent 3913b0a commit 66ec07b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v2.0.9"></a>
### v2.0.9 (2023-10-14)


#### Features

* **gems**
* update to pact_broker-client (1.74.0) ([3913b0a](/../../commit/3913b0a))


<a name="v2.0.8"></a>
### v2.0.8 (2023-10-13)

Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa

## Package contents

This version (2.0.8) of the Pact standalone executables package contains:
This version (2.0.9) of the Pact standalone executables package contains:

* pact gem 1.63.0
* pact-mock_service gem 3.11.2
* pact-support gem 1.19.0
* pact-provider-verifier gem 1.38.0
* pact_broker-client gem 1.73.0
* pact_broker-client gem 1.74.0
* pact-message gem 0.11.1

Binaries will be extracted into `pact/bin`:
Expand Down Expand Up @@ -217,12 +217,12 @@ To connect to a Pact Broker that uses custom SSL cerificates, set the environmen

```
Usage:
pact-broker publish PACT_DIRS_OR_FILES ... -a, --consumer-app-version=CONSUMER_APP_VERSION -b, --broker-base-url=BROKER_BASE_URL
pact-broker publish PACT_DIRS_OR_FILES ... -b, --broker-base-url=BROKER_BASE_URL
Options:
-a, --consumer-app-version=CONSUMER_APP_VERSION # The consumer application version
-a, [--consumer-app-version=CONSUMER_APP_VERSION] # The consumer application version
-h, [--branch=BRANCH] # Repository branch of the consumer version
[--auto-detect-version-properties], [--no-auto-detect-version-properties] # Automatically detect the repository branch from known CI environment variables or git CLI. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps.
-r, [--auto-detect-version-properties], [--no-auto-detect-version-properties] # Automatically detect the repository commit, branch and build URL from known CI environment variables or git CLI. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps.
-t, [--tag=TAG] # Tag name for consumer version. Can be specified multiple times.
-g, [--tag-with-git-branch], [--no-tag-with-git-branch] # Tag consumer version with the name of the current git branch. Supports Buildkite, Circle CI, Travis CI, GitHub Actions, Jenkins, Hudson, AppVeyor, GitLab, CodeShip, Bitbucket and Azure DevOps. Default: false
[--build-url=BUILD_URL] # The build URL that created the pact
Expand Down Expand Up @@ -406,7 +406,3 @@ Commands:
### SSL

To connect to a Pact Broker that uses custom SSL certificates, set the environment variable `$SSL_CERT_FILE` or `$SSL_CERT_DIR` to a path that contains the appropriate certificate.

#### Using x509 Certificates

To connect to a Pact Broker that uses x509 certificates for client authentication, set the environment variable `$X509_CLIENT_CERT_FILE` to the path of the client's x509 certificate and `$X509_CLIENT_KEY_FILE` to the path of the client's private key.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.8
2.0.9

0 comments on commit 66ec07b

Please sign in to comment.