Skip to content

Releases: infraguys/genesis_devtools

0.2.1: Rotation and disk space guard features

01 May 05:40
714f58f

Choose a tag to compare

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

29 Apr 20:11
acd4dbc

Choose a tag to compare

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

16 Apr 07:12
6c81298

Choose a tag to compare

Debian 12 profile

0.1.0: Autoresize, set password, correct logs clearing

01 Apr 06:12
9858932

Choose a tag to compare

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

30 Mar 14:01
3b68109

Choose a tag to compare

Added custom profiles

0.0.12

28 Mar 14:14
27e6a5f

Choose a tag to compare

Added support of environment variables for image building

0.0.11: Added compression option for backup command (#35)

26 Mar 15:02
b4065b5

Choose a tag to compare

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

23 Mar 09:36
586a5b3

Choose a tag to compare

Create directory during dependencies copying process

0.0.9

20 Mar 09:39
26836bd

Choose a tag to compare

Bugfix: refresh domain list before every backup

0.0.8

18 Mar 12:31
675e264

Choose a tag to compare

Hotfix: HEAD is a detached symbolic reference as it points to