Skip to content

v1.22.2

Latest

Choose a tag to compare

@loks0n loks0n released this 14 Aug 19:59
e9d71b0

Labels and annotations on a card sit under a heading each, as bullets, with values in inline code:

[production] ArgoCD application cloud-operators/cloud-tor1-prod-monitoring has been Progressing for over 15 minutes.
A sync that never settles is almost always a workload that never becomes Ready.

**Labels**
- name: `cloud-tor1-prod-monitoring`
- deployment_environment_name: `production`
- project: `cloud-operators`
- team: `cloud`

**Annotations**
- datasource_uid: `PBFA97CFB590B2093`
- grafana_state_reason: `NoData`
- ref_id: `A`

v1.22.0 and v1.22.1 printed these as plain lines, with nothing marking where the alert's own text ended.

The same keys are kept and the same duplicates dropped as before.

Values that would break the formatting

A value is the sender's text, so it can contain a newline or a backtick. A newline used to split its bullet across two lines, and a backtick closed the inline code span early, formatting the rest of the card as code.

  • Whitespace in a value is collapsed, so one entry stays one bullet.
  • A value containing a backtick is printed without the code span, rather than being altered to fit it.

Full Changelog: v1.22.1...v1.22.2