Releases: O1ahmad/basic-service
Releases · O1ahmad/basic-service
v0.2.5
v0.2.4
v0.2.3
What's Changed
- chore: add initial molecule tests covering the basic systemd deployment scenario by @O1ahmad in #24
- chore: add initial container-basic molecule test scenario by @O1ahmad in #25
- chore: molecule test refactorizations by @O1ahmad in #26
- chore: add initial full container specification tests by @O1ahmad in #27
- chore: update container-full test scenario to test for all available properties by @O1ahmad in #28
- chore: add initial tests for the systemd-full properties tested scenario by @O1ahmad in #29
- chore: add initial systemd uninstall tests by @O1ahmad in #30
- chore: add initial container uninstall scenario tests by @O1ahmad in #31
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- add experimental ansible-lint rule checks to warn only list by @O1ahmad in #8
- replace service cluster common_name value with commonName by @O1ahmad in #9
- feat: add functionality for automatically downloading and extracting binaries with systemd setups by @O1ahmad in #10
- feat: add secure node setup functionality and refactor var specifications by @O1ahmad in #11
- chore: migrate secure node logic to separate role by @O1ahmad in #12
- fix: update binary download etc defaults to proper configuration by @O1ahmad in #13
- fix: store specified configs in destination path without workdir as root by @O1ahmad in #14
- feat: add Kubernetes/helm release setup logic by @O1ahmad in #15
- chore: support helm installs across OS types by @O1ahmad in #16
- feat: support specification of binary archive strip components option by @O1ahmad in #17
- chore: deprecate the resources property and reuse cpus and memory by @O1ahmad in #18
- feat: add network_mode config option for docker deployments by @O1ahmad in #19
- chore: add systemd restart policy config option and ensure units are enabled + activated by @O1ahmad in #20
- chore: update basic-service uninstall logic by @O1ahmad in #21
- feat: add support for specifying the service type of systemd deployments by @O1ahmad in #22
- chore: update logic based on latest round of manual testing by @O1ahmad in #23
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
- add option to allow specified ingress ports via iptables
Release v0.2.0
- add initial implementation of the systemd deployment mode
Release v0.1.3
- update default resource mem units and restart policy setting
Release v0.1.2
- re-add service container resource defaults
Release v0.1.1
- fix service volume/port list generation logic and update defaults
Release v0.1.0
- add initial base service container deployment functionality