Skip to content

Commit e49f855

Browse files
authored
Merge pull request #55985 from shipsing/RHDEVDOCS-4861
RHDEVDOCS-4861: Updated GitOps1.7 RN for an inaccuracy
2 parents d50eead + 4383685 commit e49f855

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,13 @@ In future releases, there is a possibility to deprecate the old method of custom
4040

4141
* With this update, to use the *Environments* feature on the *Developer* tab you must upgrade if you are using a {gitops-title} version prior to 1.7 and {product-title} 4.15 or above. link:https://issues.redhat.com/browse/GITOPS-2415[GITOPS-2415]
4242

43-
* With this update, applications can be created in any namespace in the same cluster and still managed by the same control-plane’s ArgoCD instance. This is done by adding a new label `argocd.argoproj.io/managed-by-cluster-argocd` to the namespace added in `spec.sourceNamespaces` of the Argo CD custom resource. link:https://issues.redhat.com/browse/GITOPS-2341[GITOPS-2341]
43+
* With this update, you can create applications, which are managed by the same control plane Argo CD instance, in any namespace in the same cluster. As an administrator, perform the following actions to enable this update:
44+
** Add the namespace to the `.spec.sourceNamespaces` attribute for a cluster-scoped Argo CD instance that manages the application.
45+
** Add the namespace to the `.spec.sourceNamespaces` attribute in the `AppProject` custom resource that is associated with the application. 
46+
+
47+
link:https://issues.redhat.com/browse/GITOPS-2341[GITOPS-2341]
4448

45-
:FeatureName: Argo CD Applications controller
49+
:FeatureName: Argo CD applications in non-control plane namespaces
4650
include::snippets/technology-preview.adoc[]
4751

4852
* With this update, Argo CD supports the Server-Side Apply feature, which helps users to perform the following tasks:

0 commit comments

Comments
 (0)