Skip to content

Commit 4db2716

Browse files
Document GitOps 1.8.1. RN
Document GitOps 1.8.2 RN Fixing SME review comments Fixing peer-review comments Removing the RN 1.8.2 content to a separate PR#58017
1 parent 75790af commit 4db2716

File tree

5 files changed

+62
-1
lines changed

5 files changed

+62
-1
lines changed

cicd/gitops/configuring-sso-on-argo-cd-using-dex.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ toc::[]
88

99
After the {gitops-title} Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, cluster administrators can use Argo CD to configure Single Sign-On (SSO).
1010

11+
[IMPORTANT]
12+
====
13+
The `spec.dex` parameter in the ArgoCD CR is deprecated. In a future release of {gitops-title} v1.9, configuring Dex using the `spec.dex` parameter in the ArgoCD CR is planned to be removed. Consider using the `.spec.sso` parameter instead.
14+
====
15+
1116
include::modules/gitops-creating-a-new-client-in-dex.adoc[leveloffset=+1]
1217

1318
include::modules/gitops-dex-role-mappings.adoc[leveloffset=+2]

cicd/gitops/gitops-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-8-1.adoc[leveloffset=+1]
27+
2628
include::modules/gitops-release-notes-1-8-0.adoc[leveloffset=+1]
2729

30+
include::modules/gitops-release-notes-1-7-3.adoc[leveloffset=+1]
31+
2832
include::modules/gitops-release-notes-1-7-1.adoc[leveloffset=+1]
2933

3034
include::modules/gitops-release-notes-1-7-0.adoc[leveloffset=+1]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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-7-3_{context}"]
8+
= Release notes for {gitops-title} 1.7.3
9+
10+
{gitops-title} 1.7.3 is now available on {product-title} 4.10, 4.11, and 4.12.
11+
12+
[id="errata-updates-1-7-3_{context}"]
13+
== Errata updates
14+
15+
=== RHSA-2023:1454 - {gitops-title} 1.7.3 security update advisory
16+
17+
Issued: 2023-03-23
18+
19+
The list of security fixes that are included in this release is documented in the link:https://access.redhat.com/errata/RHSA-2023:1454[RHSA-2023:1454] advisory.
20+
21+
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
22+
23+
[source,terminal]
24+
----
25+
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
26+
----

modules/gitops-release-notes-1-8-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{gitops-title} 1.8.0 is now available on {product-title} 4.10, 4.11, and 4.12.
1010

11-
[id="errata-updates-1-8-0_{context}"]
11+
[id="new-features-1-8-0_{context}"]
1212
== New features
1313

1414
The current release adds the following improvements:
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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-8-1_{context}"]
8+
= Release notes for {gitops-title} 1.8.1
9+
10+
{gitops-title} 1.8.1 is now available on {product-title} 4.10, 4.11, and 4.12.
11+
12+
[id="errata-updates-1-8-1_{context}"]
13+
== Errata updates
14+
15+
=== RHSA-2023:1452 - {gitops-title} 1.8.1 security update advisory
16+
17+
Issued: 2023-03-23
18+
19+
The list of security fixes that are included in this release is documented in the link:https://access.redhat.com/errata/RHSA-2023:1452[RHSA-2023:1452] advisory.
20+
21+
If you have installed the {gitops-title} Operator, run the following command to view the container images in this release:
22+
23+
[source,terminal]
24+
----
25+
$ oc describe deployment gitops-operator-controller-manager -n openshift-operators
26+
----

0 commit comments

Comments
 (0)