Skip to content

Commit

Permalink
chore(release): version 2.118.0-pactbroker2.109.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 4, 2024
1 parent b58eda9 commit bf7fd9f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="2.118.0-pactbroker2.109.1"></a>
### 2.118.0-pactbroker2.109.1 (2024-02-26)

#### Features

* **deps**
* update rack to 2.2.8.1 ([615abcb](/../../commit/615abcb))

* publish images to ghcr.io as well as docker.io ([b54b96b](/../../commit/b54b96b))
* release multi-arch images under main tags ([eb23705](/../../commit/eb23705))
* bind to IPv6 'any' as well as IPv4 'any' (#170) ([992aa59](/../../commit/992aa59))

#### Bug Fixes

* **ci**
* ghcr workflow POSIX sh, string replacement is undefined ([f0acc31](/../../commit/f0acc31))

* ghcr images need to publish to pact-foundation / dockerhub images to pactfoundation ([3a8b91a](/../../commit/3a8b91a))
* ghcr release workflow had missing arg ([8457eb0](/../../commit/8457eb0))

<a name="2.117.1-pactbroker2.109.1"></a>
### 2.117.1-pactbroker2.109.1 (2024-02-21)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-with-conf-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
pact-broker:
# image: pactfoundation/pact-broker:2.117.1-pactbroker2.109.1
# image: pactfoundation/pact-broker:2.118.0-pactbroker2.109.1
build: .
ports:
- "9292:9292"
Expand Down

0 comments on commit bf7fd9f

Please sign in to comment.