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
15 changes: 3 additions & 12 deletions prometheus-mysqld-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: prometheus-mysqld-exporter
# When bumping this version you can remove the `go get` line in the build script
version: 0.14.0
epoch: 5
version: 0.15.0
epoch: 0
description: Prometheus Exporter for MySQL server metrics
copyright:
- license: Apache-2.0
Expand All @@ -22,18 +22,9 @@ pipeline:
with:
repository: https://github.com/prometheus/mysqld_exporter
tag: v${{package.version}}
expected-commit: ca1b9af82a471c849c529eb8aadb1aac73e7b68c
expected-commit: 6ca2a42f97f3403c7788ff4f374430aa267a6b6b

- runs: |
# Mitigate GHSA-vvpx-j8f3-3w6h
go get golang.org/x/net@v0.7.0

# Mitigate GHSA-gwc9-m7rh-j2ww and GHSA-8c26-wmh5-6g9v
go get golang.org/x/crypto@v0.7.0

# Mitigate GHSA-7rg2-cxvp-9p7p
go get github.com/prometheus/exporter-toolkit@v0.7.3
go mod tidy
make build

- runs: |
Expand Down