You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(slos): rely on StripSLOServerFields to clear dash0.com/id
Upgrade to dash0-api-client-go v1.18.2, which clears dash0.com/id in
StripSLOServerFields (dash0hq/dash0-api-client-go#24). This removes the
local ClearSLOID workarounds that stood in for the missing behaviour.
Also adds the SLO case to marshalForDiff. SLO was the only asset type
absent from the type switch, so neither side of a diff was normalized and
re-applying an unchanged document rendered a spurious hunk from the
server-bumped dash0.com/updated-at and dash0.com/version instead of
reporting "no changes".
slos update -f now falls back to dash0.com/origin when no id is present,
matching notification channels and teams. SLO ids are server-assigned, so
a hand-authored document can only pin an origin — the flow the command's
own help advertises was previously impossible.
0 commit comments