mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
This is a fix for a common issue where Ansible is setting the LIB env var to the data type (System.Collections.DictionaryEntry) and not the actual value. It unfortunately causes downstream issues if you run PowerShell scripts that are affected by the LIB variable not being a search path, but an incorrect string. It causes Add-Type to fail on even the simples call (like `Add-Type "using System;"` |
||
|---|---|---|
| .. | ||
| fragments | ||
| changelog.yaml | ||
| config.yaml | ||
| 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.