File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ All user visible changes to this project will be documented in this file. This p
6
6
7
7
8
8
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
+
9
32
## [ 3.2.0] · 2023-05-08
10
33
[ 3.2.0 ] : https://github.com/instrumentisto/ansible-coreos-bootstrap/tree/3.2.0
11
34
@@ -152,6 +175,8 @@ All user visible changes to this project will be documented in this file. This p
152
175
[ PyPy ] : https://pypy.org
153
176
[ Python 3.5 ] : https://www.python.org/downloads/release/python-350
154
177
[ Python 3.6 ] : https://www.python.org/downloads/release/python-360
178
+ [ Python 3.11 ] : https://www.python.org/downloads/release/python-3110
155
179
[ PyPy 7.2.0 ] : http://doc.pypy.org/en/latest/release-v7.2.0.html
156
180
[ 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
157
182
[ Semantic Versioning 2.0.0 ] : https://semver.org
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ galaxy_info:
6
6
author : instrumentisto
7
7
description : Bootstrap Fedora CoreOS or Flatcar Linux hosts to run Ansible
8
8
license : MIT
9
- min_ansible_version : 2.5
9
+ min_ansible_version : 7
10
10
galaxy_tags :
11
11
- coreos
12
12
- fcos
You can’t perform that action at this time.
0 commit comments