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

+61-61
Large diffs are not rendered by default.

.drone/pipelines/build_images.jsonnet

+2-2
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

-10
This file was deleted.

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

+3-3
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

+1-1
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

-21
This file was deleted.

CHANGELOG.md

+8
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

+1-1
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

+1-1
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

+1-1
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.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM grafana/agent-build-image:0.41.1-windows as builder
1+
FROM grafana/agent-build-image:0.41.2-windows as builder
22
ARG VERSION
33
ARG RELEASE_BUILD=1
44

cmd/grafana-agentctl/Dockerfile

+1-1
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-agentctl/Dockerfile.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM grafana/agent-build-image:0.41.1-windows as builder
1+
FROM grafana/agent-build-image:0.41.2-windows as builder
22
ARG VERSION
33
ARG RELEASE_BUILD=1
44

docs/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ include docs.mk
1111
docs: check-cloudwatch-integration
1212

1313
check-cloudwatch-integration:
14-
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.5-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/static/configuration/integrations/cloudwatch-exporter-config.md
15-
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.5-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/flow/reference/components/prometheus.exporter.cloudwatch.md
14+
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.9-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/static/configuration/integrations/cloudwatch-exporter-config.md
15+
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.9-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go check /docs/sources/flow/reference/components/prometheus.exporter.cloudwatch.md
1616

1717
generate-cloudwatch-integration:
18-
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.5-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go generate
18+
$(PODMAN) run -v $(shell git rev-parse --show-toplevel):/repo -v $(shell pwd):/docs -w /repo golang:1.22.9-bullseye go run static/integrations/cloudwatch_exporter/docs/doc.go generate
1919

2020
sources/assets/hierarchy.svg: sources/operator/hierarchy.dot
2121
cat $< | $(PODMAN) run --rm -i nshine/dot dot -Tsvg > $@

docs/developer/release/3-update-version-in-code.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The project must be updated to reference the upcoming release tag whenever a new
3636
3737
3. Create a PR to merge to main (must be merged before continuing).
3838
39-
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/3065)
39+
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/6987)
4040
- Stable Release example PR [here](https://github.com/grafana/agent/pull/6993)
4141
- Patch Release example PR [here](https://github.com/grafana/agent/pull/6944)
4242
@@ -52,7 +52,7 @@ The project must be updated to reference the upcoming release tag whenever a new
5252
5353
6. Create a PR to merge to `release-VERSION_PREFIX` (must be merged before continuing).
5454
55-
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/3066)
55+
- Release Candidate example PR [here](https://github.com/grafana/agent/pull/6988)
5656
- Stable Release example PR [here](https://github.com/grafana/agent/pull/6994)
5757
- Patch Release example PR [here](https://github.com/grafana/agent/pull/6945)
5858
- This PR takes a shortcut by both changing the version and cherry-picking other required changes on the release branch.

docs/sources/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Grafana Agent
99
description: Grafana Agent is a flexible, performant, vendor-neutral, telemetry collector
1010
weight: 350
1111
cascade:
12-
AGENT_RELEASE: v0.43.3
12+
AGENT_RELEASE: v0.43.4
1313
OTEL_VERSION: v0.96.0
1414
refs:
1515
variants:

docs/sources/flow/reference/components/prometheus.exporter.windows.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,19 @@ For a server name to be included, it must match the regular expression specified
172172

173173
### service block
174174

175-
Name | Type | Description | Default | Required
176-
---------------|----------|-------------------------------------------------------|---------|---------
177-
`use_api` | `string` | Use API calls to collect service data instead of WMI. | `false` | no
178-
`where_clause` | `string` | WQL 'where' clause to use in WMI metrics query. | `""` | no
175+
Name | Type | Description | Default | Required
176+
---------------|----------|-------------------------------------------------------------|---------|---------
177+
`use_api` | `string` | Use the Windows API to collect service data instead of WMI. | `false` | no
178+
`where_clause` | `string` | WQL 'where' clause to use in WMI metrics query. | `""` | no
179179

180180
The `where_clause` argument can be used to limit the response to the services you specify, reducing the size of the response.
181181
If `use_api` is enabled, 'where_clause' won't be effective.
182182

183+
The Windows API is more performant than WMI. Set `use_api` to `true` in situations when the WMI takes too long to get the service information.
184+
Setting `use_api` to `true` does have a few disadvantages compared to using WMI:
185+
* WMI queries in `where_clause` won't work.
186+
* The `status` field of the service is not available. You can use the `state` property to retrieve status information. This property provides the same information, but it is formatted differently.
187+
183188

184189
### smtp block
185190

docs/sources/static/configuration/integrations/windows-exporter-config.md

+9
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@ Full reference of options:
113113
# "WQL 'where' clause to use in WMI metrics query. Limits the response to the services you specify and reduces the size of the response.
114114
# Maps to collector.service.services-where in windows_exporter
115115
[where_clause: <string> | default=""]
116+
# If "use_api" is set to "true", service data will be collected via the Windows API.
117+
# If "use_api" is set to "false", service data will be collected via WMI.
118+
# When "use_api" is set to "true", "where_clause" will be ignored and will not take effect.
119+
# The Windows API is more performant than WMI. Set `use_api` to `true` in situations when the WMI takes too long to get the service information.
120+
# Setting `use_api` to `true` does have a few disadvantages compared to using WMI:
121+
# * WMI queries in `where_clause` won't work.
122+
# * The `status` field of the service won't be reported. Instead, use the `state` property.
123+
# It has the same information, albeit formatted differently.
124+
[use_api: <boolean> | default = false]
116125

117126
# Configuration for physical disk on Windows
118127
physical_disk:

docs/sources/static/configuration/logs-config.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configured, except deprecated fields have been removed and the server_config is
1818
not supported.
1919

2020
Refer to the
21-
[Promtail documentation](/docs/loki/latest/clients/promtail/configuration/#clients)
21+
[Promtail documentation](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/)
2222
for the supported values for these fields.
2323

2424
```yaml
@@ -56,7 +56,7 @@ clients:
5656
> **Note:** More information on the following types can be found on the
5757
> documentation for Promtail:
5858
>
59-
> * [`promtail.client_config`](/docs/loki/latest/clients/promtail/configuration/#clients)
59+
> * [`promtail.client_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#clients)
6060

6161

6262
## file_watch_config
@@ -110,10 +110,10 @@ scrape_configs:
110110
> **Note:** More information on the following types can be found on the
111111
> documentation for Promtail:
112112
>
113-
> * [`promtail.client_config`](/docs/loki/latest/clients/promtail/configuration/#clients)
114-
> * [`promtail.scrape_config`](/docs/loki/latest/clients/promtail/configuration/#scrape_configs)
115-
> * [`promtail.target_config`](/docs/loki/latest/clients/promtail/configuration/#target_config)
116-
> * [`promtail.limits_config`](/docs/loki/latest/clients/promtail/configuration/#limits_config)
113+
> * [`promtail.client_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#clients)
114+
> * [`promtail.scrape_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#scrape_configs)
115+
> * [`promtail.target_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#target_config)
116+
> * [`promtail.limits_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#limits_config)
117117

118118
> **Note:** Backticks in values are not supported.
119119

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/agent
22

3-
go 1.22.5
3+
go 1.22.9
44

55
retract (
66
v1.3.191 // Published accidentally
@@ -370,7 +370,7 @@ require (
370370
github.com/godbus/dbus/v5 v5.1.0 // indirect
371371
github.com/gogo/googleapis v1.4.1 // indirect
372372
github.com/gogo/status v1.1.1 // indirect
373-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
373+
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
374374
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
375375
github.com/golang-sql/sqlexp v0.1.0 // indirect
376376
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,9 @@ github.com/gogo/status v1.1.1 h1:DuHXlSFHNKqTQ+/ACf5Vs6r4X/dH2EgIzR9Vr+H65kg=
857857
github.com/gogo/status v1.1.1/go.mod h1:jpG3dM5QPcqu19Hg8lkUhBFBa3TcLs1DG7+2Jqci7oU=
858858
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
859859
github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
860-
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
861860
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
861+
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
862+
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
862863
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
863864
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
864865
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=

internal/cmd/integration-tests/configs/kafka/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.5 as build
1+
FROM golang:1.22.9 as build
22
WORKDIR /app/
33
COPY go.mod go.sum ./
44
RUN go mod download

internal/cmd/integration-tests/configs/otel-metrics-gen/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.5 as build
1+
FROM golang:1.22.9 as build
22
WORKDIR /app/
33
COPY go.mod go.sum ./
44
RUN go mod download

internal/cmd/integration-tests/configs/prom-gen/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.5 as build
1+
FROM golang:1.22.9 as build
22
WORKDIR /app/
33
COPY go.mod go.sum ./
44
RUN go mod download

internal/web/ui/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -8473,9 +8473,9 @@ rollup-plugin-terser@^7.0.0:
84738473
terser "^5.0.0"
84748474

84758475
rollup@^2.43.1:
8476-
version "2.79.1"
8477-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
8478-
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
8476+
version "2.79.2"
8477+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
8478+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
84798479
optionalDependencies:
84808480
fsevents "~2.3.2"
84818481

operations/helm/charts/grafana-agent/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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+
0.43.3 (2024-09-26)
11+
----------
12+
13+
### Enhancements
14+
15+
- Update Grafana Agent version to v0.43.3. (@wildum)
16+
17+
0.43.2 (2024-09-25)
18+
----------
19+
20+
### Enhancements
21+
22+
- Update Grafana Agent version to v0.43.2. (@wildum)
23+
24+
0.43.0 (2024-09-11)
25+
----------
26+
27+
### Enhancements
28+
29+
- Update Grafana Agent version to v0.43.0. (@ptodev)
30+
1031
0.42.0 (2024-07-24)
1132
----------
1233

operations/helm/charts/grafana-agent/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: grafana-agent
33
description: 'Grafana Agent'
44
type: application
5-
version: 0.42.0
6-
appVersion: 'v0.42.0'
5+
version: 0.43.3
6+
appVersion: 'v0.43.3'
77

88
dependencies:
99
- name: crds

operations/helm/charts/grafana-agent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Grafana Agent Helm chart
22

3-
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.42.0](https://img.shields.io/badge/Version-0.42.0-informational?style=flat-square) ![AppVersion: v0.42.0](https://img.shields.io/badge/AppVersion-v0.42.0-informational?style=flat-square)
3+
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.43.3](https://img.shields.io/badge/Version-0.43.3-informational?style=flat-square) ![AppVersion: v0.43.3](https://img.shields.io/badge/AppVersion-v0.43.3-informational?style=flat-square)
44

55
Helm chart for deploying [Grafana Agent][] to Kubernetes.
66

operations/helm/tests/additional-serviceaccount-label/grafana-agent/templates/controllers/daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: grafana-agent
2828
containers:
2929
- name: grafana-agent
30-
image: docker.io/grafana/agent:v0.42.0
30+
image: docker.io/grafana/agent:v0.43.3
3131
imagePullPolicy: IfNotPresent
3232
args:
3333
- run

operations/helm/tests/clustering/grafana-agent/templates/controllers/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: grafana-agent
3131
containers:
3232
- name: grafana-agent
33-
image: docker.io/grafana/agent:v0.42.0
33+
image: docker.io/grafana/agent:v0.43.3
3434
imagePullPolicy: IfNotPresent
3535
args:
3636
- run

operations/helm/tests/controller-volumes-extra/grafana-agent/templates/controllers/daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: grafana-agent
2828
containers:
2929
- name: grafana-agent
30-
image: docker.io/grafana/agent:v0.42.0
30+
image: docker.io/grafana/agent:v0.43.3
3131
imagePullPolicy: IfNotPresent
3232
args:
3333
- run

0 commit comments

Comments
 (0)