Skip to content

Commit 6523a6e

Browse files
authored
Merge pull request #47155 from DebarghoGhosh/4137-release-notes-1.5.1-1.5.2
RHDEVDOCS-4137 - Added 1.5.1 and 1.5.2 release notes
2 parents ec471d7 + dff8724 commit 6523a6e

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-5-2.adoc[leveloffset=+1]
27+
28+
include::modules/gitops-release-notes-1-5-1.adoc[leveloffset=+1]
29+
2630
include::modules/gitops-release-notes-1-5-0.adoc[leveloffset=+1]
2731

2832
include::modules/gitops-release-notes-1-4-6.adoc[leveloffset=+1]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-5-1_{context}"]
8+
= Release notes for {gitops-title} 1.5.1
9+
10+
{gitops-title} 1.5.1 is now available on {product-title} 4.8, 4.9, and 4.10.
11+
12+
[id="fixed-issues-1-5-1_{context}"]
13+
== Fixed issues
14+
15+
The following issues have been resolved in the current release:
16+
17+
* Before this update, if Argo CD's anonymous access was enabled, an unauthenticated user was able to craft a JWT token and get full access to the Argo CD instance. This issue is fixed now. link:https://bugzilla.redhat.com/show_bug.cgi?id=2081686[CVE-2022-29165]
18+
19+
* Before this update, an unauthenticated user was able to display error messages on the login screen while SSO was enabled. This issue is now fixed. link:https://bugzilla.redhat.com/show_bug.cgi?id=2081689[CVE-2022-24905]
20+
21+
* Before this update, all unpatched versions of Argo CD v7.0 and later were vulnerable to a symlink-following bug. As a result, an unauthorized user with repository write access would be able to leak sensitive files from Argo CD's repo-server. This issue is now fixed. link:https://bugzilla.redhat.com/show_bug.cgi?id=2081686[CVE-2022-24904]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-5-2_{context}"]
8+
= Release notes for {gitops-title} 1.5.2
9+
10+
{gitops-title} 1.5.2 is now available on {product-title} 4.8, 4.9, and 4.10.
11+
12+
[id="fixed-issues-1-5-2_{context}"]
13+
== Fixed issues
14+
15+
The following issues have been resolved in the current release:
16+
17+
* Before this update, images referenced by the `redhat-operator-index` were missing. This issue is now fixed. link:https://issues.redhat.com/browse/GITOPS-2036[GITOPS-2036]

0 commit comments

Comments
 (0)