summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2023-09-08chore: bump dependency on virtLars Wirzenius1-1/+1
Sponsored-by: author
2023-09-08chore: bump dependency on serde-yamlLars Wirzenius1-1/+1
Sponsored-by: author
2023-09-08chore: bump dependency on pretty-env-loggerLars Wirzenius1-1/+1
Sponsored-by: author
2023-09-08refactor: use current clap instead of structopt for command lineLars Wirzenius1-1/+1
Sponsored-by: author
2023-04-07fix: bump dependency on virt, fix breakageLars Wirzenius1-1/+1
virt version 0.2.11 had virt::domain::VIR_DOMAIN_AFFECT_CONFIG and other constants. In 0.2.12 it's now virt::sys::VIR_DOMAIN_AFFECT_CONFIG. Bump the dependency version and make necessary changes. Sponsored-by: author
2021-11-10feat: check that virtual network names are syntactically correctLars Wirzenius1-0/+2
Sponsored-by: author
2021-10-16feat: allow ~user/ in path names, not just ~/Lars Wirzenius1-0/+1
Add the home-dir crate as a dependency for tilde expansion. Sponsored-by: author
2021-07-25test: verify that "vmadm config" worksLars Wirzenius1-7/+8
Sponsored-by: author
2021-04-01fix: commit Cargo.lock changeLars Wirzenius1-1/+1
Also, bump version to 0.4.1, because 0.4.0 was already published. My release process needs fixing. *sigh*
2021-04-01chore: update version number in Cargo.toml for 0.4.0v0.4.0Lars Wirzenius1-1/+1
2021-04-01fix: add newline to end of Cargo.tomlLars Wirzenius1-1/+1
2021-03-23chore: bump version number to 0.3.0v0.3.0Lars Wirzenius1-1/+1
2021-03-14build: bump version number to 0.2.1 for releasev0.2.1Lars Wirzenius1-1/+1
2021-03-13build: update Cargo.toml for publishing on crates.ioLars Wirzenius1-0/+4
2021-03-13build: update version numbers for releasev0.2.0Lars Wirzenius1-1/+1
2021-03-01feat: change how command line interface worksLars Wirzenius1-0/+1
Easier to use now. --config before subcommand was annoying.
2021-02-28feat: export cloud-init config, set SSH host keysLars Wirzenius1-0/+1
2021-02-20feat: vmadm command to create, list, and delete virtual machinesLars Wirzenius1-0/+7
Includes test suite.
2021-01-24createLars Wirzenius1-1/+2
2021-01-24moarLars Wirzenius1-0/+1
2021-01-24start on imageLars Wirzenius1-0/+1
2021-01-24feat: add initial CloudInitConfigLars Wirzenius1-0/+9