Community.Internal_Test_Tools Release Notes

v0.12.0

Release Summary

Feature release.

Minor Changes

Removed Features (previously deprecated)

v0.11.0

Release Summary

Feature, bugfix, and maintenance release.

Minor Changes

Breaking Changes / Porting Guide

Deprecated Features

Bugfixes

v0.10.1

Release Summary

Maintenance release to test whether publishing community collections works.

v0.10.0

Release Summary

Maintenance release with updated documentation and removal of a deprecated tool.

From this version on, community.internal_test_tools is using the new Ansible semantic markup in its documentation. If you look at documentation with the ansible-doc CLI tool from ansible-core before 2.15, please note that it does not render the markup correctly. You should be still able to read it in most cases, but you need ansible-core 2.15 or later to see it as it is intended. Alternatively you can look at the docsite for the rendered HTML version of the documentation of the latest release.

Removed Features (previously deprecated)

Known Issues

v0.9.0

Release Summary

Feature release with improved extra sanity test runner.

Minor Changes

Deprecated Features

v0.8.0

Release Summary

Maintenance release with updated documentation and licensing information.

Minor Changes

v0.7.0

Release Summary

Regular feature release.

Minor Changes

v0.6.1

Release Summary

Regular bugfix release.

Bugfixes

v0.6.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v0.5.0

Release Summary

Feature release with various tool improvements.

Minor Changes

Breaking Changes / Porting Guide

Bugfixes

v0.4.0

Release Summary

Add bugfixes for and new features to the open_url/fetch_url test framework.

Minor Changes

Bugfixes

v0.3.0

Minor Changes

Bugfixes

New Plugins

Lookup

  • community.internal_test_tools.open_url_test_lookup - Test plugin for the open_url test framework (DO NOT USE THIS!)

New Modules

  • community.internal_test_tools.files_collect - Collect state of files and directories on disk

  • community.internal_test_tools.files_diff - Check whether there were changes since files_collect was called

v0.2.1

Release Summary

Re-release because Galaxy did not accept a tag with spaces in galaxy.yml. No other changes besides that the changelog moved to the root directory.

v0.2.0

Major Changes

  • There is now a extra sanity test runner which allows to easily run extra sanity tests. This is a stop-gap solution until ansible-test supports sanity test plugins.

v0.1.1

Release Summary

Initial release.

New Modules

  • community.internal_test_tools.community.internal_test_tools.fetch_url_test_module - Test module for fetch_url test framework