Skip to content

Releases: node-pulse/agent

v0.1.7

30 Oct 02:24
f413959

Choose a tag to compare

Changelog

  • f413959 fix: ensure collection timestamps are in UTC for immediate and periodic scrapes

v0.1.6

28 Oct 08:01
eb474f6

Choose a tag to compare

Changelog

  • e82e597 feat: align collection timestamps in Prometheus metrics scraping
  • eb474f6 fix: update logging to use RFC3339 format for collection timestamps and remove legacy scrape function

v0.1.5

28 Oct 05:46
43dd6c9

Choose a tag to compare

Changelog

  • e9b0b06 fix: update file paths for server ID and PID file to use 'nodepulse' instead of 'node-pulse'
  • 43dd6c9 refactor: rename 'node-pulse' to 'nodepulse' across configuration, documentation, and codebase

v0.1.4

28 Oct 05:35
378296d

Choose a tag to compare

Changelog

  • c197056 feat: add GitHub Actions workflow for building and testing Go application
  • 378296d fix: add upload step for build artifacts in GitHub Actions workflow
  • 2b5387d refactor: update command references and remove updater functionality

v0.1.3

28 Oct 05:01
dd31d70

Choose a tag to compare

Changelog

  • dd31d70 fix: update ldflags to reference correct package for versioning

v0.1.2

28 Oct 02:50
046cfe1

Choose a tag to compare

Changelog

  • 046cfe1 fix: standardize quotes in release workflow and remove unused format in GoReleaser config

v0.1.1

28 Oct 02:46
d1585ec

Choose a tag to compare

Changelog

  • d1585ec fix: correct version_template key in GoReleaser configuration

v0.1.0

28 Oct 02:44
6f89129

Choose a tag to compare

Changelog

  • 69420a0 Add project overview, logging PRD, and setup PRD documentation
  • 33b456b feat: add GitHub Actions workflow for automated release process
  • 5f4e5cf feat: add IPv4 and IPv6 fields to Report and collect IP addresses in metrics
  • c7db6d7 feat: add documentation for Buffer Mechanism and Write-Ahead Log pattern
  • 12401e1 feat: add installation details documentation for NodePulse agent
  • 50f4331 feat: collect and store IPv4 and IPv6 addresses in SystemInfo
  • fe2b918 feat: complete rewrite, forward prometheus
  • f9b8942 feat: implement self-update mechanism with systemd timer for automatic updates
  • bfe469a feat: rename binary and update references to 'nodepulse' in configuration and documentation
  • 6016d93 feat: update README for NodePulse Agent v2.0 with new architecture and features
  • 6f89129 fix: add goreleaser github actions; remove quick mode and other flags
  • 2385b1f refactor: remove deprecated processBufferFile and sendCorruptedFileMarker methods