Commit Graph

6 Commits (chart-security-mitigation)

Author SHA1 Message Date
Aurélien Grenotton d3c1ee82d3 Add SemVer pre-release handling
Previously, SemVer pre-release version was used to differentiate kind
of "branches", not allowing to cross pre-release on update.
According to SemVer spec, this should rather rely on the metadata.
New "keel.sh/matchPreRelease" annotation (or label) is added to disable
current keel behavior and consider the pre-release as a standard
SemVer versioning token.
For backward compatibility purpose, its value defaults to "true" if not
specified.
Closes #252

Also reviewed WatchRepositoryTagsJob tags handling.
Fixes #490
2020-04-19 01:36:21 +02:00
Karolis Rusenas ad737b69be fixed approvals 2019-05-09 16:57:25 +01:00
Mate Ory 7f6851e854
policy: allow explicitly selecting NilPolicy
this makes it easier to temporarily disable keel on a resource

Signed-off-by: Mate Ory <mate.ory@banzaicloud.com>
2018-12-06 14:17:54 +01:00
Karolis Rusenas 27814f2b58 #295 don't error on each helm release without the keel cfg, more info if policy is unknown 2018-11-07 23:27:05 +00:00
Karolis Rusenas 56c2eaf435 checking trigger type and policy in the annotations as well 2018-11-07 23:16:09 +00:00
Karolis Rusenas 83f2c249ea policy refactoring 2018-09-02 16:31:22 +01:00