Skip to content

Commit 66ec07b

Browse files
committed
chore(release): version 2.0.9
[ci-skip]
1 parent 3913b0a commit 66ec07b

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v2.0.9"></a>
2+
### v2.0.9 (2023-10-14)
3+
4+
5+
#### Features
6+
7+
* **gems**
8+
* update to pact_broker-client (1.74.0) ([3913b0a](/../../commit/3913b0a))
9+
10+
111
<a name="v2.0.8"></a>
212
### v2.0.8 (2023-10-13)
313

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa
66

77
## Package contents
88

9-
This version (2.0.8) of the Pact standalone executables package contains:
9+
This version (2.0.9) of the Pact standalone executables package contains:
1010

1111
* pact gem 1.63.0
1212
* pact-mock_service gem 3.11.2
1313
* pact-support gem 1.19.0
1414
* pact-provider-verifier gem 1.38.0
15-
* pact_broker-client gem 1.73.0
15+
* pact_broker-client gem 1.74.0
1616
* pact-message gem 0.11.1
1717

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

218218
```
219219
Usage:
220-
pact-broker publish PACT_DIRS_OR_FILES ... -a, --consumer-app-version=CONSUMER_APP_VERSION -b, --broker-base-url=BROKER_BASE_URL
220+
pact-broker publish PACT_DIRS_OR_FILES ... -b, --broker-base-url=BROKER_BASE_URL
221221
222222
Options:
223-
-a, --consumer-app-version=CONSUMER_APP_VERSION # The consumer application version
223+
-a, [--consumer-app-version=CONSUMER_APP_VERSION] # The consumer application version
224224
-h, [--branch=BRANCH] # Repository branch of the consumer version
225-
[--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.
225+
-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.
226226
-t, [--tag=TAG] # Tag name for consumer version. Can be specified multiple times.
227227
-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
228228
[--build-url=BUILD_URL] # The build URL that created the pact
@@ -406,7 +406,3 @@ Commands:
406406
### SSL
407407

408408
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.
409-
410-
#### Using x509 Certificates
411-
412-
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.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.8
1+
2.0.9

0 commit comments

Comments
 (0)