Skip to content

Commit f0df06c

Browse files
mattdurhamptodevwildumclayton-cornelldependabot[bot]
authored
Update release (#7070)
* Prepare for v0.43.0-rc.0 (#7016) * Update links to example PRs (#6989) * Prepare for v0.43.0-rc.0 (#7015) * Bring back "main" section to changelog (#7017) * Update version to v0.43.0 (#7021) * Update helm charts for v0.43.0 (#7024) * add quotes windows path (#7028) * update version to v0.43.1 (#7030) * Update Docker and runc (#7033) * Update runc * Update Docker * Don't use deprecated docker type * update changelog main (#7039) * update version to v0.43.2 (#7040) * update helm charts for v0.43.2 (#7043) * Fix up some broken links to Loki (#7034) * fix registry windows path (#7044) * bump agent version to v0.43.3 (#7046) * update helm chart for v0.43.3 (#7049) * build(deps): bump rollup from 2.79.1 to 2.79.2 in /internal/web/ui (#7051) Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove "Add to docs project" workflow (#7027) * [windows exporter] Clarify the use of use_api in docs. (#6603) Co-authored-by: Clayton Cornell <[email protected]> * upgrade jwt from v4.5.0 to v4.5.1 to address CVE-2024-51744 (#7064) * Update go build image (#7066) * Update go build image * Update go build image * Use 1.22.9 in the build (#7068) * Use 1.22.9 in the build * Use 1.22.9 in the build * Use 1.22.9 in the build * Use the correct build image. * Handle cherry pick * Update changelog * Create Header * Create Header (#7069) * make versioned --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Paulin Todev <[email protected]> Co-authored-by: William Dumont <[email protected]> Co-authored-by: Clayton Cornell <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Baldry <[email protected]>
1 parent d930d88 commit f0df06c

File tree

60 files changed

+177
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+177
-164
lines changed

.drone/drone.yml

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

.drone/pipelines/build_images.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local locals = {
3232
'docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD',
3333
'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes',
3434
'docker buildx create --name multiarch --driver docker-container --use',
35-
'docker buildx build --build-arg="GO_RUNTIME=golang:1.22.5-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/agent-build-image:$IMAGE_TAG ./build-image',
35+
'docker buildx build --build-arg="GO_RUNTIME=golang:1.22.9-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/agent-build-image:$IMAGE_TAG ./build-image',
3636
],
3737
}],
3838
volumes: [{
@@ -55,7 +55,7 @@ local locals = {
5555
'docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD',
5656
'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes',
5757
'docker buildx create --name multiarch --driver docker-container --use',
58-
'docker buildx build --build-arg="GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.5-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/agent-build-image:$IMAGE_TAG ./build-image',
58+
'docker buildx build --build-arg="GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.9-bullseye" --push --platform linux/amd64,linux/arm64 -t grafana/agent-build-image:$IMAGE_TAG ./build-image',
5959
],
6060
}],
6161
volumes: [{

.github/issue_commands.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/check-linux-build-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
check-linux-build-image:
10-
runs-on: ubuntu-latest
10+
runs-on: github-hosted-ubuntu-x64-large
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
push: false
2626
tags: grafana/agent-build-image:latest
2727
build-args: |
28-
GO_RUNTIME=golang:1.22.5-bullseye
28+
GO_RUNTIME=golang:1.22.9-bullseye
2929
3030
- name: Create test Linux build image for boring crypto
3131
uses: docker/build-push-action@v6
@@ -34,4 +34,4 @@ jobs:
3434
push: false
3535
tags: grafana/agent-build-image:latest
3636
build-args: |
37-
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.5-bullseye
37+
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.9-bullseye

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
jobs:
1111
run_tests:
12-
runs-on: ubuntu-latest
12+
runs-on: github-hosted-ubuntu-x64-large
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/issue_commands.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This document contains a historical list of changes between releases. Only
77
changes that impact end-user behavior are listed; changes to documentation or
88
internal API changes are not present.
99

10+
11+
v0.43.4 (2024-11-25)
12+
-----------------
13+
14+
### Other
15+
16+
- Update to go 1.22.9 (@mattdurham)
17+
1018
v0.43.3 (2024-09-26)
1119
-------------------------
1220

build-image/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/golang:1.22.5-windowsservercore-1809
1+
FROM library/golang:1.22.9-windowsservercore-1809
22

33
SHELL ["powershell", "-command"]
44

cmd/grafana-agent-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# default when running `docker buildx build` or when DOCKER_BUILDKIT=1 is set
55
# in environment variables.
66

7-
FROM --platform=$BUILDPLATFORM grafana/agent-build-image:0.41.1 as build
7+
FROM --platform=$BUILDPLATFORM grafana/agent-build-image:0.41.2 as build
88
ARG BUILDPLATFORM
99
ARG TARGETPLATFORM
1010
ARG TARGETOS

cmd/grafana-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# default when running `docker buildx build` or when DOCKER_BUILDKIT=1 is set
55
# in environment variables.
66

7-
FROM --platform=$BUILDPLATFORM grafana/agent-build-image:0.41.1 as build
7+
FROM --platform=$BUILDPLATFORM grafana/agent-build-image:0.41.2 as build
88
ARG BUILDPLATFORM
99
ARG TARGETPLATFORM
1010
ARG TARGETOS

0 commit comments

Comments
 (0)