From 90de1122270b679bd014e237b6831d2783f07fcc Mon Sep 17 00:00:00 2001 From: Debargho Ghosh Date: Thu, 4 Aug 2022 19:40:25 +0530 Subject: [PATCH] added release notes for 1.4.11 and 1.5.5 made review changes made peer review changes made review changes --- cicd/gitops/gitops-release-notes.adoc | 4 +++ modules/gitops-release-notes-1-4-11.adoc | 43 ++++++++++++++++++++++++ modules/gitops-release-notes-1-5-5.adoc | 43 ++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 modules/gitops-release-notes-1-4-11.adoc create mode 100644 modules/gitops-release-notes-1-5-5.adoc diff --git a/cicd/gitops/gitops-release-notes.adoc b/cicd/gitops/gitops-release-notes.adoc index ca5a69f1bc..cc2a251334 100644 --- a/cicd/gitops/gitops-release-notes.adoc +++ b/cicd/gitops/gitops-release-notes.adoc @@ -25,6 +25,8 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1] // Modules included, most to least recent include::modules/gitops-release-notes-1-6-0.adoc[leveloffset=+1] +include::modules/gitops-release-notes-1-5-5.adoc[leveloffset=+1] + include::modules/gitops-release-notes-1-5-4.adoc[leveloffset=+1] include::modules/gitops-release-notes-1-5-3.adoc[leveloffset=+1] @@ -35,6 +37,8 @@ include::modules/gitops-release-notes-1-5-1.adoc[leveloffset=+1] include::modules/gitops-release-notes-1-5-0.adoc[leveloffset=+1] +include::modules/gitops-release-notes-1-4-11.adoc[leveloffset=+1] + include::modules/gitops-release-notes-1-4-6.adoc[leveloffset=+1] include::modules/gitops-release-notes-1-4-5.adoc[leveloffset=+1] diff --git a/modules/gitops-release-notes-1-4-11.adoc b/modules/gitops-release-notes-1-4-11.adoc new file mode 100644 index 0000000000..60cfbe63dd --- /dev/null +++ b/modules/gitops-release-notes-1-4-11.adoc @@ -0,0 +1,43 @@ +// Module included in the following assembly: +// +// * gitops/gitops-release-notes.adoc + +:_content-type: REFERENCE + +[id="gitops-release-notes-1-4-11_{context}"] += Release notes for {gitops-title} 1.4.11 + +{gitops-title} 1.4.11 is now available on {product-title} 4.8, 4.9, and 4.10. + +[id="new-features-1-4-11_{context}"] +== New features + +The current release adds the following improvements: + +* With this update, the bundled Argo CD has been updated to version 2.2.12. + +[id="fixed-issues-1-4-11_{context}"] +== Fixed issues + +The following issues have been resolved in the current release: + +* Before this update, the `redis-ha-haproxy` pods of an ArgoCD instance failed when more restrictive SCCs were present in the cluster. This update fixes the issue by updating the security context in workloads. link:https://issues.redhat.com/browse/GITOPS-2034[GITOPS-2034] + +[id="known-issues-1-4-11_{context}"] +== Known issues + +* {gitops-title} Operator can use RHSSO (KeyCloak) with OIDC and Dex. However, with a recent security fix applied, the Operator cannot validate the RHSSO certificate in some scenarios. link:https://issues.redhat.com/browse/GITOPS-2214[GITOPS-2214] ++ +As a workaround, disable TLS validation for the OIDC (Keycloak/RHSSO) endpoint in the ArgoCD specification. ++ +[source,yaml] +---- +apiVersion: argoproj.io/v1alpha1 +kind: ArgoCD +metadata: + name: example-argocd +spec: + extraConfig: + "admin.enabled": "true" +... +---- \ No newline at end of file diff --git a/modules/gitops-release-notes-1-5-5.adoc b/modules/gitops-release-notes-1-5-5.adoc new file mode 100644 index 0000000000..6bf26d2a7f --- /dev/null +++ b/modules/gitops-release-notes-1-5-5.adoc @@ -0,0 +1,43 @@ +// Module included in the following assembly: +// +// * gitops/gitops-release-notes.adoc + +:_content-type: REFERENCE + +[id="gitops-release-notes-1-5-5_{context}"] += Release notes for {gitops-title} 1.5.5 + +{gitops-title} 1.5.5 is now available on {product-title} 4.8, 4.9, and 4.10. + +[id="new-features-1-5-5_{context}"] +== New features + +The current release adds the following improvements: + +* With this update, the bundled Argo CD has been updated to version 2.3.7. + +[id="fixed-issues-1-5-5_{context}"] +== Fixed issues + +The following issues have been resolved in the current release: + +* Before this update, the `redis-ha-haproxy` pods of an ArgoCD instance failed when more restrictive SCCs were present in the cluster. This update fixes the issue by updating the security context in workloads. link:https://issues.redhat.com/browse/GITOPS-2034[GITOPS-2034] + +[id="known-issues-1-5-5_{context}"] +== Known issues + +* {gitops-title} Operator can use RHSSO (KeyCloak) with OIDC and Dex. However, with a recent security fix applied, the Operator cannot validate the RHSSO certificate in some scenarios. link:https://issues.redhat.com/browse/GITOPS-2214[GITOPS-2214] ++ +As a workaround, disable TLS validation for the OIDC (Keycloak/RHSSO) endpoint in the ArgoCD specification. ++ +[source,yaml] +---- +apiVersion: argoproj.io/v1alpha1 +kind: ArgoCD +metadata: + name: example-argocd +spec: + extraConfig: + "admin.enabled": "true" +... +---- \ No newline at end of file