ansible/changelogs
Jordan Borean 595b4f0390
winrm - Add better Kerberos error (#86317)
* winrm - Add better Kerberos error

Adds a better error when Kerberos authentication is requested but the
`pykerberos` library is not installed. This also removes the fallback to
basic auth if the username is in the UPN format and no transport/auth
method is specified. This is because a UPN user must be a domain account
and domain accounts cannot be used with basic auth.

* Add more docs about user settings

* Fix some grammar issues
2025-12-11 11:43:33 +10:00
..
fragments winrm - Add better Kerberos error (#86317) 2025-12-11 11:43:33 +10:00
changelog.yaml Bump devel to 2.21 (#85992) 2025-10-14 15:35:21 -05:00
config.yaml [changelog config] Ansible Base -> ansible-core (#73739) 2021-02-27 21:51:11 -06:00
README.md Convert non-docs *.rst files to *.md (#81217) 2023-07-11 11:42:40 -07:00

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.