Releases: lablabs/ansible-role-rke2
Releases · lablabs/ansible-role-rke2
1.50.1
1.50.0
What's changed
Features
Bug Fixes
- Replace deprecated injected vars by facts, by @MonolithProjects (#378)
- Conditionals must have a boolean result, by @sestegra (#377)
Documentation
- Update wording, by @RobertDWhite (#359)
CI
- chore(deps): bump actions/checkout from 4 to 6, by @dependabot[bot] (#374)
- chore(deps): bump actions/setup-python from 5 to 6, by @dependabot[bot] (#360)
- Runner cleanup by @MonolithProjects (#378)
1.49.1
1.49.0
What's changed
Features
- Support structured configuration options, by @anjia0532 (#364)
Bug Fixes
- Add missing
ansible_check_modecondition in remaining_nodes.yml, by @nikitamishagin (#363)
1.48.0
1.47.0
What's changed
Features
- Option to customize etcd backup schedule, by @MonolithProjects (#349)
- Download rke2.yaml file after the first server is ready, by @MonolithProjects (#349)
Bug Fixes
- Ansible 2.19 support, by @MonolithProjects (#350)
1.46.1
1.46.0
What's changed
Important
The default value of the new variable rke2_ingress_controller in this release contains a typo. Please set a custom value or use Release 1.46.1 or later.
Features
- Add Option to Configure
ingress-controller, by @MonolithProjects (#343)
Bug Fixes
- Upgrade Support for Single-Node RKE2 Setup, by @MonolithProjects (#344)
1.45.0
What's changed
Features
Note
If you previously set rke2_api_ip as a string with square brackets, like "[<IPv6>]", remove the brackets to avoid issues, as they're now added automatically.
This feature also requires the netaddr Python package to be installed on the Ansible controller.”
Bug Fixes
1.44.1
What's changed
Bug Fixes
- random SIGPIPE (141) error on
Check RKE2 versiontask , by @MonolithProjects (#331)