diff --git a/changelog/unreleased/dep-and-go-update.md b/changelog/unreleased/dep-and-go-update.md index e563057..ecfb91d 100644 --- a/changelog/unreleased/dep-and-go-update.md +++ b/changelog/unreleased/dep-and-go-update.md @@ -4,4 +4,4 @@ We updated the Go version used to build the binaries within the CI system and beside that in the same step we have updated all dependencies ti keep everything up to date. -https://github.com/promhippie/prometheus-hcloud-sd/issues/20 +https://github.com/promhippie/prometheus-hcloud-sd/pull/44 diff --git a/changelog/unreleased/docs-improvements.md b/changelog/unreleased/docs-improvements.md new file mode 100644 index 0000000..dff808b --- /dev/null +++ b/changelog/unreleased/docs-improvements.md @@ -0,0 +1,8 @@ +Change: Improvements for automated documentation + +We have added some simple scripts that gets executed by Drone to keep moving +documentation parts like the available labels or the available environment +variables always up to date. No need to update the docs related to that manually +anymore. + +https://github.com/promhippie/prometheus-hcloud-sd/pull/44