Releases: sfudeus/isg_exporter
Releases · sfudeus/isg_exporter
1.5.1
What's Changed
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #96
Full Changelog: 1.5.0...1.5.1
1.5.0
1.4.2
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
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)
Merge pull request #84 from sfudeus/homeassistant Add preliminary support for home assistant
Update prometheus client
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
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
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
Mqtt support (#78) * Rename counters to resolve naming conflict (error) * Add basic mqtt support (sending metrics)
Golang 1.21
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>