diff --git a/CHANGELOG.md b/CHANGELOG.md index 978e1a6..84b7f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# Changelog for 0.2.0 + +The following sections list the changes for 0.2.0. + +## Summary + + * Chg #33: Improvements for automated documentation + * Chg #34: Integrate new HTTP service discovery handler + * Chg #30: Add new label for virtual machine ID + * Chg #35: Integrate standard web config + +## Details + + * Change #33: 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-vcd-sd/pull/33 + + * Change #34: Integrate new HTTP service discovery handler + + We integrated the new HTTP service discovery which have been introduced by Prometheus + starting with version 2.28. With this new service discovery you can deploy this service + whereever you want and you are not tied to the Prometheus filesystem anymore. + + https://github.com/promhippie/prometheus-vcd-sd/issues/34 + + * Change #30: Add new label for virtual machine ID + + We've added a new label to get the current ID of a virtual machine in the format provided by vCloud + Director in the form of `urn:vcloud:vm:807b799e-c72f-4592-9acd-ccefefe92720`. + + https://github.com/promhippie/prometheus-vcd-sd/issues/30 + + * Change #35: Integrate standard web config + + We integrated the new web config from the Prometheus toolkit which provides a configuration + for TLS support and also some basic builtin authentication. For the detailed configuration + you check out the documentation. + + https://github.com/promhippie/prometheus-vcd-sd/issues/35 + + # Changelog for 0.1.2 The following sections list the changes for 0.1.2. diff --git a/changelog/unreleased/docs-improvements.md b/changelog/0.2.0_2021-06-21/docs-improvements.md similarity index 100% rename from changelog/unreleased/docs-improvements.md rename to changelog/0.2.0_2021-06-21/docs-improvements.md diff --git a/changelog/unreleased/http-discovery.md b/changelog/0.2.0_2021-06-21/http-discovery.md similarity index 100% rename from changelog/unreleased/http-discovery.md rename to changelog/0.2.0_2021-06-21/http-discovery.md diff --git a/changelog/unreleased/vm-id-label.md b/changelog/0.2.0_2021-06-21/vm-id-label.md similarity index 100% rename from changelog/unreleased/vm-id-label.md rename to changelog/0.2.0_2021-06-21/vm-id-label.md diff --git a/changelog/unreleased/web-config.md b/changelog/0.2.0_2021-06-21/web-config.md similarity index 100% rename from changelog/unreleased/web-config.md rename to changelog/0.2.0_2021-06-21/web-config.md