Skip to content

Commit

Permalink
chore: add release notes for 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vwong committed Nov 27, 2023
1 parent 368c0c2 commit 4807890
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 9 deletions.
4 changes: 2 additions & 2 deletions scripts/release/release-notes-onprem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ echo "Fetching application..."
if [ -d $PACTFLOW_APPLICATION_DIR ]; then
rm -rf $PACTFLOW_APPLICATION_DIR
fi
git clone --shallow-since=$(date -v -2m "+%Y-%m-%d") [email protected]:pactflow/pactflow-application.git $PACTFLOW_APPLICATION_DIR >/dev/null 2>&1
git clone --shallow-since=$(date -v -3m "+%Y-%m-%d") [email protected]:pactflow/pactflow-application.git $PACTFLOW_APPLICATION_DIR >/dev/null 2>&1
cd $PACTFLOW_APPLICATION_DIR
echo "Done."

Expand Down Expand Up @@ -271,4 +271,4 @@ if [ -n "$IS_RELEASE" ]; then
--url "https://api.github.com/repos/pactflow/docs.pactflow.io/pulls" \
--data '{"title":"Release '"$RELEASE_VERSION"'","body":"Release notes for '"$RELEASE_VERSION"'","head":"'"$BRANCH_NAME"'","base":"master"}'
echo "Done."
fi
fi
7 changes: 0 additions & 7 deletions website/docs/docs/on-premises/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,6 @@ The URL to which the authentication request should be sent. This endpoint is on
**Required:** if PACTFLOW_SAML_IDP_METADATA_URL is not set<br/>
**More information:** https://github.com/omniauth/omniauth-saml#options<br/>

### PACTFLOW_SAML_IDP_ENTITY_ID

The ID by which this IDP is known to PactFlow

**Required:** if PACTFLOW_SAML_IDP_METADATA_URL is not set<br/>
**More information:** https://github.com/omniauth/omniauth-saml#options<br/>

### PACTFLOW_SAML_IDP_CERT_FINGERPRINT

The SHA1 fingerprint of the certificate, e.g. "90:CC:16:F0:8D:...". This is provided from the identity provider when setting up the relationship.
Expand Down
27 changes: 27 additions & 0 deletions website/docs/docs/on-premises/releases/1.28.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: 1.28.0
---

## Release date

28 November 2023

## Features

* Add endpoint to list branches
* Removed "generate project" links
* Onprem customers can now specify additional sources to add to the Content-Security-Policy
* Pagination parameters `pageSize` and `pageNumber` have been renamed to `size` and `page`, but the older name is retained for backward compatibility
* Support ignoring applications for "can-i-deploy" with bi-directional contracts

## Fixes

* Fixed an issue when trying to read individual system preferences
* Add index to fix performance issue when deleting versions with many deployed or released versions.
* Fix null pointer error raised when no matching environment found when querying environments by name

## Migration notes

N/A


8 changes: 8 additions & 0 deletions website/notices/2023-11-28-on-premises-1.28.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
slug: 2023-11-28-on-premises-1.28.0
title: On-premises release v1.28.0
tags: [on-premises, release]
---

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

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

0 comments on commit 4807890

Please sign in to comment.