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
21 changes: 21 additions & 0 deletions modules/gitops-release-notes-1-10-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="gitops-release-notes-1-10-2_{context}"]
= Release notes for {gitops-title} 1.10.2

{gitops-title} 1.10.2 is now available on {OCP} 4.12, 4.13, and 4.14.

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

The following issue has been resolved in the current release:

* Before this update, all versions of Argo CD `v2.8.3` and later were vulnerable to cross-server request forgery (CSRF) attacks. As a result, Argo CD would accept non-GET requests even if they did not specify their content type. This update fixes the issue by upgrading the Argo CD to `v.2.8.9` and patching this vulnerability in the Argo CD API. link:https://issues.redhat.com/browse/GITOPS-3922[GITOPS-3922]
+
[IMPORTANT]
====
Breaking change: The Argo CD API will no longer accept non-GET requests that do not specify application or JSON as their content type. Although the accepted content types list is configurable, do not disable the content type check completely.
====
21 changes: 21 additions & 0 deletions modules/gitops-release-notes-1-11-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="gitops-release-notes-1-11-1_{context}"]
= Release notes for {gitops-title} 1.11.1

{gitops-title} 1.11.1 is now available on {OCP} 4.12, 4.13, and 4.14.

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

The following issue has been resolved in the current release:

* Before this update, all versions of Argo CD `v2.9.2` and later were vulnerable to cross-server request forgery (CSRF) attacks. As a result, Argo CD would accept non-GET requests even if they did not specify their content type. This update fixes the issue by upgrading the Argo CD to `v.2.9.5` and patching this vulnerability in the Argo CD API. link:https://issues.redhat.com/browse/GITOPS-3923[GITOPS-3923]
+
[IMPORTANT]
====
Breaking change: The Argo CD API will no longer accept non-GET requests that do not specify application or JSON as their content type. Although the accepted content types list is configurable, do not disable the content type check completely.
====
21 changes: 21 additions & 0 deletions modules/gitops-release-notes-1-9-4.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assembly:
//
// * release_notes/gitops-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="gitops-release-notes-1-9-4_{context}"]
= Release notes for {gitops-title} 1.9.4

{gitops-title} 1.9.4 is now available on {OCP} 4.12, 4.13, and 4.14.

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

The following issue has been resolved in the current release:

* Before this update, all versions of Argo CD `v2.7.2` and later were vulnerable to cross-server request forgery (CSRF) attacks. As a result, Argo CD would accept non-GET requests even if they did not specify their content type. This update fixes the issue by upgrading the Argo CD to `v.2.7.16` and patching this vulnerability in the Argo CD API. link:https://issues.redhat.com/browse/GITOPS-3921[GITOPS-3921]
+
[IMPORTANT]
====
Breaking change: The Argo CD API will no longer accept non-GET requests that do not specify application or JSON as their content type. Although the accepted content types list is configurable, do not disable the content type check completely.
====
9 changes: 9 additions & 0 deletions release_notes/gitops-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,24 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]

// Modules included, most to least recent

// Release notes for Red Hat OpenShift GitOps 1.11.1
include::modules/gitops-release-notes-1-11-1.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.11.0
include::modules/gitops-release-notes-1-11-0.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.10.2
include::modules/gitops-release-notes-1-10-2.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.10.1
include::modules/gitops-release-notes-1-10-1.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.10.0
include::modules/gitops-release-notes-1-10-0.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.9.4
include::modules/gitops-release-notes-1-9-4.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift GitOps 1.9.3
include::modules/gitops-release-notes-1-9-3.adoc[leveloffset=+1]

Expand Down