Compare commits

...

3 Commits

Author SHA1 Message Date
cuddle-please
91cb728309 chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-11-29 23:25:53 +00:00
7708a0cdf3
feat: include template
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-30 00:25:36 +01:00
f137d7fadf chore(release): v0.1.0 (#1)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.1.0

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #1
2024-11-30 00:18:17 +01:00
2 changed files with 27 additions and 0 deletions

19
CHANGELOG.md Normal file
View File

@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2024-11-29
### Added
- include template
## [0.1.0] - 2024-11-29
### Added
- trigger commit
- trigger commit
- add module

View File

@ -0,0 +1,8 @@
#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
fqdn: ${hostname}.${domain}