OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/prom2json?expand=0&rev=6
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 4 12:35:07 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Fix syntax to fix build with RPM 4.20.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 09 21:41:27 UTC 2022 - jkowalczyk@suse.com
|
|
|
|
- Update to version 1.3.2:
|
|
* Bump github.com/matttproud/golang_protobuf_extensions
|
|
* Bump github.com/prometheus/common from 0.33.0 to 0.37.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 09 21:40:43 UTC 2022 - jkowalczyk@suse.com
|
|
|
|
- Update to version 1.3.1:
|
|
* Update VERSION to match reality
|
|
* Fix yamllint warnings
|
|
* Remove vendor dir
|
|
* Update to Go1.18
|
|
* Update install instructions
|
|
* Update dependencies and turn logging into fmt.Fprint... to stderr
|
|
* Fix Docker link
|
|
* makefile: update Makefile.common with newer version
|
|
* Use switch statements instead of many if statements
|
|
- Update to BuildRequires: go >= 1.17 per go.mod
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 16:34:33 UTC 2020 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
|
|
|
- Fix go build command to target project/name go package
|
|
* Update dependency to >=go1.13 as required by dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 09:40:54 UTC 2020 - jkowalczyk@suse.com
|
|
|
|
- New package prom2json version 1.3.0:
|
|
* Update dependencies
|
|
* Use DefaultTransport as baseline and set ResponseHeaderTimeout
|
|
* Close metric family channel in case of errors
|
|
* Bump github.com/prometheus/common to v0.7.0
|
|
* Fix go.mod and vendor/
|
|
* Bump Go version to 1.13
|
|
* makefile: update Makefile.common with newer version
|
|
* makefile: update Makefile.common with newer version
|
|
* Update beorn's e-mail and add GH handle
|