Skip to content

Latest commit

 

History

History
92 lines (52 loc) · 1.99 KB

File metadata and controls

92 lines (52 loc) · 1.99 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Changed

  • Update registry references to oci (#36).

Fixed

  • Cap generated test ids to 255 characters to avoid file system errors (#35).

0.0.10 - 2024-11-06

Added

  • Nix build files (#18)
  • Raise build versions (#18)
  • Use setuptools to build the project (#18)
  • Drop support for 3.10 and add support for 3.12 (#18)
  • Added NAMESPACE to template globals and --namespace cli argument for preferred names (#30)

[0.0.9] - 2023-08-23

Added

  • Delete the output dir before generating tests (#7).

Changed

  • Replace os fs separator ("/") in test case names with underscore ("_") (#8)

[0.0.8] - 2023-07-01

  • Bugfix: apply multiple patches sequentially to a single test (#6)

[0.0.7] - 2023-06-26

  • Add support for Kuttl test suites and improve CI (#4)

[0.0.6] - 2023-06-21

  • Install and run pylint and mypy.
  • Reorganize package modules.
  • Install GitHub linting actions.
  • Install pre-commit hooks.

[0.0.5] - 2023-01-23

Changed

  • Preserve file permissions for the generated files.

[0.0.4] - 2023-01-20

Changed

  • Prevent the lookup() function from raising an exception.

[0.0.3] - 2023-01-20

Changed

  • Add lookup() function for (partial) compatibility with Ansible templates.

[0.0.2] - 2023-01-20

Changed

  • Enable trim_blocks when processing Jinja templates to avoid spurious new lines. These can lead to broken shell commands.

[0.0.1] - 2022-12-20

Added

  • Initial release.