All notable changes to STACKL will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.6 - 2020-11-12
- Fix update infra capabilities, so updates won't fail because policies did not have all the data (#176)
- Use loguru for uvicorn logs (#173)
0.2.5 - 2020-10-29
- Option for force deleting a stack instance
- Option added for configuring max_jobs for stackl agent
- Update deployment and configuration docs
- Added progressbar option when creating/updating stack instance
- Add Ansible-playbook docs
- Add docs on how to debug OPA
- Option to disable automatic rollback
- Option to supply Redis password for agent and core
- (EXPERIMENTAL) Elastic APM can be enabled for stackl core
- Using as_group on a functional-requirement will now group infrastructure targets in the stack instance status
stackl applyfor documents now fails when a document is not valid- stackl core now passes pylint test
- stack instance creation will not fail when policies are not defined in SAT
python3-develpackage changed topython38-develin Dockerfile core- Fix inventory when running Ansible role with local connection
- Bumped UBI versions for images to 8.2-349 to fix issue with librepo package
- Add reporting policies
- Add codeql-analysis