Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
f5b03b4ac6 chore(release): 0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-11 21:02:05 +00:00
94b701b133
feat: add on boot true for all nodes
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-11 22:00:42 +01:00
90ecf5b603 chore(release): v0.5.0 (#9)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.5.0

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #9
2024-12-01 22:43:19 +01:00
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.1] - 2025-01-11
### Added
- add on boot true for all nodes
## [0.5.0] - 2024-12-01
### Added

View File

@ -65,6 +65,8 @@ resource "proxmox_vm_qemu" "node" {
bootdisk = "scsi0"
scsihw = "virtio-scsi-single"
onboot = true
serial {
id = 0
}