mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
New release v2.19.7rc1 (#86565)
This commit is contained in:
@@ -4,6 +4,27 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v2.19.7rc1
|
||||||
|
==========
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
| Release Date: 2026-02-17
|
||||||
|
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
|
||||||
|
- ansible-test - Use the new API endpoint for the Ansible Core CI service.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix up the Action plugin ``_make_tmp_path`` error to only include the command run rather than the shell's dataclass repr from ``mkdtemp``.
|
||||||
|
- local connection - Pass correct type to become plugins when checking password (https://github.com/ansible/ansible/issues/86458)
|
||||||
|
|
||||||
v2.19.6
|
v2.19.6
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -1486,3 +1486,26 @@ releases:
|
|||||||
- module_defaults-action-plugin-templating.yml
|
- module_defaults-action-plugin-templating.yml
|
||||||
- winrm-kerberos.yml
|
- winrm-kerberos.yml
|
||||||
release_date: '2026-01-22'
|
release_date: '2026-01-22'
|
||||||
|
2.19.7rc1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Fix up the Action plugin ``_make_tmp_path`` error to only include the command
|
||||||
|
run rather than the shell's dataclass repr from ``mkdtemp``.
|
||||||
|
- local connection - Pass correct type to become plugins when checking password
|
||||||
|
(https://github.com/ansible/ansible/issues/86458)
|
||||||
|
minor_changes:
|
||||||
|
- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
|
||||||
|
- ansible-test - Use the new API endpoint for the Ansible Core CI service.
|
||||||
|
release_summary: '| Release Date: 2026-02-17
|
||||||
|
|
||||||
|
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||||
|
|
||||||
|
'
|
||||||
|
codename: What Is and What Should Never Be
|
||||||
|
fragments:
|
||||||
|
- 2.19.7rc1_summary.yaml
|
||||||
|
- 86473_su_become_local.yml
|
||||||
|
- ansible-test-api-endpoint.yml
|
||||||
|
- ansible-test-spare-tire.yml
|
||||||
|
- make-tmp-path-msg.yml
|
||||||
|
release_date: '2026-02-17'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
release_summary: |
|
||||||
|
| Release Date: 2026-02-17
|
||||||
|
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||||
@@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
__version__ = '2.19.6.post0'
|
__version__ = '2.19.7rc1'
|
||||||
__author__ = 'Ansible, Inc.'
|
__author__ = 'Ansible, Inc.'
|
||||||
__codename__ = "What Is and What Should Never Be"
|
__codename__ = "What Is and What Should Never Be"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 66.1.0, <= 80.10.2", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
requires = ["setuptools >= 66.1.0, <= 82.0.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
|||||||
Reference in New Issue
Block a user