From ab3c457311b28164d048eb122b6ba723aeef431b Mon Sep 17 00:00:00 2001 From: Debargho Ghosh Date: Wed, 22 Dec 2021 11:59:49 +0530 Subject: [PATCH] created release notes for 1.3.2 made review changes build error made review changes review changes done made review changes --- cicd/gitops/gitops-release-notes.adoc | 2 ++ modules/gitops-release-notes-1-3-2.adoc | 37 +++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 modules/gitops-release-notes-1-3-2.adoc diff --git a/cicd/gitops/gitops-release-notes.adoc b/cicd/gitops/gitops-release-notes.adoc index ce6f190bb1..c9fc69a358 100644 --- a/cicd/gitops/gitops-release-notes.adoc +++ b/cicd/gitops/gitops-release-notes.adoc @@ -22,6 +22,8 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1] include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1] // Modules included, most to least recent +include::modules/gitops-release-notes-1-3-2.adoc[leveloffset=+1] + include::modules/gitops-release-notes-1-3-1.adoc[leveloffset=+1] include::modules/gitops-release-notes-1-3-0.adoc[leveloffset=+1] diff --git a/modules/gitops-release-notes-1-3-2.adoc b/modules/gitops-release-notes-1-3-2.adoc new file mode 100644 index 0000000000..8d8f23acaa --- /dev/null +++ b/modules/gitops-release-notes-1-3-2.adoc @@ -0,0 +1,37 @@ +// Module included in the following assembly: +// +// * gitops/gitops-release-notes.adoc + +[id="gitops-release-notes-1-3-2_{context}"] += Release notes for {gitops-title} 1.3.2 + +{gitops-title} 1.3.2 is now available on {product-title} 4.6, 4.7, 4.8, and 4.9. + +[id="new-features-1-3-2_{context}"] +== New features + +In addition to the fixes and stability improvements, the following sections highlight what is new in {gitops-title} 1.3.2: + +* Upgraded Argo CD to version *2.1.8* + +* Upgraded Dex to version *2.30.0* + +[id="fixed-issues-1-3-2_{context}"] +== Fixed issues + +The following issues have been resolved in the current release: + +* 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] + +* 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: ++ +[source,text] +---- +Argo service account does not have on in namespace . +---- ++ +This bug is fixed. link:https://issues.redhat.com/browse/GITOPS-1521[GITOPS-1521] + +* 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] + +* 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] \ No newline at end of file