Skip to content

Commit 89073c4

Browse files
authored
Merge pull request #41758 from DebarghoGhosh/release-notes-1.4.1-3747
RHDEVDOCS-3747 - Added 1.4.2 release notes
2 parents 2ddff3c + 1001f14 commit 89073c4

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ 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-4-2.adoc[leveloffset=+1]
27+
28+
include::modules/gitops-release-notes-1-4-1.adoc[leveloffset=+1]
29+
2630
include::modules/gitops-release-notes-1-4-0.adoc[leveloffset=+1]
2731

32+
include::modules/gitops-release-notes-1-3-3.adoc[leveloffset=+1]
33+
2834
include::modules/gitops-release-notes-1-3-2.adoc[leveloffset=+1]
2935

3036
include::modules/gitops-release-notes-1-3-1.adoc[leveloffset=+1]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
[id="gitops-release-notes-1-3-3_{context}"]
6+
= Release notes for {gitops-title} 1.3.3
7+
8+
{gitops-title} 1.3.3 is now available on {product-title} 4.7, 4.8, and 4.9.
9+
10+
[id="fixed-issues-1-3-3_{context}"]
11+
== Fixed issues
12+
13+
The following issue has been resolved in the current release:
14+
15+
* All versions of Argo CD are vulnerable to a path traversal bug that allows to pass arbitrary values to be consumed by Helm charts. This update fixes the `CVE-2022-24348 gitops` error, path traversal and dereference of symlinks when passing Helm value files. link:https://issues.redhat.com/browse/GITOPS-1756[GITOPS-1756]
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+
[id="gitops-release-notes-1-4-1_{context}"]
6+
= Release notes for {gitops-title} 1.4.1
7+
8+
{gitops-title} 1.4.1 is now available on {product-title} 4.7, 4.8, and 4.9.
9+
10+
[id="fixed-issues-1-4-1_{context}"]
11+
== Fixed issues
12+
13+
The following issue has been resolved in the current release:
14+
15+
* {gitops-title} Operator v1.4.0 introduced a regression which removes the description fields from `spec` for the following CRDs:
16+
17+
** `argoproj.io_applications.yaml`
18+
** `argoproj.io_appprojects.yaml`
19+
** `argoproj.io_argocds.yaml`
20+
21+
Before this update, if you created an `AppProject` resource using the `kubectl create`, it failed to synchronize. This update restores the missing description fields in `CustomResourceDefinitions: ArgoCD, AppProject, Application` that caused `kubectl create` to fail. link:https://issues.redhat.com/browse/GITOPS-1721[GITOPS-1721]
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+
[id="gitops-release-notes-1-4-2_{context}"]
6+
= Release notes for {gitops-title} 1.4.2
7+
8+
{gitops-title} 1.4.2 is now available on {product-title} 4.7, 4.8, and 4.9.
9+
10+
[id="fixed-issues-1-4-2_{context}"]
11+
== Fixed issues
12+
13+
The following issue has been resolved in the current release:
14+
15+
* All versions of Argo CD are vulnerable to a path traversal bug that allows to pass arbitrary values to be consumed by Helm charts. This update fixes the `CVE-2022-24348 gitops` error, path traversal and dereference of symlinks when passing Helm value files. link:https://issues.redhat.com/browse/GITOPS-1756[GITOPS-1756]
16+
17+
* Before this update, the *Route* resources got stuck in `Progressing` Health status if more than one `Ingress` is attached to the route. This update fixes the health check and reports the correct health status of *Route* resource. link:https://issues.redhat.com/browse/GITOPS-1751[GITOPS-1751]

0 commit comments

Comments
 (0)