Skip to content

Commit

Permalink
chore(deps): bump grafana-agent version to v0.43.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 11, 2024
1 parent d7a65e8 commit a92a48c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grafana-agent
version: '0.40.4'
version: '0.43.3'
summary: A telemetry collector for sending metrics, logs, and trace data
license: Apache-2.0
contact: [email protected]
Expand Down Expand Up @@ -46,7 +46,6 @@ architectures:
- build-on: [amd64]
- build-on: [amd64, arm64]
build-for: [arm64]

parts:
wrapper:
plugin: dump
Expand All @@ -58,7 +57,7 @@ parts:
plugin: go
source: https://github.com/grafana/agent
source-type: git
source-tag: "v0.40.4"
source-tag: "v0.43.3"
build-snaps:
- go
build-packages:
Expand All @@ -67,17 +66,17 @@ parts:
- libbpfcc-dev
- bpfcc-tools
- on amd64 to arm64:
- gcc-aarch64-linux-gnu
- linux-libc-dev-arm64-cross
- libc6-dev-arm64-cross
- gcc-aarch64-linux-gnu
- linux-libc-dev-arm64-cross
- libc6-dev-arm64-cross
build-environment:
- to amd64:
- GOOS: linux
- GOARCH: amd64
- GOOS: linux
- GOARCH: amd64
- to arm64:
- GOOS: linux
- GOARCH: arm64
- CC: /usr/bin/aarch64-linux-gnu-gcc
- GOOS: linux
- GOARCH: arm64
- CC: /usr/bin/aarch64-linux-gnu-gcc
stage-packages:
- libsystemd0
- libbpfcc
Expand Down

0 comments on commit a92a48c

Please sign in to comment.