Improve readability of tags related to deployment on environment
Summary
Customers are reporting confusion around the new feature displaying tags related to an environment.
Specifically the confusion seems to be around older deployments listing tags that are newer but descendants of the older deployment commit.
We should update the tag list to only show tags that exactly match the currently deployed commit, not to show descendants.
Steps to reproduce
- Deploy a commit to an environment
- Tag a descendant commit
- The descendant commit tag shows up in the environment list now
Edited by Allen Cook