Skip to content

v2.1.6

Choose a tag to compare

@joshiste joshiste released this 29 Apr 10:24
· 148 commits to main since this release
17cf944

Changelog

  • b8d6334 Merge pull request #173 from steadybit/dependabot/go_modules/github.com/rs/zerolog-1.34.0
  • 003e58a Merge pull request #174 from steadybit/dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.36.0
  • eda002d Merge pull request #175 from steadybit/dependabot/go_modules/github.com/docker/docker-28.0.4incompatible
  • 8e08556 Merge pull request #176 from steadybit/refa/queryapi
  • 9559306 Merge pull request #177 from steadybit/dependabot/docker/goreleaser/goreleaser-v2.8.2
  • d8a12b8 Merge pull request #178 from steadybit/dependabot/go_modules/github.com/prometheus/client_golang-1.22.0
  • 10295e8 Merge pull request #179 from steadybit/dependabot/go_modules/golang.org/x/net-0.38.0
  • 0a68e47 Merge pull request #180 from steadybit/dependabot/go_modules/github.com/docker/docker-28.1.1incompatible
  • 238200f Merge pull request #181 from steadybit/dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.37.0
  • 10b5c12 build(deps): bump github.com/docker/docker
  • b91bc18 build(deps): bump github.com/docker/docker
  • 25f74f4 build(deps): bump github.com/prometheus/client_golang
  • c1fb3f0 build(deps): bump github.com/rs/zerolog from 1.33.0 to 1.34.0
  • 644a093 build(deps): bump github.com/testcontainers/testcontainers-go
  • 0e6a474 build(deps): bump github.com/testcontainers/testcontainers-go
  • 4dd2d23 build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
  • dbd93ac build(deps): bump goreleaser/goreleaser from v2.8.1 to v2.8.2
  • 17cf944 chore: update changelog
  • f0bf0e7 chore: update helm chart version
  • 07b032b chore: update to go 1.24
  • bc23535 chore: update to go 1.24
  • 5388dfc refa: reworked the Prometheus query implementation in extmetric.go to use api.QueryRange instead of api.Query. This addresses the timestamp issues where api.Query was returning the query execution time rather than the actual metric timestamp.
  • 4ee8d53 refa: reworked the Prometheus query implementation in extmetric.go to use api.QueryRange instead of api.Query. This addresses the timestamp issues where api.Query was returning the query execution time rather than the actual metric timestamp.
  • 868edde refa: reworked the Prometheus query implementation in extmetric.go to use api.QueryRange instead of api.Query. This addresses the timestamp issues where api.Query was returning the query execution time rather than the actual metric timestamp.