ID: 12789
Title: kubernetes: nodes: fix labelling
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this werk, the host fetching the data via the special agent was
labeled <tt>cmk/kubernetes_object:master</tt>.
After this werk kubernetes nodes are labeled with either
<tt>cmk/kubernetes_object:worker_node</tt>, or
<tt>cmk/kubernetes_object:control-plane_node</tt>. The host fetching the
data via the special agent is labeled
<tt>cmk/kubernetes_object:cluster</tt>.
If you have rules that use the <tt>cmk/kubernetes_object:master</tt> label you
have to update your rules to use the new labels.
ID: 12870
Title: Jira: Make site custom field ID optional
Component: Notifications
Level: 1
Class: Bug fix
Version: 2.0.0p6
Werk #11202 introduced the option "Site custom field ID", which was mandatory
instead of optional.
ID: 12670
Title: API: fixing service show link in services collection endpoint
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
In the previous version, calling the 'Show all monitored services'
endpoint returned a collection where the individual links to the
respective services were invalid. This werk introduces the appropriate
endpoint and also fixes the links.