-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
|
||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters