Skip to content

Releases: aauren/ntopng-exporter

v1.3.0

29 Sep 21:39
83e7836
Compare
Choose a tag to compare

Summary

Another small release that adds token authentication as well as updates go version and dependencies.

Contributions

Thanks to @liorfranko for contributing token authentication!

Changelog

  • 83e7836 - feat(go.mod): update dependencies <Aaron U'Ren>
  • 98f7046 - feat(ci): update build-push-action@v5 -> @v6 <Aaron U'Ren>
  • 012c164 - feat(go): update 1.22.2 -> 1.23.1 <Aaron U'Ren>
  • 381b6e3 - feat: add token authentication (#16) <Lior Franko>
  • b829b5b - doc(README.md): update current state of project <Aaron U'Ren>
  • 1ae0d4f - feat(grafana-dashboard.json): add instance separation <Aaron U'Ren>

v1.2.2

20 Apr 20:22
bf28e5e
Compare
Choose a tag to compare

Changelog

Updates dependencies and libraries across the board:

  • Go version update from 1.21 -> 1.22
  • GitHub actions updates
  • Go modules update

v1.2.1

25 Nov 21:31
c1ebbfa
Compare
Choose a tag to compare

Summary

A small administrative release that adds GitHub action support for CI steps.

Changelog

  • fc3a931 - feat(.goreleaser.yml): set to draft settings <Aaron U'Ren>
  • 5b70dfc - feat(.goreleaser.yml): update for github actions <Aaron U'Ren>
  • 416e3e5 - doc(README.md): update to my dockerhub repo <Aaron U'Ren>
  • aa17228 - feat(.gitignore): ignore .act directory <Aaron U'Ren>
  • 140e973 - feat(ci.yml): add initial github actions <Aaron U'Ren>

v1.2.0

23 Oct 03:14
f65375b
Compare
Choose a tag to compare

Changelog

  • f65375b feat(go): update modules and go 1.21

v1.1.1

15 Feb 23:14
Compare
Choose a tag to compare

Changelog

  • 748677b feat: update go modules universally + update to go1.20.1
  • edbb9e3 fix(goreleaser): update config to remove deprecated options

v1.1.0

19 Feb 20:50
79ab13d
Compare
Choose a tag to compare

Changelog

Thanks @nresare for the contributions in this release.

  • b563b96 Avoid printing the password in clear text to stdout on startup
  • 1eefe6a Introduce minimal Dockerfile to package the binary and docs

v1.0.0

23 Dec 19:05
Compare
Choose a tag to compare

Changelog

  • 4451005 Merge pull request #2 from aauren/update_to_api_v2
  • 02e8050 doc(README.md): update with version info
  • 44effdb feat: update to go1.17 & update deps
  • c1435fa feat: update to ntopng v2 API
  • cdd2492 fix(ntop_data_structures.go): add quoting
  • 5feb372 ntopng-exporter.iml: misc intellij updates

v0.2.0

29 Nov 18:12
Compare
Choose a tag to compare

Changelog

f77a476 feat(https): add config option for skipping cert verification

v0.1.2

29 Nov 18:08
Compare
Choose a tag to compare

Changelog

ab20122 doc(README.md): fix up the wording a bit
2ec5b63 doc: add example prometheus metrics, and screenshot
dc952bb fix(controller.go): error handling and interface config obedience
2f40c05 interface.go: properly append labels for interface metrics

v0.1.1

12 Nov 20:15
Compare
Choose a tag to compare

Changelog

a3cf869 doc(README.md): fill out basic information
005f03a feat(goreleaser): add extra files and archs