Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.66 KB

File metadata and controls

47 lines (35 loc) · 1.66 KB

Changelog

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

Fixed

  • 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

Added

  • 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

Changed

  • Using as_group on a functional-requirement will now group infrastructure targets in the stack instance status

Fixed

  • stackl apply for 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-devel package changed to python38-devel in Dockerfile core
  • Fix inventory when running Ansible role with local connection

Security

  • Bumped UBI versions for images to 8.2-349 to fix issue with librepo package
  • Add reporting policies
  • Add codeql-analysis