From 9ed1ae4d1e74619a94d4a2c08ca70c3fe00c07a9 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Fri, 10 Jan 2020 12:15:48 +0100 Subject: [PATCH] Changelog - Move v1.2.0 features to released section Signed-off-by: Tom Kerkhove --- changelog/content/experimental/unreleased.md | 6 +----- changelog/content/released/v1.2.0.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 changelog/content/released/v1.2.0.md diff --git a/changelog/content/experimental/unreleased.md b/changelog/content/experimental/unreleased.md index 16e3c1509..8470a8129 100644 --- a/changelog/content/experimental/unreleased.md +++ b/changelog/content/experimental/unreleased.md @@ -5,8 +5,4 @@ weight: 1 version: --- -- {{% tag added %}} Azure Virtual Machine Scale Set Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/virtual-machine-scale-set) | [#310](https://github.com/tomkerkhove/promitor/issues/310)) -- {{% tag added %}} Azure App Plan Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/app-plan) | [#315](https://github.com/tomkerkhove/promitor/issues/315)) -- {{% tag added %}} Azure Web App Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/web-app) | [#762](https://github.com/tomkerkhove/promitor/issues/762)) -- {{% tag added %}} Azure Function App Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/function-app) | [#366](https://github.com/tomkerkhove/promitor/issues/366)) -- {{% tag changed %}} Metric labels for dimensions are now always lower-cased + diff --git a/changelog/content/released/v1.2.0.md b/changelog/content/released/v1.2.0.md new file mode 100644 index 000000000..387ae45f7 --- /dev/null +++ b/changelog/content/released/v1.2.0.md @@ -0,0 +1,14 @@ +--- +subtitle: "released on 2020-01-10" +date: 2020-01-10T12:38:47+02:00 +weight: 120 +version: v1.2.0 +--- + +- {{% tag added %}} Azure Virtual Machine Scale Set Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/virtual-machine-scale-set) | [#310](https://github.com/tomkerkhove/promitor/issues/310)) +- {{% tag added %}} Azure App Plan Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/app-plan) | [#315](https://github.com/tomkerkhove/promitor/issues/315)) +- {{% tag added %}} Azure Web App Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/web-app) | [#762](https://github.com/tomkerkhove/promitor/issues/762)) +- {{% tag added %}} Azure Function App Scraper ([docs](https://promitor.io/configuration/v1.x/metrics/function-app) | [#366](https://github.com/tomkerkhove/promitor/issues/366)) +- {{% tag changed %}} Metric labels for dimensions are now always lower-cased + +Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/1.2.0).