Skip to content

Commit 7325f06

Browse files
authored
Merge pull request #40110 from DebarghoGhosh/release-notes-v1.3.2-3567
RHDEVDOCS-3567 - Release notes for v1.3.2
2 parents 2e57ab0 + 38a55f0 commit 7325f06

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

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

2424
// Modules included, most to least recent
25+
include::modules/gitops-release-notes-1-3-2.adoc[leveloffset=+1]
26+
2527
include::modules/gitops-release-notes-1-3-1.adoc[leveloffset=+1]
2628

2729
include::modules/gitops-release-notes-1-3-0.adoc[leveloffset=+1]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
[id="gitops-release-notes-1-3-2_{context}"]
6+
= Release notes for {gitops-title} 1.3.2
7+
8+
{gitops-title} 1.3.2 is now available on {product-title} 4.6, 4.7, 4.8, and 4.9.
9+
10+
[id="new-features-1-3-2_{context}"]
11+
== New features
12+
13+
In addition to the fixes and stability improvements, the following sections highlight what is new in {gitops-title} 1.3.2:
14+
15+
* Upgraded Argo CD to version *2.1.8*
16+
17+
* Upgraded Dex to version *2.30.0*
18+
19+
[id="fixed-issues-1-3-2_{context}"]
20+
== Fixed issues
21+
22+
The following issues have been resolved in the current release:
23+
24+
* Previously, in the OperatorHub UI under the *Infrastructure Features* section, when you filtered by `Disconnected` the {gitops-title} Operator did not show in the search results, as the Operator did not have the related annotation set in its CSV file. With this update, the `Disconnected Cluster` annotation has been added to the {gitops-title} Operator as an infrastructure feature. link:https://issues.redhat.com/browse/GITOPS-1539[GITOPS-1539]
25+
26+
* When using an `Namespace-scoped` Argo CD instance, for example, an Argo CD instance that is not scoped to *All Namepsaces* in a cluster, {gitops-title} dynamically maintains a list of managed namespaces. These namespaces include the `argocd.argoproj.io/managed-by` label. This list of namespaces is stored in a cache in *Argo CD -> Settings -> Clusters -> "in-cluster" -> NAMESPACES*. Before this update, if you deleted one of these namespaces, the Operator ignored that, and the namespace remained in the list. This behavior broke the *CONNECTION STATE* in that cluster configuration, and all sync attempts resulted in errors. For example:
27+
+
28+
[source,text]
29+
----
30+
Argo service account does not have <random_verb> on <random_resource_type> in namespace <the_namespace_you_deleted>.
31+
----
32+
+
33+
This bug is fixed. link:https://issues.redhat.com/browse/GITOPS-1521[GITOPS-1521]
34+
35+
* With this update, the {gitops-title} Operator has been annotated with the *Deep Insights* capability level. link:https://issues.redhat.com/browse/GITOPS-1519[GITOPS-1519]
36+
37+
* Previously, the Argo CD Operator managed the `resource.exclusion` field by itself but ignored the `resource.inclusion` field. This prevented the `resource.inclusion` field configured in the `Argo CD` CR to generate in the `argocd-cm` configuration map. This bug is fixed. link:https://issues.redhat.com/browse/GITOPS-1518[GITOPS-1518]

0 commit comments

Comments
 (0)