Skip to content

Commit

Permalink
chore(release): version 2.79.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 25, 2021
1 parent 1440d1d commit b149683
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.79.1.2"></a>
### 2.79.1.2 (2021-05-25)

#### Features

* **deps**
* Update puma to 5.3.1 (#48) ([3b31b26](/../../commit/3b31b26))

#### Bug Fixes

* Dockerfile-bundle-base to reduce vulnerabilities (#47) ([9f706a6](/../../commit/9f706a6))
* pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnerabilities (#46) ([893bb12](/../../commit/893bb12))

<a name="2.79.1.1"></a>
### 2.79.1.1 (2021-04-20)

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.79.1.1
image: pactfoundation/pact-broker:2.79.1.2
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.79.1.1
image: pactfoundation/pact-broker:2.79.1.2
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.79.1.1
image: pactfoundation/pact-broker:2.79.1.2
ports:
- "9393:9393"
depends_on:
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.79.1.1
image: pactfoundation/pact-broker:2.79.1.2
ports:
- "9292:9292"
depends_on:
Expand Down

0 comments on commit b149683

Please sign in to comment.