Skip to content

Commit 4528541

Browse files
authored
Merge pull request #88554 from Dhruv-Soni11/RHDEVDOCS-6370
RHDEVDOCS-6370: Content creation for 1.15.1 z-stream RN
2 parents bfbd8b6 + 330a1f4 commit 4528541

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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-1_{context}"]
8+
= Release notes for {gitops-title} 1.15.1
9+
10+
{gitops-title} 1.15.1 is now available on {OCP} 4.14, 4.15, 4.16, and 4.17.
11+
12+
[id="errata-updates-1-15.1_{context}"]
13+
== Errata updates
14+
15+
[id="RHSA-2025:1888-gitops-1-15-1-security-update-advisory_{context}"]
16+
=== RHSA-2025:1888 - {gitops-title} 1.15.1 security update advisory
17+
18+
Issued: 2025-02-26
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:1888[RHSA-2025:1888]
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-1_{context}"]
32+
== Fixed issues
33+
34+
* Before this update, any changes to the `serviceAccountName` and `serviceAccount` fields in the Redis deployment were not reconciled by the {gitops-title} Operator. With this update, this issue is fixed by ensuring that any unintended changes to these fields are reset to their expected value, `<argocd-instance-name>-argocd-redis`. link:https://issues.redhat.com/browse/GITOPS-6032[GITOPS-6032]
35+
36+
* Before this update, the Notifications Controller reconciled continuously if the context field included multiple entries, generating a large number of logs. With this update, the controller's reconciliation behavior is fixed, preventing repeated log entries when multiple context entries are used. link:https://issues.redhat.com/browse/GITOPS-5970[GITOPS-5970]
37+
38+
* Before this update, the health check status of a policy, a `Policy` resource from `policy.open-cluster-management.io`, displayed as `Progressing` even when no clusters were targeted by the policy. With this update, the health check status remains `Healthy` when no clusters are targeted by the policy. link:https://issues.redhat.com/browse/GITOPS-6162[GITOPS-6162]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
3232

3333
// Modules included, most to least recent
3434

35+
// Release notes for Red Hat OpenShift GitOps 1.15.1
36+
include::modules/gitops-release-notes-1-15-1.adoc[leveloffset=+1]
37+
3538
// Release notes for Red Hat OpenShift GitOps 1.15.0
3639
include::modules/gitops-release-notes-1-15-0.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)