Skip to content

Releases: kashalls/kromgo

v0.3.1

02 Apr 21:47
Compare
Choose a tag to compare

What's Changed

  • Added /-/ready endpoint.
  • Config option to use Prometheus Server URL and Kromgo Port from config instead of environment. Kromgo will use Environment Variables first over config options.
  • Override the value that is sent by adding valueOverride to the color range.
  • Config.Metric.MetricColors.Color is now optional.

Full Changelog: v0.3.0...v0.3.1

v0.3.1-beta

10 Mar 22:23
de67cb1
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release

What's Changed

  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #13
  • chore(deps): update docker/build-push-action action to v5.1.0 by @renovate in #17
  • chore(deps): update actions/setup-go action to v5 by @renovate in #21
  • chore(deps): update docker/build-push-action action to v5.2.0 by @renovate in #25
  • chore(deps): update docker/setup-buildx-action action to v3.1.0 by @renovate in #24
  • fix(deps): update module github.com/prometheus/common to v0.50.0 by @renovate in #20
  • chore(deps): update golang docker tag to v1.22.1 by @renovate in #18
  • fix(deps): update module gopkg.in/yaml.v2 to v3 by @renovate in #22

Full Changelog: v0.3.0...v0.3.1-beta

v0.3.0

11 Feb 02:55
Compare
Choose a tag to compare

Breaking Changes

⚠️The default response format has been changed from raw to endpoint. Queries for &format=endpoint will still result in the correct format. This however breaks users wanting to utilize the &format=raw.

What's Changed

  • docs: add JSONSchema for configuration file by @ajgon in #9
  • feat(config): autobuild json schema for config by @ajgon in #10
  • chore: Configure Renovate by @renovate in #12
  • Add support for fetching the value of a query's label, default endpoint instead of raw, load config properly and more. by @kashalls in #16

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

18 Dec 17:06
f15b8e5
Compare
Choose a tag to compare

What's Changed

  • Add debug log support
  • Fix Readme typo by @blackjid in #8

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

15 Dec 23:41
1a1c456
Compare
Choose a tag to compare

What's Changed

  • Set only required token permissions for container image publishing by @solidDoWant in #4
  • chore: seperate ci testing and building by @kashalls in #5
  • If a query name processes and returns [] then it returns 404.

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Dec 21:02
710d504
Compare
Choose a tag to compare

v0.2.2

What's Changed

  • Buildx automatically provides envs for us to use. by @kashalls in #3

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Dec 19:51
12d1107
Compare
Choose a tag to compare

🎉 Release v0.2.1 🎉

The total container size is now down from 904 MB to 6.4MB with help from @solidDoWant

What's Changed

⚠️ The configuration file location has changed from /config/config.yaml to /kromgo/config.yaml.

  • chore: change config location and fix docker container size by @kashalls in #1

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Dec 18:50
d8cf73f
Compare
Choose a tag to compare

Adds PROMETHEUS_URL env to allow setting the Prometheus Endpoint.

Full Changelog: v0.1.0...v0.2.0