Skip to content

Commit

Permalink
Merge pull request #9 from canonical/update-metrics-exporter
Browse files Browse the repository at this point in the history
[DPE-6078] update metrics exporter
  • Loading branch information
reneradoi authored Jan 14, 2025
2 parents e2caa55 + d695f59 commit e244d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ parts:
- valkey-user
source: https://github.com/canonical/redis_exporter.git
source-type: git
source-branch: "v1.60.0"
source-branch: "v1.67.0"
build-snaps:
- go/1.21/stable
- go/1.23/stable
deb-security-manifest:
plugin: nil
after:
- redis_exporter
override-prime: |
set -x
mkdir -p $CRAFT_PRIME/usr/share/rocks/
(echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > $CRAFT_PRIME/usr/share/rocks/dpkg.query
(echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > $CRAFT_PRIME/usr/share/rocks/dpkg.query

0 comments on commit e244d7a

Please sign in to comment.