Skip to content

Tags: prometheus/common

Tags

v0.62.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
http_config: Allow customizing TLS config and settings. (#748)

* http_config: Allow customizing TLS config and settings.


Signed-off-by: bwplotka <bwplotka@gmail.com>

* Switched to newTLSConfigFunc

Signed-off-by: bwplotka <bwplotka@gmail.com>

* Addressed comments.

Signed-off-by: bwplotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>

v0.61.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#732)

* Bump google.golang.org/protobuf from 1.35.1 to 1.35.2

Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Go mod tidy in sigv4.

Signed-off-by: SuperQ <superq@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: SuperQ <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SuperQ <superq@gmail.com>

v0.60.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update common Prometheus files (#701)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: Ben Kochie <superq@gmail.com>

v0.60.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update supported Go versions (#700)

* Update Go minimum to 1.21.
* Update Go tests to 1.23.
* Cleanup old Go 1.21 build flags.

Signed-off-by: SuperQ <superq@gmail.com>

Verified

This tag was signed with the committer’s verified signature.
beorn7 Björn Rabenstein

Verified

This tag was signed with the committer’s verified signature. The key has expired.

v0.57.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #677 from tjhop/feat/add-promslog-pkg

feat: new promslog and promslog/flag packages to wrap log/slog

v0.56.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Provide a method for explicitly checking label names for legacy valid…

…ity. (#682)

This is needed in Prometheus for modes when legacy validation has been explicitly requested but UTF-8 is otherwise enabled.

Signed-off-by: Owen Williams <owen.williams@grafana.com>

v0.55.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #649 from rajagopalanand/13364

Add SigV4 FIPS STS  endpoint config