Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/skills/create-release-version-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ Use this category when a PR affects any shipped artifact or its runtime behavior
- Dockerfiles, base images, packaging, or image build inputs
- Scraping, ingestion, authentication, networking, telemetry, or runtime bug fixes

**All dependency updates belong in this category.** Any PR whose title begins with
`build(deps):` or `build(deps-dev):`, or that is otherwise a dependency bump, is listed
here regardless of which module or directory it touches. This includes bumps confined to
test modules such as `otelcollector/test/ginkgo-e2e/*`, to `internal/referenceapp/*`, and
to repository tooling such as `tools/az-prom-rules-converter`. Do not split dependency
updates across the two categories based on whether the module ships in an image.

### Pipeline/Docs/Templates Updates

Use this category when a PR affects only:
Expand All @@ -243,6 +250,9 @@ Use this category when a PR affects only:
- Documentation or release notes
- Repository automation, tools, templates, or skills

Never place a dependency update here, even when it only touches pipeline, test, tooling,
or documentation modules.

If a PR affects both categories, list it once under **AKS and Arc Container Images**. Use the PR title as the entry text unless it is unclear; make only a minimal clarification based on the PR body and diff.

Each entry must use this format:
Expand Down
36 changes: 36 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Azure Monitor Metrics for AKS clusters

## Release 09-11-2026
* Linux image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.4.0-main-09-11-2026-<TBD>`
* Windows image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.4.0-main-09-11-2026-<TBD>-win`
* TA image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.4.0-main-09-11-2026-<TBD>-targetallocator`
* cfg sidecar image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.4.0-main-09-11-2026-<TBD>-cfg`
* AKS and Arc Container Images :
+ build(deps): bump github.com/shirou/gopsutil/v4 from 4.26.6 to 4.26.7 in /otelcollector/fluent-bit/src (https://github.com/Azure/prometheus-collector/pull/1674)
+ build(deps): bump go.opentelemetry.io/otel/sdk from 1.44.0 to 1.45.0 in /internal/referenceapp/golang (https://github.com/Azure/prometheus-collector/pull/1673)
+ build(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.44.0 to 1.45.0 in /internal/referenceapp/golang (https://github.com/Azure/prometheus-collector/pull/1672)
+ feat: support azureMonitorProfile.metrics.controlPlane.enabled in onboarding templates (ARM/Bicep/Terraform/Policy) (https://github.com/Azure/prometheus-collector/pull/1590)
+ build(deps): Upgrade otelcollector to v0.158.0 (https://github.com/Azure/prometheus-collector/pull/1685)
+ build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.42.0 to 1.46.0 in /internal/referenceapp/golang (https://github.com/Azure/prometheus-collector/pull/1700)
+ build(deps): bump brace-expansion from 1.1.11 to 1.1.18 in /tools/az-prom-rules-converter (https://github.com/Azure/prometheus-collector/pull/1693)
+ build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 in /otelcollector/test/ginkgo-e2e/utils (https://github.com/Azure/prometheus-collector/pull/1691)
+ fix: correct minimal ingestion profile keep-list for recommended alerts and docs (https://github.com/Azure/prometheus-collector/pull/1659)
+ build(deps): Upgrade kube-state-metrics from v2.19.1-2 to v2.20.0-4 (https://github.com/Azure/prometheus-collector/pull/1706)
+ build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /otelcollector/test/ginkgo-e2e/prometheusui (https://github.com/Azure/prometheus-collector/pull/1702)
+ build(deps): bump k8s.io/client-go from 0.36.3 to 0.37.0 in /otelcollector/fluent-bit/src (https://github.com/Azure/prometheus-collector/pull/1709)
+ build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /internal/referenceapp/golang (https://github.com/Azure/prometheus-collector/pull/1708)
+ build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /otelcollector/test/ginkgo-e2e/configprocessing (https://github.com/Azure/prometheus-collector/pull/1712)
+ build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /otelcollector/test/ginkgo-e2e/configprocessing (https://github.com/Azure/prometheus-collector/pull/1724)
+ build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /otelcollector/test/ginkgo-e2e/prometheusui (https://github.com/Azure/prometheus-collector/pull/1723)
+ build(deps): bump google.golang.org/grpc from 1.83.0 to 1.83.2 in /otelcollector/prom-config-validator-builder (https://github.com/Azure/prometheus-collector/pull/1722)
+ build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.40.0 to 1.46.0 in /internal/referenceapp/golang (https://github.com/Azure/prometheus-collector/pull/1715)
+ build(deps): bump github.com/shirou/gopsutil/v4 from 4.26.7 to 4.26.8 in /otelcollector/fluent-bit/src (https://github.com/Azure/prometheus-collector/pull/1714)
+ [Generated by SRE Agent] fix: restrict unauthenticated Target Allocator port 80 exposure (MSRC 122861) (https://github.com/Azure/prometheus-collector/pull/1687)
+ Set environment variables directly instead of via a shell (https://github.com/Azure/prometheus-collector/pull/1690)

* Pipeline/Docs/Templates Updates:
+ Update azure-pipeline-arc-extension-managed-ev2-sdp.yml for Azure Pipelines (https://github.com/Azure/prometheus-collector/pull/1669)
+ Add all couds to the ev2 pipelines (https://github.com/Azure/prometheus-collector/pull/1676)
+ Update remote write release notes for prom-remotewrite-20260813.1 (https://github.com/Azure/prometheus-collector/pull/1679)
+ test: Send TestKube notifications via Azure Logic App webhook (https://github.com/Azure/prometheus-collector/pull/1641)
+ Add USNat and USSec to ev2 rollout (https://github.com/Azure/prometheus-collector/pull/1689)
+ Update remote write release notes for prom-remotewrite-20260825.2 (https://github.com/Azure/prometheus-collector/pull/1695)

## Release 08-10-2026
* Linux image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.3.0-main-08-10-2026-<TBD>`
Comment thread
rashmichandrashekar marked this conversation as resolved.
* Windows image - `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:7.3.0-main-08-10-2026-<TBD>-win`
Expand Down
2 changes: 1 addition & 1 deletion otelcollector/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.4.0
Loading