Skip to content

Commit 870dc54

Browse files
authored
Merge pull request #93924 from Dhruv-Soni11/RHDEVDOCS-6463-new
RHDEVDOCS-6463-new: Cherry-pick RN for GitOps 1.15.3 z-stream
2 parents d43ee6c + 2c7ef57 commit 870dc54

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Module included in the following assembly:
2+
//
3+
// * release_notes/gitops-release-notes-1-15.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-15-3_{context}"]
8+
= Release notes for {gitops-title} 1.15.3
9+
10+
{gitops-title} 1.15.3 is now available on {OCP} 4.14, 4.15, 4.16, and 4.17.
11+
12+
[id="errata-updates-1-15.3_{context}"]
13+
== Errata updates
14+
15+
[id="RHSA-2025:8277-gitops-1-15-3-security-update-advisory_{context}"]
16+
=== RHSA-2025:8277 - {gitops-title} 1.15.3 security update advisory
17+
18+
Issued: 2025-06-28
19+
20+
The list of security fixes that are included in this release is documented in the following advisory:
21+
22+
* link:https://access.redhat.com/errata/RHSA-2025:8277[RHSA-2025:8277]
23+
24+
If you have installed the {gitops-title} Operator in the default namespace, run the following command to view the container images in this release:
25+
26+
[source,terminal]
27+
----
28+
$ oc describe deployment gitops-operator-controller-manager -n openshift-gitops-operator
29+
----
30+
31+
[id="fixed-issues-1-15-3_{context}"]
32+
== Fixed issues
33+
34+
* Before this update, the scope configuration in the RBAC `argocd-rbac-cm` config map was configured with `'[groups,email]'` without the corresponding change in `.spec.rbac.scopes`. This discrepancy led to conflicts during config map synchronization when transitioning to Keycloak SSO. With this update, the {gitops-title} Operator now maintains the existing RBAC scope configuration. link:https://issues.redhat.com/browse/GITOPS-5977[GITOPS-5977]

release_notes/gitops-release-notes-1-15.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
3030

3131
// Modules included, most to least recent
3232

33+
// Release notes for Red Hat OpenShift GitOps 1.15.3
34+
include::modules/gitops-release-notes-1-15-3.adoc[leveloffset=+1]
35+
3336
// Release notes for Red Hat OpenShift GitOps 1.15.2
3437
include::modules/gitops-release-notes-1-15-2.adoc[leveloffset=+1]
3538

0 commit comments

Comments
 (0)