Skip to content

Remove the latest redirect feature flag for CI/CD templates

Shinya Maeda requested to merge remove-latest-template-rollout-flags into master

What does this MR do and why?

Removing the feature flag code for the latest template redirection. This dynamic flag was introduced for gauging Deployment.latest template impact, which has already been migrated in %14.0.

It'd be better to remove this flag in general by the following reasons:

  • Dynamic flag reference is not a good practice in the current architecture. All flags should be statistically defined.
  • It's hard to determine which version of template is taking effect currently.
  • There is a little bit tweak required on specs.

Closes #361460 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Shinya Maeda

Merge request reports