Skip to content

Releases: morpher-vm/morpher-agent

v0.0.2

21 Aug 05:08

Choose a tag to compare

Changelog

  • 2d33956 docs(install): Document install and env
  • 15b9455 docs(readme): Add verify, delete agent
  • 892d10f feat(install): Add arch-specific install scripts with systemd unit
  • da668e8 feat(install): Verify release checksum and secure env file permissions

v0.0.1

20 Aug 11:49

Choose a tag to compare

Changelog

  • 0b43086 Initial commit
  • 03d8632 chore(collect): add id in SystemInfo
  • 690ac4a chore: Add GitHub Actions workflows
  • 0cd6549 chore: Add goreleaser configurations
  • 0ac8cd4 chore: Add targets and embed version metadata via ldflags
  • d547e96 chore: Add targets to Makefile
  • 0c71313 feat(collect): Add hostname field to system info
  • e6716f0 feat(collect): Add network interfaces to system info
  • 7e04660 feat(collect): collect & send metrics
  • fdd40b2 feat(collect): refine network interface filtering and IP parsing
  • 81af5d9 feat(version): Implement version command
  • ba8e64b fix(collect): change variable name
  • cb72b04 fix(collect): typo
  • 074c6a7 refactor: delete deprecated command codes
  • 1f2b2f7 style: Fix code style to pass linter
  • e9f9ee3 style: fix comment punctuation (godot)