You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs
s-hertel 4ba445b748 Fix validate_argument_spec so the argument spec is validated before
passing it to the ArgumentSpecValidator to prevent unhandled errors
during variable validation.

Make role argument spec errors non-fatal at runtime. Display a warning
and include details with -vvv. Pass ArgumentSpecValidator a pruned
argument spec containing the valid portion.

Give an error and return argument_spec_errors in the task result for
non-implicit validate_argument_spec tasks.

Add tests for role argument spec errors and validate_argument_spec
argument_spec errors.
1 month ago
..
fragments Fix validate_argument_spec so the argument spec is validated before 1 month ago
README.md Convert non-docs *.rst files to *.md (#81217) 1 year ago
changelog.yaml zap changelogs (#83988) 2 months ago
config.yaml [changelog config] Ansible Base -> ansible-core (#73739) 4 years ago

README.md

Changelogs

As part of the release process a version-specific CHANGELOG-vX.Y.rst will be generated from fragments in the fragments directory.

On release branches once a release has been created, consult the branch's version-specific file for changes that have occurred in that branch. The devel branch does not have a generated changelog, only changelog fragments.