Skip to content

Commit e56237f

Browse files
chore: update changelog for v1.7.3
1 parent 511dd71 commit e56237f

3 files changed

Lines changed: 17 additions & 57 deletions

File tree

.chloggen/dashboard-id-body-fix.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.chloggen/lost-annotations-from-perses-dashboard.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
<!-- next version -->
88

9+
## 1.7.3
10+
11+
12+
### Bug Fixes
13+
14+
15+
- `dashboards`: Clear dashboard ID from the request body before update calls to avoid server-side rejection (#101)
16+
When updating a dashboard whose user-defined ID is a UUID, the server rejects the request if the
17+
same ID appears in both the URL path parameter and the request body. The CLI now strips the ID from
18+
the body before sending the update, since it is already passed as the URL path parameter.
19+
20+
21+
- `dashboards`: Fix PersesDashboard annotations (folder-path, sharing, source) being silently dropped during conversion (#103)
22+
User-settable annotations (`dash0.com/folder-path`, `dash0.com/sharing`, `dash0.com/source`) on PersesDashboard CRDs
23+
were not carried over when converting to a Dashboard definition, affecting both `apply` and `dashboards create`.
24+
25+
926
## 1.7.2
1027

1128

0 commit comments

Comments
 (0)