Skip to content

Commit

Permalink
Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jun 20, 2021
1 parent 2ddd794 commit 352f916
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 352f916

Please sign in to comment.