Skip to content

Releases: sfudeus/isg_exporter

1.5.1

21 Apr 14:39
ce50c45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

24 Mar 11:41
3a5c39f
Compare
Choose a tag to compare

What's Changed

  • Improve error handling and support static on/off flags. by @sfudeus in #92
  • Fix illegal comma in metrics by @sfudeus in #95
  • Support non-unique metric names by optional prefixing with section names by @sfudeus in #93

Full Changelog: 1.4.2...1.5.0

1.4.2

14 Mar 21:10
9fcf6a5
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #91

Full Changelog: 1.4.1...1.4.2

1.4.1

09 Mar 21:16
85cd688
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #90
  • Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.1 by @dependabot in #89

Full Changelog: 1.4.0...1.4.1

Add preliminary home-assistant support (and go 1.22)

24 Feb 19:10
254364f
Compare
Choose a tag to compare
Merge pull request #84 from sfudeus/homeassistant

Add preliminary support for home assistant

Update prometheus client

02 Jan 10:42
d356c45
Compare
Choose a tag to compare
Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#83)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update dependencies

23 Dec 12:13
785fb4b
Compare
Choose a tag to compare
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#82)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

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

Update dependencies

15 Oct 09:55
fe30676
Compare
Choose a tag to compare
Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#80)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Basic MQTT support

03 Sep 11:38
b1e5efc
Compare
Choose a tag to compare
Mqtt support (#78)

* Rename counters to resolve naming conflict (error)

* Add basic mqtt support (sending metrics)

Golang 1.21

15 Aug 17:57
18b0a99
Compare
Choose a tag to compare
Bump golang from 1.20 to 1.21 (#75)

Bumps golang from 1.20 to 1.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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