File tree Expand file tree Collapse file tree 7 files changed +20
-15
lines changed Expand file tree Collapse file tree 7 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 2
2
" check " :
3
3
" uses " : " grafana/loki-release/.github/workflows/check.yml@main"
4
4
" with " :
5
- " build_image " : " grafana/loki-build-image:0.34.4 "
5
+ " build_image " : " grafana/loki-build-image:0.34.5 "
6
6
" golang_ci_lint_version " : " v1.60.3"
7
7
" release_lib_ref " : " main"
8
8
" skip_validation " : false
Original file line number Diff line number Diff line change 2
2
" check " :
3
3
" uses " : " grafana/loki-release/.github/workflows/check.yml@main"
4
4
" with " :
5
- " build_image " : " grafana/loki-build-image:0.34.4 "
5
+ " build_image " : " grafana/loki-build-image:0.34.5 "
6
6
" golang_ci_lint_version " : " v1.60.3"
7
7
" release_lib_ref " : " main"
8
8
" skip_validation " : false
9
9
" use_github_app_token " : true
10
10
" loki-canary-boringcrypto-image " :
11
11
" env " :
12
12
" BUILD_TIMEOUT " : 60
13
- " GO_VERSION " : " 1.23.5 "
13
+ " GO_VERSION " : " 1.23.6 "
14
14
" IMAGE_PREFIX " : " grafana"
15
15
" RELEASE_LIB_REF " : " main"
16
16
" RELEASE_REPO " : " grafana/loki"
118
118
" loki-canary-image " :
119
119
" env " :
120
120
" BUILD_TIMEOUT " : 60
121
- " GO_VERSION " : " 1.23.5 "
121
+ " GO_VERSION " : " 1.23.6 "
122
122
" IMAGE_PREFIX " : " grafana"
123
123
" RELEASE_LIB_REF " : " main"
124
124
" RELEASE_REPO " : " grafana/loki"
226
226
" loki-image " :
227
227
" env " :
228
228
" BUILD_TIMEOUT " : 60
229
- " GO_VERSION " : " 1.23.5 "
229
+ " GO_VERSION " : " 1.23.6 "
230
230
" IMAGE_PREFIX " : " grafana"
231
231
" RELEASE_LIB_REF " : " main"
232
232
" RELEASE_REPO " : " grafana/loki"
334
334
" promtail-image " :
335
335
" env " :
336
336
" BUILD_TIMEOUT " : 60
337
- " GO_VERSION " : " 1.23.5 "
337
+ " GO_VERSION " : " 1.23.6 "
338
338
" IMAGE_PREFIX " : " grafana"
339
339
" RELEASE_LIB_REF " : " main"
340
340
" RELEASE_REPO " : " grafana/loki"
Original file line number Diff line number Diff line change 16
16
check :
17
17
uses : " grafana/loki-release/.github/workflows/check.yml@main"
18
18
with :
19
- build_image : " grafana/loki-build-image:0.34.4 "
19
+ build_image : " grafana/loki-build-image:0.34.5 "
20
20
golang_ci_lint_version : " v1.60.3"
21
21
release_lib_ref : " main"
22
22
skip_validation : false
@@ -144,7 +144,7 @@ jobs:
144
144
--env SKIP_ARM \
145
145
--volume .:/src/loki \
146
146
--workdir /src/loki \
147
- --entrypoint /bin/sh "grafana/loki-build-image:0.34.4 "
147
+ --entrypoint /bin/sh "grafana/loki-build-image:0.34.5 "
148
148
git config --global --add safe.directory /src/loki
149
149
echo "${NFPM_SIGNING_KEY}" > $NFPM_SIGNING_KEY_FILE
150
150
make dist packages
@@ -666,7 +666,7 @@ jobs:
666
666
build-args : |
667
667
IMAGE_TAG=${{ needs.version.outputs.version }}
668
668
GOARCH=${{ steps.platform.outputs.platform_short }}
669
- BUILD_IMAGE=grafana/loki-build-image:0.34.4
669
+ BUILD_IMAGE=grafana/loki-build-image:0.34.5
670
670
context : " release"
671
671
file : " release/clients/cmd/docker-driver/Dockerfile"
672
672
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 16
16
check :
17
17
uses : " grafana/loki-release/.github/workflows/check.yml@main"
18
18
with :
19
- build_image : " grafana/loki-build-image:0.34.4 "
19
+ build_image : " grafana/loki-build-image:0.34.5 "
20
20
golang_ci_lint_version : " v1.60.3"
21
21
release_lib_ref : " main"
22
22
skip_validation : false
@@ -144,7 +144,7 @@ jobs:
144
144
--env SKIP_ARM \
145
145
--volume .:/src/loki \
146
146
--workdir /src/loki \
147
- --entrypoint /bin/sh "grafana/loki-build-image:0.34.4 "
147
+ --entrypoint /bin/sh "grafana/loki-build-image:0.34.5 "
148
148
git config --global --add safe.directory /src/loki
149
149
echo "${NFPM_SIGNING_KEY}" > $NFPM_SIGNING_KEY_FILE
150
150
make dist packages
@@ -666,7 +666,7 @@ jobs:
666
666
build-args : |
667
667
IMAGE_TAG=${{ needs.version.outputs.version }}
668
668
GOARCH=${{ steps.platform.outputs.platform_short }}
669
- BUILD_IMAGE=grafana/loki-build-image:0.34.4
669
+ BUILD_IMAGE=grafana/loki-build-image:0.34.5
670
670
context : " release"
671
671
file : " release/clients/cmd/docker-driver/Dockerfile"
672
672
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 @@ -18,8 +18,9 @@ BUILD_IN_CONTAINER ?= true
18
18
CI ?= false
19
19
20
20
# Ensure you run `make release-workflows` after changing this
21
- GO_VERSION := 1.23.5
22
- BUILD_IMAGE_TAG := 0.34.4
21
+ GO_VERSION := 1.23.6
22
+ # Ensure you run `make IMAGE_TAG=<updated-tag> build-image-push` after changing this
23
+ BUILD_IMAGE_TAG := 0.34.5
23
24
24
25
IMAGE_TAG ?= $(shell ./tools/image-tag)
25
26
GIT_REVISION := $(shell git rev-parse --short HEAD)
Original file line number Diff line number Diff line change 2
2
3
3
## Versions
4
4
5
+ ### 0.34.5
6
+
7
+ - Update to Go 1.23.6
8
+
5
9
### 0.34.4
6
10
7
11
- Update to Go 1.23.5
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 -alpine AS build-image
1
+ FROM golang:1.23 -alpine AS build-image
2
2
3
3
COPY tools/lambda-promtail /src/lambda-promtail
4
4
WORKDIR /src/lambda-promtail
You can’t perform that action at this time.
0 commit comments