Skip to content

Commit 1abda81

Browse files
authored
Merge pull request #43383 from DebarghoGhosh/1.4.3-release-notes-3873
RHDEVDOCS-3873 - Added 1.4.3 release notes
2 parents 4136d4d + 68a0d52 commit 1abda81

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10+
[role="_abstract"]
1011
{gitops-title} is a declarative way to implement continuous deployment for cloud native applications. {gitops-title} ensures consistency in applications when you deploy them to different clusters in different environments, such as: development, staging, and production. {gitops-title} helps you automate the following tasks:
1112

1213
* Ensure that the clusters have similar states for configuration, monitoring, and storage
@@ -22,6 +23,8 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2223
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2324

2425
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-4-3.adoc[leveloffset=+1]
27+
2528
include::modules/gitops-release-notes-1-4-2.adoc[leveloffset=+1]
2629

2730
include::modules/gitops-release-notes-1-4-1.adoc[leveloffset=+1]

modules/gitops-release-notes-1-4-2.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[id="gitops-release-notes-1-4-2_{context}"]
66
= Release notes for {gitops-title} 1.4.2
77

8+
[role="_abstract"]
89
{gitops-title} 1.4.2 is now available on {product-title} 4.7, 4.8, and 4.9.
910

1011
[id="fixed-issues-1-4-2_{context}"]
@@ -14,4 +15,4 @@ The following issue has been resolved in the current release:
1415

1516
* 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]
1617

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]
18+
* Before this update, the *Route* resources got stuck in `Progressing` Health status if more than one `Ingress` were attached to the route. This update fixes the health check and reports the correct health status of the *Route* resources. link:https://issues.redhat.com/browse/GITOPS-1751[GITOPS-1751]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
[id="gitops-release-notes-1-4-3_{context}"]
6+
= Release notes for {gitops-title} 1.4.3
7+
8+
[role="_abstract"]
9+
{gitops-title} 1.4.3 is now available on {product-title} 4.7, 4.8, and 4.9.
10+
11+
[id="fixed-issues-1-4-3_{context}"]
12+
== Fixed issues
13+
14+
The following issue has been resolved in the current release:
15+
16+
* Before this update, the TLS certificate in the `argocd-tls-certs-cm` configuration map was deleted by the {gitops-title} unless the certificate was configured in the ArgoCD CR specification `tls.initialCerts` field. This update fixes this issue. link:https://issues.redhat.com/browse/GITOPS-1725[GITOPS-1725]

0 commit comments

Comments
 (0)