Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé Quatremain committed Nov 21, 2024
1 parent 361e8b1 commit 490c160
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Red Hat Advanced Cluster Security for Kubernetes Collection Release Notes

.. contents:: Topics

v1.1.1
======

Release Summary
---------------

Fixing bugs in the ``herve4m.rhacs_configuration.rhacs_auth_provider`` module.

Bugfixes
--------

- The ``uiEndpoint`` OpenID Connect parameter was wrongly set and prevented authentication.
- Updating a configuration failed because once the authentication provider is used, it cannot be modified. Now, for update operations, the configuration is deleted and then re-created.

v1.1.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,16 @@ releases:
name: rhacs_report_schedule
namespace: ''
release_date: '2024-10-27'
1.1.1:
changes:
bugfixes:
- The ``uiEndpoint`` OpenID Connect parameter was wrongly set and prevented
authentication.
- Updating a configuration failed because once the authentication provider
is used, it cannot be modified. Now, for update operations, the configuration
is deleted and then re-created.
release_summary: Fixing bugs in the ``herve4m.rhacs_configuration.rhacs_auth_provider``
module.
fragments:
- PR4-v1.1.1-summary.yml
release_date: '2024-11-21'

0 comments on commit 490c160

Please sign in to comment.