From 5e390a7007201f3d7ec70eaeb98e28d5407b0fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 13 Nov 2024 07:21:26 +0100 Subject: [PATCH 1/3] Bumped version to 15.0.1 [ci skip] --- lib/open_project/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/version.rb b/lib/open_project/version.rb index 961a89ae57cd..f132f737401d 100644 --- a/lib/open_project/version.rb +++ b/lib/open_project/version.rb @@ -33,7 +33,7 @@ module OpenProject module VERSION # :nodoc: MAJOR = 15 MINOR = 0 - PATCH = 0 + PATCH = 1 class << self # Used by semver to define the special version (if any). From 4cd7ea6d76b76ae64704b5dada337527281b1a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 13 Nov 2024 11:03:19 +0100 Subject: [PATCH 2/3] Output tenant for Entra ID --- .../app/models/openid_connect/provider/hash_builder.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openid_connect/app/models/openid_connect/provider/hash_builder.rb b/modules/openid_connect/app/models/openid_connect/provider/hash_builder.rb index 23e59aa43a8e..601867a80d1c 100644 --- a/modules/openid_connect/app/models/openid_connect/provider/hash_builder.rb +++ b/modules/openid_connect/app/models/openid_connect/provider/hash_builder.rb @@ -39,7 +39,8 @@ def provider_specific_to_h } when "microsoft_entra" { - use_graph_api: + use_graph_api:, + tenant: } else {} From 00c2bb5a06fa317f674e45d84ede1758e345d7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 13 Nov 2024 11:24:18 +0100 Subject: [PATCH 3/3] Add release-notes file --- docs/release-notes/15-0-1/README.md | 47 +++++++++++++++++++++++++++++ docs/release-notes/README.md | 7 +++++ 2 files changed, 54 insertions(+) create mode 100644 docs/release-notes/15-0-1/README.md diff --git a/docs/release-notes/15-0-1/README.md b/docs/release-notes/15-0-1/README.md new file mode 100644 index 000000000000..84540a817e2c --- /dev/null +++ b/docs/release-notes/15-0-1/README.md @@ -0,0 +1,47 @@ +--- +title: OpenProject 15.0.1 +sidebar_navigation: + title: 15.0.1 +release_version: 15.0.1 +release_date: 2024-11-13 +--- + +# OpenProject 15.0.1 + +Release date: 2024-11-13 + +We released OpenProject [OpenProject 15.0.1](https://community.openproject.org/versions/2157). +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. + +## Important feature changes + + + +## Important updates and breaking changes + + + + + +## Bug fixes and changes + + + + +- Bugfix: OpenID Connect Microsoft Entra: Tenant not correctly output \[[#59261](https://community.openproject.org/wp/59261)\] + + + + +## Contributions +A very special thank you goes to our sponsors for this release. +Also a big thanks to our Community members for reporting bugs and helping us identify and provide fixes. +Special thanks for reporting and finding bugs go to Javier Valero Celada. + +Last but not least, we are very grateful for our very engaged translation contributors on Crowdin, who translated quite a few OpenProject strings! +Would you like to help out with translations yourself? +Then take a look at our translation guide and find out exactly how you can contribute. +It is very much appreciated! + diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 0df98a76e026..495306a14982 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.1 + +Release date: 2024-11-13 + +[Release Notes](15-0-1/) + + ## 15.0.0 Release date: 2024-11-13