File tree Expand file tree Collapse file tree 8 files changed +10
-12
lines changed
o11y-otel-contextprocessor/otelcol-dev/contextprocessor
deployments/edgenode-observability
orchestrator-observability
deployments/orchestrator-observability Expand file tree Collapse file tree 8 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44# Building environment
5- FROM golang:1.24.5 -alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399 AS build
5+ FROM golang:1.24.6 -alpine AS build
66
77WORKDIR /workspace/apps/grafana-proxy
88
Original file line number Diff line number Diff line change 11module github.com/open-edge-platform/o11y-charts/apps/grafana-proxy
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.24.6
64
75require (
86 github.com/golang-jwt/jwt/v5 v5.3.0
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22# SPDX-License-Identifier: Apache-2.0
33
4- FROM golang:1.24.5 -alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399 AS builder
4+ FROM golang:1.24.6 -alpine AS builder
55
66WORKDIR /opt/
77
Original file line number Diff line number Diff line change 11module github.com/jriguera/opentelemetry-collector-contrib/processor/contextprocessor
22
3- go 1.24.0
3+ go 1.24.6
44
55require (
66 go.opentelemetry.io/collector/client v1.29.0
Original file line number Diff line number Diff line change 1- 0.10.4
1+ 0.10.5
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ apiVersion: v2
55name : edgenode-observability
66description : Edge Node Centralized Observability
77type : application
8- version : 0.10.4
9- appVersion : 0.10.4
8+ version : 0.10.5
9+ appVersion : 0.10.5
1010annotations :
1111 revision : 1c180a61519ee9ec158aa38e0f54a27096bd4239
1212 created : " 2025-06-18T12:12:12Z"
Original file line number Diff line number Diff line change 1- 0.5.5
1+ 0.5.6
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ apiVersion: v2
55name : orchestrator-observability
66description : Orchestrator centralized observability
77type : application
8- version : 0.5.5
9- appVersion : 0.5.5
8+ version : 0.5.6
9+ appVersion : 0.5.6
1010annotations :
1111 revision : 1c180a61519ee9ec158aa38e0f54a27096bd4239
1212 created : " 2025-06-18T12:11:42Z"
You can’t perform that action at this time.
0 commit comments