owncloud / openidconnect

OpenId Connect (OIDC) Integration for ownCloud
GNU General Public License v2.0
6 stars 2 forks source link

openidconnect 2.2.0 #241

Closed jnweiger closed 1 year ago

jnweiger commented 2 years ago

Reason

Product approval

QA

Documentation

Marketing

Build

All actions to be done on the release branch from here:

Beta/RC

Final

Publishing

Post-release

DeepDiver1975 commented 2 years ago

Please make sure to create the release branch from the correct commit. I merged a bunch of prs which are not for this release.

Thx

DeepDiver1975 commented 2 years ago

Actually this commit should be fine https://github.com/owncloud/openidconnect/commit/94fcbc37d6a697521a2ffa462f758cda1e2ce154

jnweiger commented 2 years ago

Please make sure to create the release branch from the correct commit. I merged a bunch of prs which are not for this release.

Thx

Between https://github.com/owncloud/openidconnect/commit/94fcbc37d6a697521a2ffa462f758cda1e2ce154 and head of master, there are only library bumps and compose updates. Nothing worth avoiding. I am puzzled.

From my POV, we can also have https://github.com/owncloud/openidconnect/pull/243 in this release.

DeepDiver1975 commented 2 years ago

regression reported: https://github.com/owncloud/openidconnect/issues/246

DeepDiver1975 commented 2 years ago

needs to be incorporated into the next rc https://github.com/owncloud/openidconnect/pull/247 @jnweiger

jnweiger commented 2 years ago

Included in https://github.com/owncloud/openidconnect/releases/tag/v2.2.0-rc.2 - Thanks!

jnweiger commented 2 years ago

Issues seen while Testing

DeepDiver1975 commented 1 year ago

include https://github.com/owncloud/openidconnect/issues/254

phil-davis commented 1 year ago

Note: PR #222 added a parameter autoProvisioningService to the constructor of LoginFlowController

https://github.com/owncloud/openidconnect/blob/master/lib/Controller/LoginFlowController.php#L84

That class is used/extended in https://github.com/owncloud/msteamsbridge and so the code in that app needed a matching change. See issue https://github.com/owncloud/msteamsbridge/issues/37 which is fixed in PR https://github.com/owncloud/msteamsbridge/pull/36

I think that https://github.com/owncloud/msteamsbridge will need to be released "in sync" with https://github.com/owncloud/openidconnect (or some further code changes made somewhere that auto-detect what parameters to pass to the constructor or...)

jnweiger commented 1 year ago

https://github.com/owncloud/openidconnect/releases/tag/v2.2.0-rc.7

jnweiger commented 1 year ago

QA passed with several minor defects, see above.

Cannot find code for https://github.com/owncloud/openidconnect/issues/261 -- probably not yet implemented?