From d63df489fcd9807836cf828e8823da6fc834cbc3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 17 Oct 2023 10:25:18 +0200 Subject: [PATCH] bump version, prepare changelog --- CHANGELOG.md | 65 +++++++++++++------ RELEASE_DATE | 2 +- VERSION | 2 +- .../fix-ldap-getuserbyclaim-userid.md | 0 changelog/NOTE.md | 22 +++---- .../en/docs/changelog/2.16.2/_index.md | 32 +++++++++ 6 files changed, 87 insertions(+), 36 deletions(-) rename changelog/{unreleased => 2.16.2_2023-10-17}/fix-ldap-getuserbyclaim-userid.md (100%) create mode 100644 docs/content/en/docs/changelog/2.16.2/_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 47479e3dbf..476e97f584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +Changelog for reva 2.16.2 (2023-10-17) +======================================= + +The following sections list the changes in reva 2.16.2 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" + +Details +------- + +* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" + + We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active + Directory. + + https://github.com/owncloud/ocis/issues/7469 + https://github.com/cs3org/reva/pull/4251 + https://github.com/cs3org/reva/pull/4249 + Changelog for reva 2.16.1 (2023-09-25) ======================================= @@ -3220,27 +3243,6 @@ Details https://github.com/cs3org/reva/pull/2922 -Changelog for reva 2.4.1 (2022-05-24) -======================================= - -The following sections list the changes in reva 2.4.1 relevant to -reva users. The changes are ordered by importance. - -Summary -------- - -* Fix #2891: Add missing http status code - -Details -------- - -* Bugfix #2891: Add missing http status code - - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to - pass it through. - - https://github.com/cs3org/reva/pull/2891 - Changelog for reva 2.4.0 (2022-05-24) ======================================= @@ -3384,6 +3386,27 @@ Details https://github.com/cs3org/reva/pull/2792 +Changelog for reva 2.4.1 (2022-05-24) +======================================= + +The following sections list the changes in reva 2.4.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #2891: Add missing http status code + +Details +------- + +* Bugfix #2891: Add missing http status code + + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to + pass it through. + + https://github.com/cs3org/reva/pull/2891 + Changelog for reva 2.3.1 (2022-05-08) ======================================= diff --git a/RELEASE_DATE b/RELEASE_DATE index cd274f8211..303d64d652 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2023-09-25 \ No newline at end of file +2023-10-17 \ No newline at end of file diff --git a/VERSION b/VERSION index 15c5c9d5bc..90c94814ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.16.1 \ No newline at end of file +2.16.2 \ No newline at end of file diff --git a/changelog/unreleased/fix-ldap-getuserbyclaim-userid.md b/changelog/2.16.2_2023-10-17/fix-ldap-getuserbyclaim-userid.md similarity index 100% rename from changelog/unreleased/fix-ldap-getuserbyclaim-userid.md rename to changelog/2.16.2_2023-10-17/fix-ldap-getuserbyclaim-userid.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index 125f4c2e04..21d620f35d 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,27 +1,23 @@ -Changelog for reva 2.16.1 (2023-09-25) +Changelog for reva 2.16.2 (2023-10-17) ======================================= -The following sections list the changes in reva 2.16.1 relevant to +The following sections list the changes in reva 2.16.2 relevant to reva users. The changes are ordered by importance. Summary ------- -* Fix #4214: Make appctx package compatible with go v1.21 -* Fix #4214: Always pass adjusted default nats options +* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" Details ------- -* Bugfix #4214: Make appctx package compatible with go v1.21 +* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" - Backported fix from edge. See https://tip.golang.org/doc/go1.21#reflect + We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active + Directory. - https://github.com/cs3org/reva/pull/4214 - -* Bugfix #4214: Always pass adjusted default nats options - - The nats-js store will now automatically reconnect. - - https://github.com/cs3org/reva/pull/4214 + https://github.com/owncloud/ocis/issues/7469 + https://github.com/cs3org/reva/pull/4251 + https://github.com/cs3org/reva/pull/4249 diff --git a/docs/content/en/docs/changelog/2.16.2/_index.md b/docs/content/en/docs/changelog/2.16.2/_index.md new file mode 100644 index 0000000000..71e2228e89 --- /dev/null +++ b/docs/content/en/docs/changelog/2.16.2/_index.md @@ -0,0 +1,32 @@ + +--- +title: "v2.16.2" +linkTitle: "v2.16.2" +weight: 40 +description: > + Changelog for Reva v2.16.2 (2023-10-17) +--- + +Changelog for reva 2.16.2 (2023-10-17) +======================================= + +The following sections list the changes in reva 2.16.2 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #4251: GetUserByClaim not working with MSAD for claim "userid" + +Details +------- + +* Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid" + + We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active + Directory. + + https://github.com/owncloud/ocis/issues/7469 + https://github.com/cs3org/reva/pull/4251 + https://github.com/cs3org/reva/pull/4249 +