Skip to content

Commit b2f7d90

Browse files
chore: update changelog for v1.11.0
1 parent 2ce3478 commit b2f7d90

3 files changed

Lines changed: 21 additions & 43 deletions

File tree

.chloggen/add-profile-parameter.yaml

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

.chloggen/recording-rules.yaml

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

CHANGELOG.md

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

77
<!-- next version -->
88

9+
## 1.11.0
10+
11+
12+
### New Components
13+
14+
15+
- `recording-rules`: Add recording rules commands (create, list, get, update, delete) for managing Prometheus recording rules via the PrometheusRule CRD format. (#126)
16+
17+
18+
### Enhancements
19+
20+
21+
- `config`: Add `--profile` global flag and `DASH0_PROFILE` environment variable to select a profile per invocation. (#127)
22+
The selector overrides the active profile on disk for the current invocation
23+
without modifying `~/.dash0/`. Precedence is `--profile` flag → `DASH0_PROFILE`
24+
→ the active profile. A non-existent profile fails before any API call with a
25+
message listing the available profiles. Passing an empty value falls through
26+
to the next step. `config show` annotates the `Profile:` line with the source
27+
when a selector is in effect.
28+
29+
930
## 1.10.0
1031

1132

0 commit comments

Comments
 (0)