File tree Expand file tree Collapse file tree 15 files changed +32
-28
lines changed
Expand file tree Collapse file tree 15 files changed +32
-28
lines changed Original file line number Diff line number Diff line change 11{
2- "image" : " grafana/loki-build-image:0.34.10 " ,
2+ "image" : " grafana/loki-build-image:0.34.11 " ,
33 "containerEnv" : {
44 "BUILD_IN_CONTAINER" : " false"
55 },
Original file line number Diff line number Diff line change 22 " check " :
33 " uses " : " grafana/loki-release/.github/workflows/check.yml@dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
44 " with " :
5- " build_image " : " grafana/loki-build-image:0.34.10 "
5+ " build_image " : " grafana/loki-build-image:0.34.11 "
66 " golang_ci_lint_version " : " v2.5.0"
7- " release_lib_ref " : " fb3b12ec3e6411bcb951a5ea08cc983c2f2735fc "
7+ " release_lib_ref " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f "
88 " skip_validation " : false
99 " use_github_app_token " : true
1010" name " : " check"
Original file line number Diff line number Diff line change 22 " check " :
33 " uses " : " grafana/loki-release/.github/workflows/check.yml@dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
44 " with " :
5- " build_image " : " grafana/loki-build-image:0.34.10 "
5+ " build_image " : " grafana/loki-build-image:0.34.11 "
66 " golang_ci_lint_version " : " v2.5.0"
7- " release_lib_ref " : " fb3b12ec3e6411bcb951a5ea08cc983c2f2735fc "
7+ " release_lib_ref " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f "
88 " skip_validation " : false
99 " use_github_app_token " : true
1010 " loki-canary-boringcrypto-image " :
1111 " env " :
1212 " BUILD_TIMEOUT " : 60
13- " GO_VERSION " : " 1.25.7 "
13+ " GO_VERSION " : " 1.25.8 "
1414 " IMAGE_PREFIX " : " grafana"
1515 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
1616 " RELEASE_REPO " : " grafana/loki"
134134 " loki-canary-image " :
135135 " env " :
136136 " BUILD_TIMEOUT " : 60
137- " GO_VERSION " : " 1.25.7 "
137+ " GO_VERSION " : " 1.25.8 "
138138 " IMAGE_PREFIX " : " grafana"
139139 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
140140 " RELEASE_REPO " : " grafana/loki"
258258 " loki-image " :
259259 " env " :
260260 " BUILD_TIMEOUT " : 60
261- " GO_VERSION " : " 1.25.7 "
261+ " GO_VERSION " : " 1.25.8 "
262262 " IMAGE_PREFIX " : " grafana"
263263 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
264264 " RELEASE_REPO " : " grafana/loki"
382382 " promtail-image " :
383383 " env " :
384384 " BUILD_TIMEOUT " : 60
385- " GO_VERSION " : " 1.25.7 "
385+ " GO_VERSION " : " 1.25.8 "
386386 " IMAGE_PREFIX " : " grafana"
387387 " RELEASE_LIB_REF " : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
388388 " RELEASE_REPO " : " grafana/loki"
512512 " workflow_dispatch " : {}
513513" permissions " :
514514 " contents " : " read"
515- " pull-requests " : " read"
515+ " pull-requests " : " read"
Original file line number Diff line number Diff line change 2020 - name : setup go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : " 1.25.7 "
23+ go-version : " 1.25.8 "
2424 - name : setup jsonnet
2525 run : |
2626 go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0
Original file line number Diff line number Diff line change 2121 pull-requests : " write"
2222 uses : " grafana/loki-release/.github/workflows/check.yml@dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
2323 with :
24- build_image : " grafana/loki-build-image:0.34.10 "
24+ build_image : " grafana/loki-build-image:0.34.11 "
2525 golang_ci_lint_version : " v2.5.0"
2626 release_lib_ref : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
2727 skip_validation : false
@@ -179,10 +179,10 @@ jobs:
179179 --env SKIP_ARM \
180180 --volume .:/src/loki \
181181 --workdir /src/loki \
182- --entrypoint /bin/sh "grafana/loki-build-image:0.34.10 "
182+ --entrypoint /bin/sh "grafana/loki-build-image:0.34.11 "
183183 git config --global --add safe.directory /src/loki
184184 echo "${NFPM_SIGNING_KEY}" > $NFPM_SIGNING_KEY_FILE
185- if echo "grafana/loki-build-image:0.34.10 " | grep -q "golang"; then
185+ if echo "grafana/loki-build-image:0.34.11 " | grep -q "golang"; then
186186 /src/loki/.github/vendor/github.com/grafana/loki-release/workflows/install_workflow_dependencies.sh dist
187187 fi
188188 make dist packages
@@ -798,7 +798,7 @@ jobs:
798798 build-args : |
799799 IMAGE_TAG=${{ needs.version.outputs.version }}
800800 GOARCH=${{ steps.platform.outputs.platform_short }}
801- BUILD_IMAGE=grafana/loki-build-image:0.34.10
801+ BUILD_IMAGE=grafana/loki-build-image:0.34.11
802802 context : " release"
803803 file : " release/clients/cmd/docker-driver/Dockerfile"
804804 outputs : " type=local,dest=release/plugins/loki-docker-driver-${{ needs.version.outputs.version}}-${{ steps.platform.outputs.platform }}"
Original file line number Diff line number Diff line change 2121 pull-requests : " write"
2222 uses : " grafana/loki-release/.github/workflows/check.yml@dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
2323 with :
24- build_image : " grafana/loki-build-image:0.34.10 "
24+ build_image : " grafana/loki-build-image:0.34.11 "
2525 golang_ci_lint_version : " v2.5.0"
2626 release_lib_ref : " dfe753760ce6ec2f4549fc11d2df24a2aa584e3f"
2727 skip_validation : false
@@ -179,10 +179,10 @@ jobs:
179179 --env SKIP_ARM \
180180 --volume .:/src/loki \
181181 --workdir /src/loki \
182- --entrypoint /bin/sh "grafana/loki-build-image:0.34.10 "
182+ --entrypoint /bin/sh "grafana/loki-build-image:0.34.11 "
183183 git config --global --add safe.directory /src/loki
184184 echo "${NFPM_SIGNING_KEY}" > $NFPM_SIGNING_KEY_FILE
185- if echo "grafana/loki-build-image:0.34.10 " | grep -q "golang"; then
185+ if echo "grafana/loki-build-image:0.34.11 " | grep -q "golang"; then
186186 /src/loki/.github/vendor/github.com/grafana/loki-release/workflows/install_workflow_dependencies.sh dist
187187 fi
188188 make dist packages
@@ -798,7 +798,7 @@ jobs:
798798 build-args : |
799799 IMAGE_TAG=${{ needs.version.outputs.version }}
800800 GOARCH=${{ steps.platform.outputs.platform_short }}
801- BUILD_IMAGE=grafana/loki-build-image:0.34.10
801+ BUILD_IMAGE=grafana/loki-build-image:0.34.11
802802 context : " release"
803803 file : " release/clients/cmd/docker-driver/Dockerfile"
804804 outputs : " type=local,dest=release/plugins/loki-docker-driver-${{ needs.version.outputs.version}}-${{ steps.platform.outputs.platform }}"
Original file line number Diff line number Diff line change 1414 pull-requests : " write"
1515 strategy :
1616 matrix :
17- go-version : [ '1.25.7 ' ]
17+ go-version : [ '1.25.8 ' ]
1818 steps :
1919 - uses : actions/checkout@v4
2020 with :
Original file line number Diff line number Diff line change 1414 - name : setup go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : " 1.25.7 "
17+ go-version : " 1.25.8 "
1818 - name : setup jsonnet
1919 run : |
2020 go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ BUILD_IN_CONTAINER ?= true
1818CI ?= false
1919
2020# Ensure you run `make release-workflows` after changing this
21- GO_VERSION := 1.25.7
21+ GO_VERSION := 1.25.8
2222# Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
23- BUILD_IMAGE_TAG := 0.34.10
23+ BUILD_IMAGE_TAG := 0.34.11
2424
2525IMAGE_TAG ?= $(shell ./tools/image-tag)
2626GIT_REVISION := $(shell git rev-parse --short HEAD)
Original file line number Diff line number Diff line change 1- ARG BUILD_IMAGE=grafana/loki-build-image:0.34.10
1+ ARG BUILD_IMAGE=grafana/loki-build-image:0.34.11
22ARG GOARCH=amd64
33# Directories in this file are referenced from the root of the project not this folder
44# This file is intended to be called from the root like so:
You can’t perform that action at this time.
0 commit comments