Skip to content
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
6 changes: 4 additions & 2 deletions cicd/gitops/gitops-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ toc::[]

For an overview of {gitops-title}, see xref:../../cicd/gitops/understanding-openshift-gitops.adoc#understanding-openshift-gitops[Understanding OpenShift GitOps].

include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]

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-1.adoc[leveloffset=+1]

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

include::modules/gitops-release-notes-1-2-1.adoc[leveloffset=+1]
Expand Down
13 changes: 13 additions & 0 deletions modules/gitops-release-notes-1-3-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Module included in the following assembly:
//
// * gitops/gitops-release-notes.adoc

[id="gitops-release-notes-1-3-1_{context}"]
= Release notes for {gitops-title} 1.3.1

{gitops-title} 1.3.1 is now available on {product-title} 4.7, 4.8, and 4.9.

[id="fixed-issues-1-3-1_{context}"]
== Fixed issues

* If you upgrade to v1.3.0, the Operator does not return an ordered slice of environment variables. As a result, the reconciler fails causing the frequent recreation of Argo CD pods in {product-title} clusters running behind a proxy. This update fixes the issue so that Argo CD pods are not recreated. link:https://issues.redhat.com/browse/GITOPS-1489[GITOPS-1489]