Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/gitops-release-notes-1-10-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,18 @@ You need to install the {gitops-title} Operator in the default `openshift-gitops
====

* Before this update, there was no option for choosing an algorithm for distributing the destination clusters equally across the different application controller shards. Now, you can set the sharding algorithm to the `round-robin` parameter, which distributes clusters equally across the different application controller shards so that the synchronization load is spread equally among the shards. link:https://issues.redhat.com/browse/GITOPS-3288[GITOPS-3288]
+
[IMPORTANT]
====
The `round-robin` sharding algorithm is a Technology Preview feature.
====

* Before this update, there was no option for scaling the application controller replicas dynamically. Now, you can dynamically scale the number of application controllers based on the number of clusters managed by each application controller. link:https://issues.redhat.com/browse/GITOPS-3287[GITOPS-3287]
+
[IMPORTANT]
====
Dynamic scaling of shards is a Technology Preview feature.
====

[role="_additional-resources"]
.Additional resources
Expand Down
8 changes: 8 additions & 0 deletions modules/go-compatibility-and-support-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ The features mentioned in the following table are currently in Technology Previe
|====
|Feature |TP in {gitops-title} versions|GA in {gitops-title} versions

|The `round-robin` cluster sharding algorithm
|1.10.0
|NA

|Dynamic scaling of shards
|1.10.0
|NA

|Argo Rollouts
|1.9.0
|NA
Expand Down