Skip to content
Open
Show file tree
Hide file tree
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
38 changes: 38 additions & 0 deletions modules/gitops-release-notes-1-21-4.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes-1-21.adoc

:_mod-docs-content-type: REFERENCE
[id="gitops-release-notes-1-21-4_{context}"]
= Release notes for Red Hat OpenShift GitOps 1.21.4

[role="_abstract"]

{gitops-title} 1.21.4 is now available on {OCP} 4.18, 4.19, 4.20, 4.21, and 4.22.

[id="errata-updates-1-21-4_{context}"]
== Errata updates

RHBA-XXXX:NNNN - {gitops-title} 1.21.4 enhancement update advisory::
Issued: 2026-09-03
+
The list of enhancements that are included in this release is documented in the following advisory:
+
* link:https://access.redhat.com/errata/RHBA-XXXX:NNNN[RHBA-XXXX:NNNN]

If you have installed the {gitops-title} Operator in the default namespace, run the following command to view the container images in this release:

[source,terminal]
----
$ oc describe deployment gitops-operator-controller-manager -n openshift-gitops-operator
----

[id="fixed-issues-1-21-4_{context}"]
== Fixed issues

OpenShift login succeeds when NamespaceManagement CR targets an unauthorized namespace::
Before this update, OpenShift login to Argo CD failed with an `unauthorized_client` error when a `NamespaceManagement` custom resource (CR) existed for a namespace that Argo CD was not configured to manage. With this update, OpenShift login succeeds even when a `NamespaceManagement` CR targets an unauthorized namespace.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Before this update, OpenShift login to Argo CD failed with an `unauthorized_client` error when a `NamespaceManagement` custom resource (CR) existed for a namespace that Argo CD was not configured to manage. With this update, OpenShift login succeeds even when a `NamespaceManagement` CR targets an unauthorized namespace.
Before this update, OpenShift login to Argo CD failed with an `unauthorized_client` error when a `NamespaceManagement` custom resource (CR) existed for a namespace that Argo CD was not configured to manage. With this update, OpenShift login succeeds even when a `NamespaceManagement` CR targets a namespace that Argo CD is not allowed to manage.

@aali309 please confirm

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Varsha's suggestion looks good to me. Let's incorporate it.

+
link:https://redhat.atlassian.net/browse/GITOPS-10477[GITOPS-10477]


3 changes: 3 additions & 0 deletions release_notes/gitops-release-notes-1-21.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]

// Modules included, most to least recent

// Release notes for Red Hat OpenShift GitOps 1.21.4
include::modules/gitops-release-notes-1-21-4.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.21.3
include::modules/gitops-release-notes-1-21-3.adoc[leveloffset=+1]

Expand Down