forked from prometheus-community/ipmi_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Align the repo #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This is a pretty trivial fix to bring back arm64 builds and this has been tested locally as well. Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
fix: bring back aarch64 builds
Signed-off-by: Aleksandr Aleksandrov <aleks.aleksandrov@corp.mail.ru>
…se-time-error fix: parse time error
…/repo_sync Synchronize common files from prometheus/prometheus
…/dependabot/go_modules/github.com/prometheus/client_golang-1.19.0 Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.55.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.48.0...v0.55.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/dependabot/go_modules/github.com/prometheus/common-0.55.0 Bump github.com/prometheus/common from 0.48.0 to 0.55.0
Fixes prometheus-community#199 Signed-off-by: Conrad Hoffmann <ch@bitfehler.net>
Signed-off-by: Conrad Hoffmann <ch@bitfehler.net>
Signed-off-by: prombot <prometheus-team@googlegroups.com>
…/repo_sync Synchronize common files from prometheus/prometheus
Signed-off-by: prombot <prometheus-team@googlegroups.com>
…/repo_sync Synchronize common files from prometheus/prometheus
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.4. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.1...v1.20.4) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/repo_sync Synchronize common files from prometheus/prometheus
…/dependabot/go_modules/github.com/prometheus/client_golang-1.20.4 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4
And fix release date of previous version in CHANGELOG.
The bulk of this change set was automated by the following script which is being used to aid in converting the various exporters/projects to use slog: https://gist.github.com/tjhop/49f96fb7ebbe55b12deee0b0312d8434 Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
chore!: adopt slog, drop go-kit/log
* Streamline README * Link to container imgages * Move privileges part to separate doc * Use absolute paths for `sudo` examples * Emphasize `sudo` only being needed for local metrics
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/prometheus/exporter-toolkit/releases) - [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md) - [Commits](prometheus/exporter-toolkit@v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: github.com/prometheus/exporter-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…/repo_sync Synchronize common files from prometheus/prometheus
…/dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.1 Bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.1
Signed-off-by: prombot <prometheus-team@googlegroups.com>
…/repo_sync Synchronize common files from prometheus/prometheus
Problem: The short option -Q for "quiet cache" was legacied in FreeIPMI in early 2018. It has the potential to be removed some day in the future. Solution: Use the long option --quiet-cache instead. Signed-off-by: Albert Chu <chu11@llnl.gov>
* feat: add bmc url Signed-off-by: happyfx <happyfx@mayflower.work>
Use long option for quiet cache
Resolves: PCC-5375
Signed-off-by: GC <1204975+gicamm@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.