Releases: infraguys/genesis_devtools
Releases · infraguys/genesis_devtools
0.2.1: Rotation and disk space guard features
Rotation For the periodic backup, you can set the number of backups to keep(rotation number). The default value is 5. Use the `--rotate` option to set the number of backups to keep: Disk space gurad Backups can take a lot of disk space and it can be a reason to crash the whole system if a disk will be full. To prevent such a situation you can set a threshold for disk space that should be free. If during a backup process this threshold will be reached, the backup process will stop. Use the `--min-free-space` option to set the threshold in GB. Also the `offset` option was added to specify backup start time more convenient.
0.2.0: Stands with baremetals
Added ability to create multi node stands. To define stands an YAML
configuration files are used. It's possible to specify bootstrap and
baremetal nodes and thier characterists. The current limitation is
only single bootstrap node for a stand. An example configuration below:
```
name: dev-stand
bootstraps:
- memory: 2048
cores: 2
baremetals:
- name: node-aplha
memory: 2048
cores: 2
- name: node-beta
memory: 2048
cores: 2
```
0.1.1
Debian 12 profile
0.1.0: Autoresize, set password, correct logs clearing
Significant improvements for genesis_base profile: - Added auto resizefs feature. It runs at every boot. - Added ability to change default password. - Ignored bootstrap scripts at build time. - Reduced image size. - Handled logs directory correctly after image build.
0.0.13
Added custom profiles
0.0.12
Added support of environment variables for image building
0.0.11: Added compression option for backup command (#35)
This commit introduces a new feature to the backup command in the CLI tool, allowing users to compress their backups for more efficient storage management. The --compress flag can be used to enable this option, which compresses the backup directory into a tar.gz file and places it in the specified output directory.
0.0.10
Create directory during dependencies copying process
0.0.9
Bugfix: refresh domain list before every backup
0.0.8
Hotfix: HEAD is a detached symbolic reference as it points to