Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian #4

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d363195
chore: add pact-foundation triage automation
mefellows Aug 4, 2023
c3035e0
chore: allow tests to be triggered via UI
bethesque Aug 8, 2023
cbf788b
chore: try fix yaml error
bethesque Aug 8, 2023
534325d
chore: put quotes around image names because we're now getting 'yaml.…
bethesque Aug 8, 2023
f8db2a2
feat(deps): update to anyway_config (2.5.1), dry-configurable (1.1.0)…
bethesque Aug 8, 2023
0c1d561
chore: default to amd64 for scans
bethesque Aug 9, 2023
da1a0a3
v2.111.0
bethesque Aug 9, 2023
28e4f17
chore(release): version 2.111.0-pactbroker2.107.1
bethesque Aug 9, 2023
25807a3
ci(audit): remove audit step for armv7
YOU54F Aug 9, 2023
4df931e
Merge pull request #142 from pact-foundation/chore/remove_arm7_audit
YOU54F Aug 10, 2023
1513343
chore(docs): remove readme badges that dont exist
YOU54F Aug 10, 2023
76db139
fix: pact_broker/Gemfile & pact_broker/Gemfile.lock to reduce vulnera…
snyk-bot Aug 21, 2023
03ac0f3
Merge pull request #144 from pact-foundation/snyk-fix-0889aed28e62513…
YOU54F Sep 8, 2023
1822378
v2.112.0
YOU54F Sep 8, 2023
cdb6003
chore(release): version 2.112.0-pactbroker2.107.1
YOU54F Sep 8, 2023
adbf9af
feat: update clean shell script to fail if any of the commands fail
id-ilych Sep 11, 2023
2bdd812
chore(deps): bump sqlite3 from 1.6.3 to 1.6.5 in /pact_broker (#147)
dependabot[bot] Sep 11, 2023
1550288
chore(deps): bump pg from 1.5.3 to 1.5.4 in /pact_broker (#146)
dependabot[bot] Sep 11, 2023
b9334b5
chore(deps): bump sanitize from 6.0.1 to 6.0.2 in /pact_broker (#138)
dependabot[bot] Sep 11, 2023
01a4326
chore: test out with debian for arm64 with sqlite3
YOU54F Sep 15, 2023
93663e9
chore: add x86_64-linux platform
YOU54F Sep 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): version 2.111.0-pactbroker2.107.1
bethesque committed Aug 9, 2023
commit 28e4f170fe5ed5f78d82fcd37e9a8a3f43413057
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.111.0-pactbroker2.107.1"></a>
### 2.111.0-pactbroker2.107.1 (2023-08-08)

#### Features

* **deps**
* update to anyway_config (2.5.1), dry-configurable (1.1.0), dry-core (1.0.1), dry-schema (1.13.2), i18n (1.14.1), mini_portile2 (2.8.4), nokogiri (1.15.3), mini_portile2 (~> 2.8.2), racc (1.7.1), rack (2.2.8), sanitize (6.0.2), semantic_logger (4.14.0), sequel (5.71.0), sqlite3 (1.6.3), stringio (3.0.7), temple (0.10.2), thor (1.2.2), tilt (2.2.0), zeitwerk (2.6.11) ([f8db2a2](/../../commit/f8db2a2))

#### Bug Fixes

* **deps**
* bump puma from 5.6.5 to 5.6.6 ([de0b934](/../../commit/de0b934))

<a name="2.110.0-pactbroker2.107.1"></a>
### 2.110.0-pactbroker2.107.1 (2023-05-24)

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

services:
pact-broker:
# image: pactfoundation/pact-broker:2.110.0-pactbroker2.107.1
# image: pactfoundation/pact-broker:2.111.0-pactbroker2.107.1
build: .
ports:
- "9292:9292"