1 Commits

Author SHA1 Message Date
cuddle-please
971f308b42 chore(release): 0.2.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-11-29 23:45:50 +00:00
3 changed files with 0 additions and 21 deletions

View File

@@ -6,24 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0] - 2024-11-30
### Added
- install churn
## [0.3.0] - 2024-11-30
### Added
- allow password to be null
### Fixed
- revert changes to ip
## [0.2.3] - 2024-11-29
### Fixed
- use source for remote file
## [0.2.2] - 2024-11-29
### Fixed

View File

@@ -4,7 +4,5 @@ runcmd:
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
fqdn: ${hostname}.${domain}

View File

@@ -55,7 +55,6 @@ variable "ssh_private" {
variable "user_password" {
sensitive = true
default = null
}
variable "cpu" {