-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1312] fix existing changelog entries
- Loading branch information
1 parent
a26a384
commit 97fa3ed
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bug] slawek | ||
|
||
Fixed setting the application state puller interval. Its input box value | ||
was not used. | ||
Fixed setting the application state puller interval. Its input box | ||
value was not used. | ||
(Gitlab #1258) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[bug] slawek | ||
|
||
Fixed filtering global host reservations with a combination of other | ||
filters. Previously, global hosts were appended to the hosts returned by | ||
other filters. Now, a subset of global hosts matching other filters is | ||
returned. | ||
filters. Previously, global hosts were appended to the hosts | ||
returned by other filters. Now, a subset of global hosts matching | ||
other filters is returned. | ||
(Gitlab #1282) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[bug] slawek | ||
|
||
Fixed unavailable Prometheus metrics endpoint of the Stork server in the | ||
demo environment. Use Stork server logger in the Prometheus metrics | ||
collector. | ||
Fixed unavailable Prometheus metrics endpoint of the Stork server in | ||
the demo environment. Use Stork server logger in the Prometheus | ||
metrics collector. | ||
(Gitlab #1289) |
5 changes: 3 additions & 2 deletions
5
changelog_unreleased/977-detect-host-reservation-duplicates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[func] slawek | ||
|
||
Stork now detects a given daemon's inconsistent or duplicated DHCP data in | ||
different host data sources and displays them as labels on the host list. | ||
Stork now detects a given daemon's inconsistent or duplicated DHCP | ||
data in different host data sources and displays them as labels on | ||
the host list. | ||
(Gitlab #977) |