Skip to content

[OIDC] Release notes [skip-ci] #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
[//]: # (Consider renaming or removing the header for next release, otherwise it appears as duplicate in the published release, e.g: https://github.com/mongodb/mongodb-enterprise-kubernetes/releases/tag/1.22.0 )
<!-- Next Release -->

# MCK 1.2.0 Release Notes

## New Features

* **MongoDB**, **MongoDBMulti**: Added support for OpenID Connect (OIDC) user authentication.
* OIDC authentication can be configured with `spec.security.authentication.modes=OIDC` and `spec.security.authentication.oidcProviderConfigs` settings.
* Minimum MongoDB version requirements:
* `7.0.11`, `8.0.0`
* Only supported with MongoDB Enterprise Server
* For more information please see:
* [Secure Client Authentication with OIDC](https://www.mongodb.com/docs/kubernetes/upcoming/tutorial/secure-client-connections/) # TODO
* [Manage Database Users using OIDC](https://www.mongodb.com/docs/kubernetes/upcoming/manage-users/) # TODO
* [Authentication and Authorization with OIDC/OAuth 2.0](https://www.mongodb.com/docs/manual/core/oidc/security-oidc/)

<!-- Past Releases -->

# MCK 1.1.0 Release Notes

## New Features
Expand All @@ -12,10 +28,8 @@
* minimum MongoDB Community version: 8.0.
* TLS must be disabled in MongoDB (communication between mongot and mongod is in plaintext for now).

<!-- Past Releases -->
# MCK 1.0.1 Release Notes


## Bug Fixes
* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io.
* **MongoDBCommunity** resource was missing from watched list in Helm Charts
Expand Down