From bf7fd9fe4890e8ef0c3f2d3b755fde406017d019 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Mon, 4 Mar 2024 20:26:23 +0000 Subject: [PATCH] chore(release): version 2.118.0-pactbroker2.109.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ docker-compose-with-conf-file.yml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93bae7..b7d7e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +### 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)) + ### 2.117.1-pactbroker2.109.1 (2024-02-21) diff --git a/docker-compose-with-conf-file.yml b/docker-compose-with-conf-file.yml index 6b2748c..a346be0 100644 --- a/docker-compose-with-conf-file.yml +++ b/docker-compose-with-conf-file.yml @@ -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"