Skip to content

Commit

Permalink
bump version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis authored Apr 19, 2024
1 parent 129282d commit b0b9163
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grafana-agent
version: '0.39.2'
version: '0.40.4'
summary: A telemetry collector for sending metrics, logs, and trace data
license: Apache-2.0
contact: [email protected]
Expand Down Expand Up @@ -42,11 +42,9 @@ apps:
- log-observe
- etc-grafana-agent
- proc-sys-kernel-random

architectures:
- build-on: amd64
- build-on: arm64

parts:
wrapper:
plugin: dump
Expand All @@ -58,7 +56,7 @@ parts:
plugin: go
source: https://github.com/grafana/agent
source-type: git
source-tag: "v0.39.2"
source-tag: "v0.40.4"
build-snaps:
- go
build-packages:
Expand All @@ -73,8 +71,8 @@ parts:
override-build: |
export USE_CONTAINER=0
export GOFLAGS="-mod=readonly -tags=promtail_journal_enabled"
make agent agentctl
cp build/grafana-agent $CRAFT_PART_INSTALL/agent
cp build/grafana-agentctl $CRAFT_PART_INSTALL/agentctl

0 comments on commit b0b9163

Please sign in to comment.