Releases: peterpisarcik/ionos-cloud-watchdog
Releases · peterpisarcik/ionos-cloud-watchdog
Release list
Release v0.4.0
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
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
What's New
- Cobra CLI Framework: Migrated to Cobra for better command structure
- Config Init Command: New
config initcommand 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.shfor easy cross-platform builds
Release v0.2.0
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
- IONOS Cloud status page, API, and authentication checks
- Kubernetes cluster monitoring via IONOS API
- Direct K8s health checks (nodes, pods, deployments, PVCs, services)