Skip to content

Commit

Permalink
docs: Publish changelog for new agent versions (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Mar 24, 2023
1 parent a178683 commit 77c4ec7
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 41 deletions.
43 changes: 2 additions & 41 deletions changelog/content/experimental/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,8 @@ version:

#### Scraper

- {{% tag added %}} Provide custom formatting for emitting metrics using StatsD sink in Geneva format
- {{% tag added %}} Provide capability to read Azure AD service principal secret from a file
- {{% tag added %}} Provide Azure Log Analytics scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/log-analytics/)
| [#2132](https://github.com/tomkerkhove/promitor/pull/2132))
- {{% tag added %}} Provide support for Azure Data Explorer Clusters ([docs](https://docs.promitor.io/unreleased/scraping/providers/data-explorer-clusters.md))
- {{% tag added %}} Provide support for Azure NAT Gateway ([docs](https://docs.promitor.io/unreleased/scraping/providers/nat-gateway.md))
- {{% tag added %}} Provide container vulnerability scanning in CI
- {{% tag added %}} Provide option to use a User Assigned Managed Identity without specifying the Client ID
- {{% tag added %}} Provide support for Public IP Address ([docs](https://docs.promitor.io/unreleased/scraping/providers/public-ip-address.md))
- {{% tag added %}} Provide support for Azure Traffic Manager ([docs](https://docs.promitor.io/unreleased/scraping/providers/traffic-manager.md))
- {{% tag security %}} Patch for [CVE-2023-0286](https://github.com/advisories/GHSA-x4qr-2fvf-3mr5) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-x4qr-2fvf-3mr5) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2022-41032](https://github.com/advisories/GHSA-g3q9-xf95-8hp5) (High)
- {{% tag security %}} Patch for [CVE-2022-4450](https://github.com/advisories/GHSA-v5w6-wcm8-jm4q) (High | Base image)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-r7jw-wp68-3xch) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-42898](https://access.redhat.com/security/cve/cve-2022-42898) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-4304](https://github.com/advisories/GHSA-p52g-cm5j-mjv4) (Moderate | Base image)
- {{% tag fixed %}} Fixed a bug where startup throws scheduling exception due to metric misconfiguration
- {{% tag fixed %}} Fixed a bug where resource discovery for Azure Container Instances was not working
- {{% tag fixed %}} Fixed a bug where Promitor was reported as `unknown_service:dotnet` job in OpenTelemetry Collector
- {{% tag fixed %}} Fixed a bug where OpenTelemetry sink had concurrency issues
- {{% tag changed %}} Migrate to .NET 7
- {{% tag changed %}} Migrate Resharper code quality check to GitHub Actions
None.

#### Resource Discovery

- {{% tag added %}} Provide path to read app secret key from file
- {{% tag added %}} Provide container vulnerability scanning in CI
- {{% tag added %}} Provide support for Azure Data Explorer Clusters ([docs](https://docs.promitor.io/unreleased/scraping/providers/data-explorer-clusters.md))
- {{% tag added %}} Provide support for Azure NAT Gateway ([docs](https://docs.promitor.io/unreleased/scraping/providers/nat-gateway.md))
- {{% tag added %}} Provide option to use a User Assigned Managed Identity without specifying the Client ID
- {{% tag added %}} Provide support for Public IP Address ([docs](https://docs.promitor.io/unreleased/scraping/providers/public-ip-address.md))
- {{% tag added %}} Provide support for Azure Traffic Manager ([docs](https://docs.promitor.io/unreleased/scraping/providers/traffic-manager.md))
- {{% tag security %}} Patch for [CVE-2022-37434](https://github.com/advisories/GHSA-cfmr-vrgj-vqwv) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2021-42377](https://github.com/advisories/GHSA-phvg-gc27-gjwp) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2022-38013](https://github.com/advisories/GHSA-r8m2-4x37-6592) (High)
- {{% tag security %}} Patch for [CVE-2022-41032](https://github.com/advisories/GHSA-g3q9-xf95-8hp5) (High)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-r7jw-wp68-3xch) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-2097](https://github.com/advisories/GHSA-3wx7-46ch-7rq2) (High | Base image)
- {{% tag security %}} Patch for [CVE-2021-42373](https://github.com/advisories/GHSA-6w3h-h7gw-72qf) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-34716](https://github.com/advisories/GHSA-2m65-m22p-9wjw) (Moderate)
- {{% tag security %}} Patch for [CVE-2022-4304](https://github.com/advisories/GHSA-p52g-cm5j-mjv4) (Moderate | Base image)
- {{% tag changed %}} Migrate to .NET 7
- {{% tag changed %}} Migrate Resharper code quality check to GitHub Actions
None.
28 changes: 28 additions & 0 deletions changelog/content/released/v0.9.0-resource-discovery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
subtitle: "released on 2023-03-24"
date: 2023-03-24T10:38:47+02:00
weight: 1019
version: Resource Discovery - v0.9.0
---

- {{% tag added %}} Provide Public IP Address scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/public-ip-address.md))
- {{% tag added %}} Provide Azure Traffic Manager scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/traffic-manager.md))
- {{% tag added %}} Provide Azure Log Analytics scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/log-analytics/))
- {{% tag added %}} Provide Azure Data Explorer Cluster scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/data-explorer-clusters.md))
- {{% tag added %}} Provide Azure NAT Gateway scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/nat-gateway.md))
- {{% tag added %}} Provide capability to read Azure AD service principal secret from a file ([docs](https://docs.promitor.io/v2.9/security/azure-authentication/#service-principle-authentication))
- {{% tag added %}} Provide option to use a User Assigned Managed Identity without specifying the Client ID
- {{% tag added %}} Provide container vulnerability scanning in CI
- {{% tag security %}} Patch for [CVE-2022-37434](https://github.com/advisories/GHSA-cfmr-vrgj-vqwv) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2021-42377](https://github.com/advisories/GHSA-phvg-gc27-gjwp) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2022-38013](https://github.com/advisories/GHSA-r8m2-4x37-6592) (High)
- {{% tag security %}} Patch for [CVE-2022-41032](https://github.com/advisories/GHSA-g3q9-xf95-8hp5) (High)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-r7jw-wp68-3xch) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-2097](https://github.com/advisories/GHSA-3wx7-46ch-7rq2) (High | Base image)
- {{% tag security %}} Patch for [CVE-2021-42373](https://github.com/advisories/GHSA-6w3h-h7gw-72qf) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-34716](https://github.com/advisories/GHSA-2m65-m22p-9wjw) (Moderate)
- {{% tag security %}} Patch for [CVE-2022-4304](https://github.com/advisories/GHSA-p52g-cm5j-mjv4) (Moderate | Base image)
- {{% tag changed %}} Migrate to .NET 7
- {{% tag changed %}} Migrate Resharper code quality check to GitHub Actions

Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.9.0).
31 changes: 31 additions & 0 deletions changelog/content/released/v2.9.0-scraper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
subtitle: "released on 2023-03-24"
date: 2023-03-24T10:38:47+02:00
weight: 1020
version: Scraper - v2.9.0
---

- {{% tag added %}} Provide Public IP Address scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/public-ip-address.md))
- {{% tag added %}} Provide Azure Traffic Manager scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/traffic-manager.md))
- {{% tag added %}} Provide Azure Log Analytics scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/log-analytics/))
- {{% tag added %}} Provide Azure Data Explorer Cluster scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/data-explorer-clusters.md))
- {{% tag added %}} Provide Azure NAT Gateway scraper ([docs](https://docs.promitor.io/unreleased/scraping/providers/nat-gateway.md))
- {{% tag added %}} Provide capability to read Azure AD service principal secret from a file ([docs](https://docs.promitor.io/v2.9/security/azure-authentication/#service-principle-authentication))
- {{% tag added %}} Provide option to use a User Assigned Managed Identity without specifying the Client ID
- {{% tag added %}} Provide custom formatting for emitting metrics using StatsD sink in Geneva format
- {{% tag added %}} Provide container vulnerability scanning in CI
- {{% tag security %}} Patch for [CVE-2023-0286](https://github.com/advisories/GHSA-x4qr-2fvf-3mr5) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-x4qr-2fvf-3mr5) (Critical | Base image)
- {{% tag security %}} Patch for [CVE-2022-41032](https://github.com/advisories/GHSA-g3q9-xf95-8hp5) (High)
- {{% tag security %}} Patch for [CVE-2022-4450](https://github.com/advisories/GHSA-v5w6-wcm8-jm4q) (High | Base image)
- {{% tag security %}} Patch for [CVE-2023-0215](https://github.com/advisories/GHSA-r7jw-wp68-3xch) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-42898](https://access.redhat.com/security/cve/cve-2022-42898) (High | Base image)
- {{% tag security %}} Patch for [CVE-2022-4304](https://github.com/advisories/GHSA-p52g-cm5j-mjv4) (Moderate | Base image)
- {{% tag fixed %}} Fixed a bug where startup throws scheduling exception due to metric misconfiguration
- {{% tag fixed %}} Fixed a bug where resource discovery for Azure Container Instances was not working
- {{% tag fixed %}} Fixed a bug where Promitor was reported as `unknown_service:dotnet` job in OpenTelemetry Collector
- {{% tag fixed %}} Fixed a bug where OpenTelemetry sink had concurrency issues
- {{% tag changed %}} Migrate to .NET 7
- {{% tag changed %}} Migrate Resharper code quality check to GitHub Actions

Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.9.0).

0 comments on commit 77c4ec7

Please sign in to comment.