Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions prometheus-stackdriver-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: prometheus-stackdriver-exporter
version: 0.13.0
epoch: 1
version: 0.14.1
epoch: 0
description: Google Stackdriver Prometheus exporter
copyright:
- license: Apache-2.0
Expand All @@ -21,12 +21,9 @@ pipeline:
with:
repository: https://github.com/prometheus-community/stackdriver_exporter
tag: v${{package.version}}
expected-commit: ba71119bfcb23bfa149d509213a930245e340fc5
expected-commit: 3e21ec35b0af84efd3a4c0e1af120bc22a5ffbc8

- runs: |
# Mitigate GHSA-vvpx-j8f3-3w6h
go get golang.org/x/[email protected]
go mod tidy
make common-build

- runs: |
Expand Down