File tree Expand file tree Collapse file tree
integration-tests/docker/configs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 build_linux :
1616 name : Build on Linux
1717 runs-on : github-hosted-ubuntu-x64-large
18- container : grafana/alloy-build-image:v0.1.26 @sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
18+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
1919 strategy :
2020 matrix :
2121 os : [linux]
4242 build_linux_boringcrypto :
4343 name : Build on Linux (boringcrypto)
4444 runs-on : github-hosted-ubuntu-x64-large
45- container : grafana/alloy-build-image:v0.1.26 -boringcrypto@sha256:1727887982c65a40e489b41ec1c793e97bdf04f5774dba329cd8ee54bd7cae86
45+ container : grafana/alloy-build-image:v0.1.27 -boringcrypto@sha256:5fe91132f0ede383a9603a981835cdd0e206e814899755a6167ae5d5a8d3b040
4646 strategy :
4747 matrix :
4848 os : [linux]
@@ -123,7 +123,7 @@ jobs:
123123 build_freebsd :
124124 name : Build on FreeBSD (AMD64)
125125 runs-on : github-hosted-ubuntu-x64-large
126- container : grafana/alloy-build-image:v0.1.26 @sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
126+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
127127 steps :
128128 - name : Checkout code
129129 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 publish_linux_container :
2828 name : Publish Alloy Linux container
29- container : grafana/alloy-build-image:v0.1.26 @sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
29+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
3030 runs-on :
3131 labels : github-hosted-ubuntu-x64-large
3232 permissions :
Original file line number Diff line number Diff line change 3333
3434 build_alloy :
3535 name : Build Alloy
36- container : grafana/alloy-build-image:v0.1.26 @sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
36+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
3737 runs-on :
3838 labels : github-hosted-ubuntu-x64-large
3939 needs :
@@ -115,7 +115,7 @@ jobs:
115115
116116 build_alloy_windows_installer :
117117 name : Build Alloy Windows installer with signed executables
118- container : grafana/alloy-build-image:v0.1.25 @sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
118+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
119119 runs-on :
120120 labels : github-hosted-ubuntu-x64-large
121121 needs :
@@ -193,7 +193,7 @@ jobs:
193193
194194 upload_release_artifacts :
195195 name : Upload release artifacts
196- container : grafana/alloy-build-image:v0.1.25 @sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
196+ container : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
197197 runs-on :
198198 labels : github-hosted-ubuntu-x64-large
199199 needs :
Original file line number Diff line number Diff line change 1515 name : Test (Full)
1616 runs-on : ubuntu-latest-8-cores
1717 container :
18- image : grafana/alloy-build-image:v0.1.25 @sha256:306ef67a1593ebdcdc3de9e7360001183830f45b05f213cd2c6f47114196c9a6
18+ image : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
1919 volumes :
2020 - /var/run/docker.sock
2121 steps :
Original file line number Diff line number Diff line change 1717 name : Test Linux system packages
1818 runs-on : ubuntu-latest
1919 container :
20- image : grafana/alloy-build-image:v0.1.26 @sha256:54ef2371fc6b049d932c58d4622c88b573b45c393b7622fe6cca492ac4525dbe
20+ image : grafana/alloy-build-image:v0.1.27 @sha256:1c3b0de3d5cdd1d2e8b7fab4da70e1bda6629eede4cfaee846d04c4e80f14708
2121 volumes :
2222 - /var/run/docker.sock
2323 steps :
Original file line number Diff line number Diff line change 44# default when running `docker buildx build` or when DOCKER_BUILDKIT=1 is set
55# in environment variables.
66
7- FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.26 AS ui-build
7+ FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.27 AS ui-build
88ARG BUILDPLATFORM
99COPY ./internal/web/ui /ui
1010WORKDIR /ui
1111RUN --mount=type=cache,target=/ui/node_modules,sharing=locked \
1212 npm install \
1313 && npm run build
1414
15- FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.26 AS build
15+ FROM --platform=$BUILDPLATFORM grafana/alloy-build-image:v0.1.27 AS build
1616
1717ARG BUILDPLATFORM
1818ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 22
33module github.com/grafana/alloy/otel_engine
44
5- go 1.25.6
5+ go 1.25.7
66
77require (
88 github.com/grafana/alloy v0.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ docs: check-cloudwatch-integration
1515endif
1616
1717check-cloudwatch-integration :
18- $(PODMAN ) run -v " $( shell git rev-parse --show-toplevel) :/repo:z" -v " $( shell pwd) :/docs:z" -w /repo golang:1.25.6 -bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/reference/components/prometheus/prometheus.exporter.cloudwatch.md
18+ $(PODMAN ) run -v " $( shell git rev-parse --show-toplevel) :/repo:z" -v " $( shell pwd) :/docs:z" -w /repo golang:1.25.7 -bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/reference/components/prometheus/prometheus.exporter.cloudwatch.md
1919
2020generate-cloudwatch-integration :
21- $(PODMAN ) run -v " $( shell git rev-parse --show-toplevel) :/repo:z" -v " $( shell pwd) :/docs:z" -w /repo golang:1.25.6 -bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go generate
21+ $(PODMAN ) run -v " $( shell git rev-parse --show-toplevel) :/repo:z" -v " $( shell pwd) :/docs:z" -w /repo golang:1.25.7 -bullseye go run internal/static/integrations/cloudwatch_exporter/docs/doc.go generate
Original file line number Diff line number Diff line change 11module github.com/grafana/alloy/extension/alloyengine
22
3- go 1.25.6
3+ go 1.25.7
44
55replace github.com/grafana/alloy => ../..
66
Original file line number Diff line number Diff line change 11module github.com/grafana/alloy
22
3- go 1.25.6
3+ go 1.25.7
44
55// This local replace is required for local development and testing of the syntax submodule.
66// It is intentionally kept outside the generated block to avoid being overwritten by dependency management tools.
You can’t perform that action at this time.
0 commit comments