Skip to content

Commit 94b101a

Browse files
committed
Prepare 4.0.0 release
- require `min_ansible_version: 7`
1 parent dc12166 commit 94b101a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## [4.0.0] · 2025-04-16
10+
[4.0.0]: https://github.com/instrumentisto/ansible-coreos-bootstrap/tree/4.0.0
11+
12+
[Diff](https://github.com/instrumentisto/ansible-coreos-bootstrap/compare/3.2.0...4.0.0)
13+
14+
### BC Breaks
15+
16+
- Switch to [Python 3.11] in [PyPy] ([#14]).
17+
- Use new `pypy_pip_bootstrap_url` ([#14]).
18+
- Require `min_ansible_version: 7` ([#14]).
19+
20+
### Added
21+
22+
- Support for Ansible >=10.0 ([#14]).
23+
24+
### Changed
25+
26+
- Upgrade [PyPy] to [7.3.19][PyPy 7.3.19] ([#14]).
27+
28+
[#14]: https://github.com/instrumentisto/ansible-coreos-bootstrap/pull/14
29+
30+
31+
932
## [3.2.0] · 2023-05-08
1033
[3.2.0]: https://github.com/instrumentisto/ansible-coreos-bootstrap/tree/3.2.0
1134

@@ -152,6 +175,8 @@ All user visible changes to this project will be documented in this file. This p
152175
[PyPy]: https://pypy.org
153176
[Python 3.5]: https://www.python.org/downloads/release/python-350
154177
[Python 3.6]: https://www.python.org/downloads/release/python-360
178+
[Python 3.11]: https://www.python.org/downloads/release/python-3110
155179
[PyPy 7.2.0]: http://doc.pypy.org/en/latest/release-v7.2.0.html
156180
[PyPy 7.3.2]: http://doc.pypy.org/en/latest/release-v7.3.2.html
181+
[PyPy 7.3.19]: http://doc.pypy.org/en/latest/release-v7.3.19.html
157182
[Semantic Versioning 2.0.0]: https://semver.org

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ galaxy_info:
66
author: instrumentisto
77
description: Bootstrap Fedora CoreOS or Flatcar Linux hosts to run Ansible
88
license: MIT
9-
min_ansible_version: 2.5
9+
min_ansible_version: 7
1010
galaxy_tags:
1111
- coreos
1212
- fcos

0 commit comments

Comments
 (0)