-
Couldn't load subscription status.
- Fork 100
Add doc to extended tagset feature #2864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good overall, some suggestions made to follow some prior art and some sections that duplicate information that we perhaps don't need.
| This page covers how to use tags with tenants. For general information about tag sets, types, and scopes, see [Tag sets](/docs/tenants/tag-sets). | ||
|
|
||
| - Find tenants faster using tenant tag filters. | ||
| :::div{.hint} | ||
| Tag set types (SingleSelect and FreeText) require Octopus Deploy version **2025.4.3897** or later with the `extended-tag-sets` feature toggle enabled. Without this feature, all tag sets use MultiSelect type with predefined tags only. | ||
| ::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This page covers how to use tags with tenants. For general information about tag sets, types, and scopes, see [Tag sets](/docs/tenants/tag-sets). | |
| - Find tenants faster using tenant tag filters. | |
| :::div{.hint} | |
| Tag set types (SingleSelect and FreeText) require Octopus Deploy version **2025.4.3897** or later with the `extended-tag-sets` feature toggle enabled. Without this feature, all tag sets use MultiSelect type with predefined tags only. | |
| ::: | |
| :::div{.hint} | |
| This page covers how to use tags with tenants. For general information about tag sets, types, and scopes, see [Tag sets](/docs/tenants/tag-sets). | |
| From Octopus Cloud version **2025.4.3897** we've introduced **SingleSelect** and **FreeText** tag set types. This functionality is behind the `Extended Tag Sets` feature toggle, to request this functionality early, please contact [support](https://octopus.com/support). | |
| ::: |
| ### What are tenant tags? | ||
|
|
||
| Tenant tags are a form of metadata you can add to tenants to classify them. Tenant tags allow you to: | ||
|
|
||
| - Find tenants faster using tenant tag filters. | ||
| - Group a project's deployments overview by tag set. | ||
| - Deploy to multiple tenants at the same time. | ||
| - Customize deployment processes for tenants. | ||
| - Scope project variables to tags. | ||
| - Design a multi-tenant hosting model - read more in our [tenant infrastructure](/docs/tenants/tenant-infrastructure) section. | ||
| - Design a multi-tenant deployment process for SaaS applications, regions and more - for further details, see our [guides](/docs/tenants/guides/#guides). | ||
| - Control which releases can be deployed to tenants using [channels](/docs/releases/channels/) - read more in our [tenant lifecycle](/docs/tenants/tenant-lifecycles) section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This duplicates the section on /docs/tenants/tenant-tags
| ### What are tenant tags? | |
| Tenant tags are a form of metadata you can add to tenants to classify them. Tenant tags allow you to: | |
| - Find tenants faster using tenant tag filters. | |
| - Group a project's deployments overview by tag set. | |
| - Deploy to multiple tenants at the same time. | |
| - Customize deployment processes for tenants. | |
| - Scope project variables to tags. | |
| - Design a multi-tenant hosting model - read more in our [tenant infrastructure](/docs/tenants/tenant-infrastructure) section. | |
| - Design a multi-tenant deployment process for SaaS applications, regions and more - for further details, see our [guides](/docs/tenants/guides/#guides). | |
| - Control which releases can be deployed to tenants using [channels](/docs/releases/channels/) - read more in our [tenant lifecycle](/docs/tenants/tenant-lifecycles) section. |
| ## Tenant tags without extended features {#tag-sets-without-extended-features} | ||
|
|
||
| If you're running Octopus Deploy version earlier than **2025.4.3897** or the `extended-tag-sets` feature toggle is disabled, the feature is called **Tenant tags** (not Tag sets) and uses the original behavior described below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this add any value?
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
….mdx Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
Co-authored-by: Henrik Andersson <henrik.andersson@octopus.com>
No description provided.