Skip to content

Commit 3151c96

Browse files
authored
chore: 1.0.1 release (#48)
1 parent bdcf27c commit 3151c96

5 files changed

Lines changed: 19 additions & 24 deletions

File tree

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.0.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- Added version variables for all MCP servers.
14+
- Skipped AWS Core MCP verification temporarily. See https://github.com/awslabs/mcp/issues/1947
15+
716
v1.0.0
817
======
918

@@ -18,23 +27,6 @@ See the collection's README for detailed usage instructions and examples.
1827

1928
Note: This collection is marked as Technology Preview until further notice.
2029

21-
v1.0.0-rc2
22-
==========
23-
24-
Release Summary
25-
---------------
26-
27-
Pre-release (release candidate 2) of the mcp_builder collection.
28-
Removes the TESTING documentation from the artifact.
29-
30-
v1.0.0-rc1
31-
==========
32-
33-
Release Summary
34-
---------------
35-
36-
Pre-release (release candidate 1) of the mcp_builder collection.
37-
3830
v0.0.3
3931
======
4032

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,12 @@ releases:
6060
fragments:
6161
- summary_1.0.0_rc2.yml
6262
release_date: "2025-12-05"
63+
1.0.1:
64+
changes:
65+
bugfixes:
66+
- Added version variables for all MCP servers.
67+
- Skipped AWS Core MCP verification temporarily. See https://github.com/awslabs/mcp/issues/1947
68+
fragments:
69+
- fix_add_version_variables.yml
70+
- fix_ignore_aws_core_verification.yml
71+
release_date: "2025-12-15"

changelogs/fragments/fix_add_version_variables.yml

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

changelogs/fragments/fix_ignore_aws_core_verification.yml

Lines changed: 0 additions & 3 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.0
4+
version: 1.0.1
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)