Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

v0.4.0 Release

Latest
Compare
Choose a tag to compare
@Joseph-Irving Joseph-Irving released this 17 Sep 12:36
· 5 commits to master since this release
300282a

This release has a breaking change!

#26 Introduced more configurable selectors for Nidhogg allowing you to use NOT selectors and multiple matches, however this breaks the synatax for old selectors so please update your selectors to match the new format when upgrading.
For example node-role.kubernetes.io/node: "" would become node-role.kubernetes.io/node
See the readme for more examples https://github.com/uswitch/nidhogg#usage

Thanks to @pnovotnak for this feature.