Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enterprise-4.9] RHDEVDOCS-3567 - Release notes for v1.3.2 #40163

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cicd/gitops/gitops-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
37 changes: 37 additions & 0 deletions modules/gitops-release-notes-1-3-2.adoc
Original file line number Diff line number Diff line change
@@ -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 <random_verb> on <random_resource_type> in namespace <the_namespace_you_deleted>.
----
+
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]