freiheit-com / kuberpult

Kuberpult helps you manage different versions of different microservices in different cluster.
MIT License
39 stars 11 forks source link

Mark releases as broken #187

Open hannesg opened 2 years ago

hannesg commented 2 years ago

As a developer, I want to make sure that know-broken releases are not shipped. Currently, if I discover a broken version, I have to manually set the correct locks and watch the release cycles. I would instead like to mark releases as broken to let automation and other devs know that this release is not fit for production.

Open Questions:

sven-urbanski-freiheit-com commented 2 years ago

Another question: Should the broken flag be related to a version, or to a version and a service? Meaning, can you mark a whole commit as broken, or also one commit in a service. I think the service use case is more important, but we can discuss this.