diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 07c1674cb33..de098ef7b26 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -315,7 +315,7 @@ jobs: needs: [setup, build, merge] permissions: contents: none - if: ${{ github.repository == 'opf/openproject' && inputs.tag != '' }} + if: ${{ github.repository == 'opf/openproject' }} runs-on: ubuntu-latest steps: - name: Trigger Helm charts release diff --git a/docs/release-notes/15-0-2/README.md b/docs/release-notes/15-0-2/README.md new file mode 100644 index 00000000000..87f50df7b79 --- /dev/null +++ b/docs/release-notes/15-0-2/README.md @@ -0,0 +1,36 @@ +--- +title: OpenProject 15.0.2 +sidebar_navigation: + title: 15.0.2 +release_version: 15.0.2 +release_date: 2024-11-20 +--- + +# OpenProject 15.0.2 + +Release date: 2024-11-20 + +We released OpenProject [OpenProject 15.0.2](https://community.openproject.org/versions/2158). +The release contains several bug fixes and we recommend updating to the newest version. +In these Release Notes, we will give an overview of important feature changes. +At the end, you will find a complete list of all changes and bug fixes. + + + +## Bug fixes and changes + + + + +- Bugfix: Work package creation event not displayed if aggregation includes a comment \[[#58738](https://community.openproject.org/wp/58738)\] +- Bugfix: Error toast giving a 500 error without relevant details \[[#59065](https://community.openproject.org/wp/59065)\] +- Bugfix: The comment box remains open and does not blur on submitting comment \[[#59279](https://community.openproject.org/wp/59279)\] +- Bugfix: Split screen activity tab does not scroll to the right position from list view \[[#59281](https://community.openproject.org/wp/59281)\] +- Bugfix: Storage in copied project does not have the correct Project Folder setting \[[#59344](https://community.openproject.org/wp/59344)\] +- Bugfix: Cannot change limit\_self\_registration for SAML auth providers \[[#59370](https://community.openproject.org/wp/59370)\] +- Bugfix: Option to limit\_self\_registration in SAML provider not respected \[[#59375](https://community.openproject.org/wp/59375)\] +- Bugfix: Migration of SAML auth providers doesn't retain limit\_self\_registration \[[#59403](https://community.openproject.org/wp/59403)\] +- Bugfix: OpenID connect does not allow setting custom scopes \[[#59430](https://community.openproject.org/wp/59430)\] + + + diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 495306a1498..0aa676ccdc3 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -13,6 +13,13 @@ Stay up to date and get an overview of the new features included in the releases +## 15.0.2 + +Release date: 2024-11-20 + +[Release Notes](15-0-2/) + + ## 15.0.1 Release date: 2024-11-13