Skip to content

Commit

Permalink
chore(release): version 2.90.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 12, 2021
1 parent fc9c4c4 commit 5e71755
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="2.90.0.0"></a>
### 2.90.0.0 (2021-11-12)

#### Features

* **deps**
* update pact_broker gem to version 2.90.0 ([fc9c4c4](/../../commit/fc9c4c4))

* remove keep selector env var and use the default keep selectors from the Pact Broker task ([6c901c5](/../../commit/6c901c5))
* update default clean keep selectors to include currently deployed and released versions ([b4b25cd](/../../commit/b4b25cd))

#### Bug Fixes

* update to rdoc 6.3.2 for CVE-2021-31799 ([1e055db](/../../commit/1e055db))

* **deps**
* update i18n to 1.8.11 ([22188c2](/../../commit/22188c2))

<a name="2.89.1.0"></a>
### 2.89.1.0 (2021-10-27)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-clean-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ${PWD}/docker/pg-dump.sql:/tmp/pg-dump.sql

pact-broker:
image: pactfoundation/pact-broker:2.89.1.0
image: pactfoundation/pact-broker:2.90.0.0
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ${PWD}/docker/pg-dump.sql:/tmp/pg-dump.sql

pact-broker:
image: pactfoundation/pact-broker:2.89.1.0
image: pactfoundation/pact-broker:2.90.0.0
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.89.1.0
image: pactfoundation/pact-broker:2.90.0.0
ports:
- "9393:9393"
depends_on:
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.89.1.0
# image: pactfoundation/pact-broker:2.90.0.0
build: .
ports:
- "9292:9292"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.89.1.0
image: pactfoundation/pact-broker:2.90.0.0
ports:
- "9292:9292"
depends_on:
Expand Down

0 comments on commit 5e71755

Please sign in to comment.