Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: fix entry markdown #11911

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changelog/10236.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```improvement
```release-note:improvement
metrics: emit `nomad.nomad.broker.eval_waiting` metric for the time evaluations are waiting to be enqueued
```
2 changes: 1 addition & 1 deletion .changelog/10237.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```improvement
```release-note:improvement
metrics: emit `nomad.scheduler.allocs.rescheduled` metrics for evaluations that are rescheduled for later
```
2 changes: 1 addition & 1 deletion .changelog/11507.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```improvement
```release-note:improvement
cli: improve `nomad operator debug` error messages
```
2 changes: 1 addition & 1 deletion .changelog/11793.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```improvement
```release-note:improvement
scheduler: detect, log, and emit `nomad.nomad.plan.node_rejected` metric when an unexpected port collision is detected
```
2 changes: 1 addition & 1 deletion .changelog/11853.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bug
```release-note:bug
csi: Fixed a bug in `volume deregister` and `volume detach` commands where volume IDs were truncated when asking the user to select one of several prefix matches
```
2 changes: 1 addition & 1 deletion .changelog/11854.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bug
```release-note:bug
freebsd: Fixed a build failure on FreeBSD ARM7 32-bit systems
```