diff --git a/.trivyignore b/.trivyignore index 455e620b4..f079692fd 100644 --- a/.trivyignore +++ b/.trivyignore @@ -5,14 +5,26 @@ # none # =========== HIGH ================ +# HIGH - otelcollector +GHSA-m425-mq94-257g # HIGH - telegraf GHSA-fr2g-9hjm-wr23 +# HIGH - promconfigvalidator +GHSA-m425-mq94-257g +# HIGH - telegraf +GHSA-m425-mq94-257g +CVE-2023-47090 +CVE-2023-46129 # =========== MEDIUM ================ # MEDIUM - otelcollector CVE-2023-40577 +GHSA-jq35-85cj-fj4p # MEDIUM - promconfigvalidator CVE-2023-40577 +GHSA-jq35-85cj-fj4p +# MEDIUM - telegraf +GHSA-jq35-85cj-fj4p # MEDIUM - go vulnerabilities CVE-2023-39325 CVE-2023-3978 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c482786d3..42f473ccf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,12 @@ # Azure Monitor Metrics for AKS clusters ## Pending + +## Release 11-03-2023 +* Linux image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main-` +* Windows image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main--win` +* TA image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main--targetallocator` +* cfg sidecar image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.1-main--cfg` * Change log - * Add new regions for Azure Monitor Workspace - https://github.com/Azure/prometheus-collector/pull/609 * Add telemetry for target allocator & config side-car image tags - https://github.com/Azure/prometheus-collector/pull/661 @@ -23,6 +29,7 @@ * kube_pod_init_container_status_restarts_total * node-exporter (Linux) * node_boot_time_seconds + * Adding telemetry for ta and cfg reader img versions - https://github.com/Azure/prometheus-collector/pull/661 ## Release 10-20-2023 * Linux image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:6.8.0-main-10-20-2023-182f67d4`