diff --git a/changelog/content/experimental/unreleased.md b/changelog/content/experimental/unreleased.md index 804337cf8..76b331eec 100644 --- a/changelog/content/experimental/unreleased.md +++ b/changelog/content/experimental/unreleased.md @@ -6,9 +6,8 @@ version: #### Scraper -- {{% tag added %}} Provide runtime metric to indicate scraping outcome ([docs](https://promitor.io//operations/#performance) | [#1304](https://github.com/tomkerkhove/promitor/issues/1304)) -- {{% tag added %}} Provide system metric related to HTTP request performance ([docs](https://promitor.io//operations/#performance) | [#1659](https://github.com/tomkerkhove/promitor/issues/1659)) +None. #### Resource Discovery -- {{% tag fixed %}} Support for authenticating to Azure clouds other than public ([#1646](https://github.com/tomkerkhove/promitor/issues/1646)) +None. diff --git a/changelog/content/released/v0.4.1-resource-discovery.md b/changelog/content/released/v0.4.1-resource-discovery.md new file mode 100644 index 000000000..e76459a9f --- /dev/null +++ b/changelog/content/released/v0.4.1-resource-discovery.md @@ -0,0 +1,10 @@ +--- +subtitle: "released on 2021-05-28" +date: 2021-05-28T10:38:47+02:00 +weight: 1006 +version: Resource Discovery - v0.4.1 +--- + +- {{% tag fixed %}} Support for authenticating to Azure clouds other than public ([#1646](https://github.com/tomkerkhove/promitor/issues/1646)) + +Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.4.1). diff --git a/changelog/content/released/v2.4.0-scraper.md b/changelog/content/released/v2.4.0-scraper.md new file mode 100644 index 000000000..c43b428de --- /dev/null +++ b/changelog/content/released/v2.4.0-scraper.md @@ -0,0 +1,11 @@ +--- +subtitle: "released on 2021-07-15" +date: 2021-07-15T10:38:47+02:00 +weight: 1007 +version: Scraper - v2.4.0 +--- + +- {{% tag added %}} Provide runtime metric to indicate scraping outcome ([docs](https://promitor.io//operations/#performance) | [#1304](https://github.com/tomkerkhove/promitor/issues/1304)) +- {{% tag added %}} Provide system metric related to HTTP request performance ([docs](https://promitor.io//operations/#performance) | [#1659](https://github.com/tomkerkhove/promitor/issues/1659)) + +Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.4.0).