Skip to content

Releases: peterpisarcik/ionos-cloud-watchdog

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:45
d10d8dc

What's Changed

  • Add MIT license
  • Add support for checking Ionos DBaaS
  • Add tests

Installation

Download the binary for your platform and run:

chmod +x ionos-cloud-watchdog-*
./ionos-cloud-watchdog-* config init --token "your-token"
./ionos-cloud-watchdog-*

See the README for full documentation.

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 10:37

What's Changed

  • Update Linter configuration
  • Update GitHub workflow
  • Fix lint
  • Fix dependencies
  • Remove go version from run
  • Add Makefile
  • Fix golang version mismatch
  • Add CI/CD, linting and tests

Installation

Download the binary for your platform and run:

chmod +x ionos-cloud-watchdog-*
./ionos-cloud-watchdog-* config init --token "your-token"
./ionos-cloud-watchdog-*

See the README for full documentation.

Release v0.3.0

Choose a tag to compare

@peterpisarcik peterpisarcik released this 01 Dec 09:55

What's New

  • Cobra CLI Framework: Migrated to Cobra for better command structure
  • Config Init Command: New config init command with flag support
  • Refactored Structure: Cleaner code organization with cmd package
  • Fixed Input Issues: Resolved terminal paste problems in interactive mode
  • Build Script: Added build.sh for easy cross-platform builds

Release v0.2.0

Choose a tag to compare

@peterpisarcik peterpisarcik released this 24 Nov 13:39

What's New

  • Datacenter monitoring with servers and volumes
  • Verbose mode (--verbose) to list individual resources
  • Status page incident details
  • Improved output formatting

Changes

  • Servers in SHUTOFF state no longer flagged as issues
  • Better column alignment in output

Initial Release

Choose a tag to compare

@peterpisarcik peterpisarcik released this 23 Nov 18:59
  • IONOS Cloud status page, API, and authentication checks
  • Kubernetes cluster monitoring via IONOS API
  • Direct K8s health checks (nodes, pods, deployments, PVCs, services)