Skip to content

Commit ed57e53

Browse files
committed
Add v1.3.3 changelog for role renaming
1 parent 16a48c2 commit ed57e53

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.3] - 2025-12-27
9+
10+
### Changed
11+
12+
- Renamed Ansible roles to use underscores for ansible-lint compliance
13+
- `k3s-agent``k3s_agent`
14+
- `k3s-prereq``k3s_prereq`
15+
- `k3s-server``k3s_server`
16+
- `nginx-ingress``nginx_ingress`
17+
- `prometheus-stack``prometheus_stack`
18+
- Fixed variable naming to use role prefixes
19+
- `k3s_server_token``k3s_agent_server_token`
20+
- `k3s_server_url``k3s_agent_server_url`
21+
- `ingress_controller``nginx_ingress_controller`
22+
- Removed `role-name` skip from `.ansible-lint` (now fully compliant)
23+
824
## [1.3.2] - 2025-12-27
925

1026
### Changed
@@ -274,6 +290,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274290
- Comprehensive installation guide (INSTALL.md)
275291
- Implementation documentation (docs/IMPLEMENTATION.md)
276292

293+
[1.3.3]: https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.3.2...v1.3.3
277294
[1.3.2]: https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.3.1...v1.3.2
278295
[1.3.1]: https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.3.0...v1.3.1
279296
[1.3.0]: https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.2.1...v1.3.0

0 commit comments

Comments
 (0)