Azure / karpenter-provider-azure

AKS Karpenter Provider
Apache License 2.0
308 stars 46 forks source link

chore(release): switch release workflow to have tag trigger #409

Closed charliedmcb closed 2 weeks ago

charliedmcb commented 2 weeks ago

Fixes #

Description Working towards a more automated release process. Removing the manual step of triggering with specified tag to automatic trigger based off tagging.

This is aligned behavior with the aws provider:

How was this change tested? Nothing additional *

Does this change impact docs?

Release Note

NONE
coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 9573392484

Details


Totals Coverage Status
Change from base Build 9520296180: 0.0%
Covered Lines: 36286
Relevant Lines: 37115

💛 - Coveralls
coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 9573398281

Details


Totals Coverage Status
Change from base Build 9520296180: 0.0%
Covered Lines: 36286
Relevant Lines: 37115

💛 - Coveralls
charliedmcb commented 2 weeks ago

pproved, but does this mean we should lock down who can actually create tags to be scoped directly to our team? Is it already fairly locked down?

We already have restrictions around version tags, but I will do a sanity check over current permissions. Good callout.