Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prometheus-alertmanager/0.26.0 package update #4772

Merged
merged 2 commits into from
Aug 24, 2023
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-alertmanager.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: prometheus-alertmanager
# When bumping this version you can remove the `go get` line in the build script
version: 0.25.0
epoch: 6
version: 0.26.0
epoch: 0
description: Prometheus Alertmanager
copyright:
- license: Apache-2.0
Expand All @@ -22,12 +22,9 @@ pipeline:
with:
repository: https://github.com/prometheus/alertmanager
tag: v${{package.version}}
expected-commit: 258fab7cdd551f2cf251ed0348f0ad7289aee789
expected-commit: d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d

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

- runs: |
Expand Down