From 6799e4ab3b69e18feb7bfca9e1e95f4e27cd8feb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:45:32 +0000 Subject: [PATCH] chore(main): release flux-oci-otel-collector 1.0.2 --- .release-please-manifest.json | 2 +- flux/otel-collector/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d809963b8..81f187310 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "flux/helm-uninstall-outdated-apps": "1.0.0", "flux/lakmus": "1.0.2", "flux/linkerd": "1.7.0", - "flux/otel-collector": "1.0.1", + "flux/otel-collector": "1.0.2", "flux/otel-operator": "1.1.1", "flux/traefik": "1.5.0", "flux/whoami": "0.1.0" diff --git a/flux/otel-collector/CHANGELOG.md b/flux/otel-collector/CHANGELOG.md index cd9b28651..035a6bca4 100644 --- a/flux/otel-collector/CHANGELOG.md +++ b/flux/otel-collector/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/Nyeng/altinn-platform/compare/flux-oci-otel-collector-v1.0.1...flux-oci-otel-collector-v1.0.2) (2026-01-06) + + +### Bug Fixes + +* Point OpenTelemetry images to altinncr GHCR ([#2469](https://github.com/Nyeng/altinn-platform/issues/2469)) ([32fd188](https://github.com/Nyeng/altinn-platform/commit/32fd188f3c1604204639aceabcca9cb5256a4ca5)) + ## [1.0.1](https://github.com/Altinn/altinn-platform/compare/flux-oci-otel-collector-v1.0.0...flux-oci-otel-collector-v1.0.1) (2025-11-27)