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

nri-haproxy/3.1.1 package update #40351

Merged
merged 1 commit into from
Jan 23, 2025
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
6 changes: 3 additions & 3 deletions nri-haproxy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: nri-haproxy
version: 3.1.0
epoch: 1
version: "3.1.1"
epoch: 0
description: New Relic Infrastructure HAproxy Integration
copyright:
- license: MIT
Expand All @@ -10,7 +10,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/newrelic/nri-haproxy
expected-commit: d621a2b7540e15ab9448a0fcadfd254f694277cc
expected-commit: 2c1b1f0606a4ecd16a3618df9bb36a0bc4d4a47e
tag: v${{package.version}}

- uses: go/build
Expand Down
Loading