OctopusDeploy / Issues

| Public | Bug reports and known issues for Octopus Deploy and all related tools
https://octopus.com
161 stars 20 forks source link

Change how target tags are retrieved in the UI #8924

Open david-wu-octopus opened 1 month ago

david-wu-octopus commented 1 month ago

We are changing how target tags (formerly roles) are stored behind the scenes. Previously, the list of roles would be constructed by examining all available deployment targets and finding all the distinct roles. Now the list of roles/tags is retrieved directly from its own purposely-built table.

The UI will use the new deploymenttargettags endpoint that implements this functionality. This will replace usages of the existing machineroles/all endpoint.

This change will improve performance and user experience. In particular, target tags created in the process editor will be immediately available when creating a deployment target and vice versa.

david-wu-octopus commented 1 month ago

Release Note: We've updated the process editor so that target tags created here are immediately available when creating a deployment target and vice versa