Skip to content

Commit

Permalink
Merge pull request #289 from pactflow/release/1.30.0
Browse files Browse the repository at this point in the history
chore: release notes for 1.30.0
  • Loading branch information
Saup21 authored Apr 10, 2024
2 parents 18d6b89 + 5adac54 commit ddd133d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions website/docs/docs/on-premises/releases/1.30.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: 1.30.0
---

## Release date

10 April 2024

## Features

* Add team-specific metric details via an endpoint `/metrics/teams`

## Fixes

* Fix bug where a user with `environment:team:read` permission received a 403 when performing a GET request for an individual environment
* Ensure matrix and can-i-deploy use the latest revision of the pact when using bi-directional contracts and the pact for a consumer version is modified
* Fix bug where searching integrations in the dashboard would only search from the first 1000 integrations
* Improved performance of the `/admin/users` endpoint
* Disables “dangerous contract modification” by default for new installations. Existing on-premises installations are unaffected. See https://docs.pactflow.io/docs/troubleshooting/disabling-dangerous-contract-modification/#on-premesis-1 for more, and how to disable it for existing installations.

## Migration notes

N/A


8 changes: 8 additions & 0 deletions website/notices/2024-04-08-on-premises-1.30.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
slug: 2024-04-08-on-premises-1.30.0
title: On-premises release v1.30.0
tags: [on-premises, release]
---

A new PactFlow on-premises release (1.30.0) is now available ([see details](/docs/on-premises/releases/1.30.0)).

1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ module.exports = {
label: 'Releases',
items: [
//on-prem-release-placeholder
'docs/on-premises/releases/1.30.0',
'docs/on-premises/releases/1.29.0',
'docs/on-premises/releases/1.28.0',
'docs/on-premises/releases/1.27.0',
Expand Down

0 comments on commit ddd133d

Please sign in to comment.