Skip to content

Commit

Permalink
update redis_exporter to v1.67.0 from upstream-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
reneradoi authored Jan 14, 2025
1 parent e2caa55 commit 6ab32d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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
deb-security-manifest:
Expand All @@ -62,4 +62,4 @@ parts:
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 6ab32d2

Please sign in to comment.