Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/15.0' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Nov 20, 2024
2 parents fd1296c + 9283150 commit 150de85
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions docs/release-notes/15-0-2/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!--more-->

## Bug fixes and changes

<!-- Warning: Anything within the below lines will be automatically removed by the release script -->
<!-- BEGIN AUTOMATED SECTION -->

- 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&#39;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)\]

<!-- END AUTOMATED SECTION -->
<!-- Warning: Anything above this line will be automatically removed by the release script -->
7 changes: 7 additions & 0 deletions docs/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Stay up to date and get an overview of the new features included in the releases
<!--- New release notes are generated below. Do not remove comment. -->
<!--- RELEASE MARKER -->

## 15.0.2

Release date: 2024-11-20

[Release Notes](15-0-2/)


## 15.0.1

Release date: 2024-11-13
Expand Down

0 comments on commit 150de85

Please sign in to comment.