Skip to content

Commit 7500c93

Browse files
authored
chore: 1.0.2 release (#51)
1 parent 811c01c commit 7500c93

5 files changed

Lines changed: 49 additions & 41 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Ansible MCP Builder Collection Release Notes
44

55
.. contents:: Topics
66

7+
v1.0.2
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- Checks for ansible_python_interpreter to determine Python interpreter for uv tool installs.
14+
- Detects the correct architecture for Go builds.
15+
- Verifies npm packages are installed correctly without skipping failures.
16+
717
v1.0.1
818
======
919

changelogs/changelog.yaml

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,75 @@ ancestor: null
22
releases:
33
0.0.1:
44
changes:
5-
release_summary:
6-
"Pre-release to test releases to Automation Hub and Ansible
5+
release_summary: 'Pre-release to test releases to Automation Hub and Ansible
76
Galaxy.
87
9-
"
8+
'
109
fragments:
11-
- summary_create_collection.yml
12-
release_date: "2025-12-04"
10+
- summary_create_collection.yml
11+
release_date: '2025-12-04'
1312
0.0.2:
1413
changes:
15-
release_summary:
16-
"Cleans up build files and fixes broken links to prepare for
14+
release_summary: 'Cleans up build files and fixes broken links to prepare for
1715
1.0.0 release.
1816
19-
"
17+
'
2018
fragments:
21-
- summary_0.0.2.yml
22-
release_date: "2025-12-04"
19+
- summary_0.0.2.yml
20+
release_date: '2025-12-04'
2321
0.0.3:
2422
changes:
25-
release_summary:
26-
"Fix broken README link and adjust image tags to the redhat-cop
23+
release_summary: 'Fix broken README link and adjust image tags to the redhat-cop
2724
org.
2825
29-
"
26+
'
3027
fragments:
31-
- summary_0.0.3.yml
32-
release_date: "2025-12-04"
28+
- summary_0.0.3.yml
29+
release_date: '2025-12-04'
3330
1.0.0:
3431
changes:
35-
release_summary:
36-
"First stable release of the mcp_builder collection. \nThis
32+
release_summary: "First stable release of the mcp_builder collection. \nThis
3733
release includes all the features to install and configure MCP servers when
3834
building execution environments.\nIt is designed for use alongside the ansible.mcp
3935
collection, providing a comprehensive solution for MCP server management with
4036
Ansible.\n\nSee the collection's README for detailed usage instructions and
4137
examples.\n\nNote: This collection is marked as Technology Preview until further
4238
notice.\n"
4339
fragments:
44-
- summary_1.0.0.yml
45-
release_date: "2025-12-12"
40+
- summary_1.0.0.yml
41+
release_date: '2025-12-12'
4642
1.0.0-rc1:
4743
changes:
48-
release_summary:
49-
"Pre-release (release candidate 1) of the mcp_builder collection.
44+
release_summary: 'Pre-release (release candidate 1) of the mcp_builder collection.
5045
51-
"
46+
'
5247
fragments:
53-
- summary_1.0.0_rc1.yml
54-
release_date: "2025-12-05"
48+
- summary_1.0.0_rc1.yml
49+
release_date: '2025-12-05'
5550
1.0.0-rc2:
5651
changes:
57-
release_summary:
58-
"Pre-release (release candidate 2) of the mcp_builder collection.
52+
release_summary: "Pre-release (release candidate 2) of the mcp_builder collection.
5953
\nRemoves the TESTING documentation from the artifact.\n"
6054
fragments:
61-
- summary_1.0.0_rc2.yml
62-
release_date: "2025-12-05"
55+
- summary_1.0.0_rc2.yml
56+
release_date: '2025-12-05'
6357
1.0.1:
6458
changes:
6559
bugfixes:
66-
- Added version variables for all MCP servers.
67-
- Skipped AWS Core MCP verification temporarily. See https://github.com/awslabs/mcp/issues/1947
60+
- Added version variables for all MCP servers.
61+
- Skipped AWS Core MCP verification temporarily. See https://github.com/awslabs/mcp/issues/1947
6862
fragments:
69-
- fix_add_version_variables.yml
70-
- fix_ignore_aws_core_verification.yml
71-
release_date: "2025-12-15"
63+
- fix_add_version_variables.yml
64+
- fix_ignore_aws_core_verification.yml
65+
release_date: '2025-12-15'
66+
1.0.2:
67+
changes:
68+
bugfixes:
69+
- Checks for ansible_python_interpreter to determine Python interpreter for
70+
uv tool installs.
71+
- Detects the correct architecture for Go builds.
72+
- Verifies npm packages are installed correctly without skipping failures.
73+
fragments:
74+
- fix_go_build_arch.yaml
75+
- fix_python_detection.yaml
76+
release_date: '2026-01-16'

changelogs/fragments/fix_go_build_arch.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_python_detection.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: mcp_builder
33
namespace: ansible
4-
version: 1.0.1
4+
version: 1.0.2
55

66
readme: README.md
77
description: Ansible collection for installing MCP (Model Context Protocol) servers into execution environments. **Technology Preview**

0 commit comments

Comments
 (0)