From d11ac58935d30bbb66cc94d46f05d7041fc3a239 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 18 Jun 2021 08:32:37 +0200 Subject: [PATCH] Add changelog record --- changelog/unreleased/dep-and-go-update.md | 2 +- changelog/unreleased/docs-improvements.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/docs-improvements.md 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