Releases: rodrigo-speller/atone
Releases · rodrigo-speller/atone
0.0.8 - Pre-release
Changelog
- Defaults log level to "information".
Full Changelog: v0.0.7...v0.0.8
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.8/atone-install.sh | sh
Supports
Distro | Versions | Architecture |
---|---|---|
Alpine | 3.13+ | aarch64, armv7, x86_64 |
Debian | 11 (bullseye) | amd64, arm64, armhf |
latest
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/latest/atone-install.sh | sh
Supports
Distro | Versions | Architecture |
---|---|---|
Alpine | 3.13+ | aarch64, armv7, x86_64 |
Debian | 11 (bullseye) | amd64, arm64, armhf |
0.0.7 - Pre-release
Changelog
- Service schedule 🤩.
- Changes on restart policy.
- Fix: Atone must abort when critical failure occurs during spawning service.
Full Changelog: v0.0.6...v0.0.7
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.7/atone-install.sh | sh
Supports
Distro | Versions | Architecture |
---|---|---|
Alpine | 3.13+ | aarch64, armv7, x86_64 |
Debian | 11 (bullseye) | amd64, arm64, armhf |
0.0.6 - Pre-release
Changelog
- Fix month value on log.
- Automate multi-arch release using CIEmu Action.
Full Changelog: v0.0.5...v0.0.6
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.6/atone-install.sh | sh
0.0.5 - Pre-release
Changelog
- Fix to allow yaml config's settings section undefined
- Isolated package scripts
- ARMv7 support
Full Changelog: v0.0.4...v0.0.5
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.5/atone-install.sh | sh
0.0.4 - Pre-release
Changelog
- Supervision improvements
- Memory management improvements
- Service start according dependency list
- Isolate programs
- optparse as pre-compiled library
- Pre-compiled project header
- Make optmizations
- Sample improvements
Full Changelog: v0.0.3...v0.0.4
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.4/atone-install.sh | bash /dev/stdin
0.0.3 - Pre-release
Changelog
- Binary size optmization
- yaml-cpp lib rebuild
- Makefile for yaml-cpp
- YAML parsing improvements
- Program abstraction based executions
- Install script
- Debian package script
- VSCode file nesting
Full Changelog: v0.0.2...v0.0.3
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.3/atone-install.sh | bash /dev/stdin
0.0.2 - Pre-release
Changelog
- Commandline options
Full Changelog: v0.0.1...v0.0.2
Installation
curl -sSL https://github.com/rodrigo-speller/atone/releases/download/v0.0.2/atone-install.sh | bash /dev/stdin
0.0.1 - Initial pre-release
v0.0.1 Github Actions