Skip to content

Commit e14f338

Browse files
Release preparations: v1.1.0
1 parent 26527fc commit e14f338

File tree

6 files changed

+70
-2
lines changed

6 files changed

+70
-2
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ foundata.acmesh Ansible collection Release Notes
44

55
.. contents:: Topics
66

7+
v1.1.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release Date: 2025-05-05
14+
15+
Mostly a maintenance release, shipping official Fedora 42 support.
16+
17+
Minor Changes
18+
-------------
19+
20+
- Added Fedora 42 as supported platform for all collection roles and Molecule test scenarios
21+
- Exclude ``extensions/molecule`` from build artifacts. This reduces the size of the resulting artifact. The Ansible Molecule directory is intended for developer testing and not needed in production artifacts, where environment-specific testing can be performed independently.
22+
- Improved inline script quoting. Ensure safer handling of input by adding ``ansible.builtin.quote`` where appropriate. Even if inputs are user-controlled or derived from internal variables, it's better to be safe and prevent potential issues with shell parsing.
23+
24+
Removed Features (previously deprecated)
25+
----------------------------------------
26+
27+
- Removed Fedora 40 support (End of Life, EOL) from collection roles and Molecule scenarios. The collection may still work on Fedora 40, but no testing or bugfixes will be provided. A warning will be displayed when used on unsupported platforms.
28+
729
v1.0.0
830
======
931

@@ -12,4 +34,4 @@ Release Summary
1234

1335
Release Date: 2025-04-17
1436

15-
First public release, providing all functionality and files.
37+
First public release, providing all functionality and files

changelogs/changelog.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
---
22
ancestor: null
33
releases:
4+
1.1.0:
5+
changes:
6+
minor_changes:
7+
- Added Fedora 42 as supported platform for all collection roles and Molecule
8+
test scenarios
9+
- Exclude ``extensions/molecule`` from build artifacts. This reduces the size
10+
of the resulting artifact. The Ansible Molecule directory is intended for
11+
developer testing and not needed in production artifacts, where environment-specific
12+
testing can be performed independently.
13+
- Improved inline script quoting. Ensure safer handling of input by adding
14+
``ansible.builtin.quote`` where appropriate. Even if inputs are user-controlled
15+
or derived from internal variables, it's better to be safe and prevent potential
16+
issues with shell parsing.
17+
release_summary: 'Release Date: 2025-05-05
18+
19+
20+
Mostly a maintenance release, shipping official Fedora 42 support.
21+
22+
'
23+
removed_features:
24+
- Removed Fedora 40 support (End of Life, EOL) from collection roles and Molecule
25+
scenarios. The collection may still work on Fedora 40, but no testing or
26+
bugfixes will be provided. A warning will be displayed when used on unsupported
27+
platforms.
28+
fragments:
29+
- 1.1.0-release.yaml
30+
- platform-update-fedora-40-fedora-42.yaml
31+
- script-quoting-remove-molecule-artefact.yml
32+
release_date: '2025-05-05'
433
1.0.0:
534
changes:
635
release_summary: 'Release Date: 2025-04-17
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
3+
release_summary: |
4+
Release Date: 2025-05-05
5+
6+
Mostly a maintenance release, shipping official Fedora 42 support.
7+
8+
minor_changes:
9+
- "Added Fedora 42 as supported platform for all collection roles and Molecule test scenarios"
10+
11+
removed_features:
12+
- "Removed Fedora 40 support (End of Life, EOL) from collection roles and Molecule scenarios. The collection may still work on Fedora 40, but no testing or bugfixes will be provided. A warning will be displayed when used on unsupported platforms."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
3+
minor_changes:
4+
- Exclude ``extensions/molecule`` from build artifacts. This reduces the size of the resulting artifact. The Ansible Molecule directory is intended for developer testing and not needed in production artifacts, where environment-specific testing can be performed independently.
5+
- Improved inline script quoting. Ensure safer handling of input by adding ``ansible.builtin.quote`` where appropriate. Even if inputs are user-controlled or derived from internal variables, it's better to be safe and prevent potential issues with shell parsing.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace: "foundata"
66
name: "acmesh"
7-
version: "1.0.0"
7+
version: "1.1.0"
88
license:
99
# See https://spdx.org/licenses/ for valid IDs and syntax. The project's
1010
# REUSE.toml file provides detailed licensing and copyright information

0 commit comments

Comments
 (0)