Skip to content

Commit f9adb11

Browse files
authored
Merge pull request #48782 from DebarghoGhosh/1.5.5-release-notes-4303
RHDEVDOCS-4303 - Added release notes for 1.4.11 and 1.5.5
2 parents 85c0528 + 77b0de9 commit f9adb11

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2525
// Modules included, most to least recent
2626
include::modules/gitops-release-notes-1-6-0.adoc[leveloffset=+1]
2727

28+
include::modules/gitops-release-notes-1-5-5.adoc[leveloffset=+1]
29+
2830
include::modules/gitops-release-notes-1-5-4.adoc[leveloffset=+1]
2931

3032
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]
3537

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

40+
include::modules/gitops-release-notes-1-4-11.adoc[leveloffset=+1]
41+
3842
include::modules/gitops-release-notes-1-4-6.adoc[leveloffset=+1]
3943

4044
include::modules/gitops-release-notes-1-4-5.adoc[leveloffset=+1]
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-4-11_{context}"]
8+
= Release notes for {gitops-title} 1.4.11
9+
10+
{gitops-title} 1.4.11 is now available on {product-title} 4.8, 4.9, and 4.10.
11+
12+
[id="new-features-1-4-11_{context}"]
13+
== New features
14+
15+
The current release adds the following improvements:
16+
17+
* With this update, the bundled Argo CD has been updated to version 2.2.12.
18+
19+
[id="fixed-issues-1-4-11_{context}"]
20+
== Fixed issues
21+
22+
The following issues have been resolved in the current release:
23+
24+
* 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]
25+
26+
[id="known-issues-1-4-11_{context}"]
27+
== Known issues
28+
29+
* {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]
30+
+
31+
As a workaround, disable TLS validation for the OIDC (Keycloak/RHSSO) endpoint in the ArgoCD specification.
32+
+
33+
[source,yaml]
34+
----
35+
apiVersion: argoproj.io/v1alpha1
36+
kind: ArgoCD
37+
metadata:
38+
name: example-argocd
39+
spec:
40+
extraConfig:
41+
"admin.enabled": "true"
42+
...
43+
----
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
7+
[id="gitops-release-notes-1-5-5_{context}"]
8+
= Release notes for {gitops-title} 1.5.5
9+
10+
{gitops-title} 1.5.5 is now available on {product-title} 4.8, 4.9, and 4.10.
11+
12+
[id="new-features-1-5-5_{context}"]
13+
== New features
14+
15+
The current release adds the following improvements:
16+
17+
* With this update, the bundled Argo CD has been updated to version 2.3.7.
18+
19+
[id="fixed-issues-1-5-5_{context}"]
20+
== Fixed issues
21+
22+
The following issues have been resolved in the current release:
23+
24+
* 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]
25+
26+
[id="known-issues-1-5-5_{context}"]
27+
== Known issues
28+
29+
* {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]
30+
+
31+
As a workaround, disable TLS validation for the OIDC (Keycloak/RHSSO) endpoint in the ArgoCD specification.
32+
+
33+
[source,yaml]
34+
----
35+
apiVersion: argoproj.io/v1alpha1
36+
kind: ArgoCD
37+
metadata:
38+
name: example-argocd
39+
spec:
40+
extraConfig:
41+
"admin.enabled": "true"
42+
...
43+
----

0 commit comments

Comments
 (0)