Skip to content

Commit 365743f

Browse files
authored
Merge pull request #91491 from Dhruv-Soni11/RHDEVDOCS-6317
RHDEVDOCS-6317: Post GA changes for GitOps 1.16
2 parents f1bf231 + 4966f3f commit 365743f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

modules/gitops-creating-aggregated-cluster-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The process of creating aggregated cluster roles consists of the following proce
1414
[id="enable-creation-of-aggregated-cluster-roles_{context}"]
1515
== Enable the creation of aggregated cluster roles
1616

17-
You can enable the creation of aggregated cluster roles by setting the value of the `.spec.aggregatedClusterRoles` field to `true` in the Argo CD custom resource (CR). When you enable the creation of aggregated cluster roles, the {gitops} Operator takes the following actions:
17+
You can enable the creation of aggregated cluster roles by setting the value of the `.spec.aggregatedClusterRoles` field to `true` in the Argo CD custom resource (CR). When you enable the creation of aggregated cluster roles, the {gitops-title} Operator takes the following actions:
1818

1919
* Creates an `<argocd_name>-<argocd_namespace>-argocd-application-controller` aggregated cluster role with a predefined `aggregationRule` field by default.
2020
* Creates a corresponding cluster role binding and manages it.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ With this update, this issue is fixed. This update resolves the issue by integra
9696
[id="known-issues-1-16-0_{context}"]
9797
== Known Issues
9898

99-
* There is currently a known issue that assigns a lower `SecurityContextConstraints` (SCC) to Redis service account in {gitops-shortname} v1.16 after upgrading from {gitops-shortname} v1.15 to v1.16. The {gitops-shortname} Operator does not update the `securityContext` of the `redis-ha-server` StatefulSet, which causes the container's user to be statically set instead of being randomly assigned as required by the `restricted-v2` SCC. The `redis-ha-server` StatefulSet pods retain the old configurations and are not updated with the new settings. As a result, the new configuration of the StatefulSet is not applied correctly.
99+
* There is currently a known issue that assigns a lower `SecurityContextConstraints` (SCC) to Redis service account in {gitops-shortname} v1.16 after upgrading from {gitops-shortname} v1.15 to v1.16. The {gitops-shortname} Operator does not update the `securityContext` of the `redis-ha-server` `StatefulSet`, which causes the container's user to be statically set instead of being randomly assigned as required by the `restricted-v2` SCC. The `redis-ha-server` `StatefulSet` pods retain the old configurations and are not updated with the new settings. As a result, the new configuration of the `StatefulSet` is not applied correctly.
100100
+
101-
Workaround: Manually delete the `redis-ha-server` StatefulSet to trigger the re-creation of the pods with the updated settings. link:https://issues.redhat.com/browse/GITOPS-6670[GITOPS-6670]
101+
Workaround: Manually delete the `redis-ha-server` `StatefulSet` to trigger the re-creation of the pods with the updated settings. link:https://issues.redhat.com/browse/GITOPS-6670[GITOPS-6670]
102+
103+
[id="deprecated-features-1-16-0_{context}"]
104+
== Deprecated and removed features
105+
106+
[id="deprecation-of-some-fields-in-argo-cd_{context}"]
107+
=== Deprecation of `.spec.initialRepositories` & `.spec.repositoryCredentials` fields in Argo CD
108+
109+
* In {gitops-title} v1.16, the `.spec.initialRepositories` and `.spec.repositoryCredentials` fields in Argo CD CR are deprecated. These fields will no longer be supported by {gitops-title} Operator and the Argo CD CR in a future release. Update your configurations to remove dependencies on these fields. Use the Argo CD web UI or CLI to add or modify repositories. link:https://issues.redhat.com/browse/GITOPS-5961[GITOPS-5961]

understanding_openshift_gitops/about-redhat-openshift-gitops.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ toc::[]
1212
====
1313
Because {gitops-title} releases on a different cadence from {OCP}, the {gitops-title} documentation is now available as separate documentation sets for each minor version of the product.
1414
15-
The {gitops-title} documentation is available at link:https://docs.openshift.com/gitops/[].
15+
The {gitops-title} documentation is available at link:https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/[].
1616
17-
Documentation for specific versions is available using the version selector dropdown, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/gitops/1.8[].
17+
Documentation for specific versions is available using the version selector dropdown, or directly by adding the version to the URL, for example, link:https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.16[].
1818
1919
In addition, the {gitops-title} documentation is also available on the Red Hat Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_gitops/[].
2020

0 commit comments

Comments
 (0)