All notable changes to this project will be documented here. Format follows Keep a Changelog; the project adheres to Semantic Versioning.
- Real list + delete via STACKIT IaaS v2 SDK for: ComputeVolume, Network, NetworkInterface, SecurityGroup
- New
NetworkInterfaceresource type dev-infra/Pulumi (Go) stack for round-trip create + nuke testing, plusdev-infra/nuke.yaml(.example)companion config- Post-run summary: grouped list of nuked resources + ASCII art banner
- Compact log formatter (strips libnuke property dump);
--log-verboserestores full output
- Initial scaffold: CLI, libnuke wiring, STACKIT auth, config loader
- Resource registrations (placeholder Listers): ComputeServer, ComputeVolume, ComputeSnapshot, ComputeKeypair, Network, Subnet, Router, SecurityGroup, FloatingIP, ObjectStorageBucket, ObjectStorageObject, SKECluster, PostgresFlexInstance, MongoDBFlexInstance, RedisInstance, OpenSearchInstance, RabbitMQInstance, LoadBalancer, DNSZone
- Real list + delete via STACKIT IaaS v2 SDK for ComputeServer
- CI: lint, test, build (GitHub Actions, Go 1.25)
- Release: GoReleaser cross-compile, ko distroless multi-arch, Cosign signing
- Docs: MkDocs Material site published to GitHub Pages