Add feature toggle rollout groups docs#3183
Conversation
|
Pull request environment is available at https://stoctodocspr3183.z22.web.core.windows.net. You can view the ephemeral environment status in Octopus Deploy. This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity. |
|  | ||
|
|
||
| :::div{.warning} | ||
| Adding or removing a rollout group changes the set of tenants or clients included in the rollout. If you have a tenant or client rollout configured, assigning a rollout group will change which tenants or clients are included. |
There was a problem hiding this comment.
Are these two sentences saying the same thing?
There was a problem hiding this comment.
I felt like it was saying slightly different things:
- Generic behaviour
- Impact on you
But doing it in a terrible way. I think I need to keep a bit of both. Might go for:
If you have a tenant or client rollout configured, adding or removing a rollout group will change which tenants or clients are included in that rollout.
|  | ||
|
|
||
| :::div{.warning} | ||
| Adding or removing a rollout group changes the set of tenants or clients included in the rollout. If you have a tenant or client rollout configured, assigning a rollout group will change which tenants or clients are included. |
There was a problem hiding this comment.
Nit:
Adding or removing a rollout group on a feature toggle changes the set of tenants or clients included in the toggle's rollout.
|
|
||
| ## Rollout groups {#rollout-groups} | ||
|
|
||
| A percentage rollout on one feature toggle will include a different set of tenants or clients than the same percentage rollout on another toggle by default. This ensures the same tenants or clients are not always the first to receive every new feature. |
There was a problem hiding this comment.
Nit: IMaybe just style, but I'd find this simpler to read:
By default, percentage rollout on one feature toggle will include a different set of tenants or clients than the same percentage rollout on another toggle. This ensures that one set of tenants or clients is not always the first to receive every new feature.
caitlynstocker
left a comment
There was a problem hiding this comment.
Approved. Looks good 🛼
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Liam Hughes <liam.hughes@octopus.com>
Co-authored-by: Liam Hughes <liam.hughes@octopus.com>
cc04c98 to
338db3c
Compare
Adds documentation for feature toggle rollout groups.
Part of DEVEX-319