Releases: lablabs/ansible-role-rke2
Releases · lablabs/ansible-role-rke2
1.38.1
1.38.0
What's changed
Features
- rke2_type can be inferred by what group the host is in., by @simonfelding (#261)
- remove old nodes when restoring etcd, by @simonfelding (#257)
Bug Fixes
- rke2 cni is a list, by @simonfelding (#259)
- fix airgap deploy, by @simonfelding (#260)
- fix spelling error with backwards compatiblity, by @simonfelding (#258)
1.37.0
What's changed
Features
- Add config option: selinux, by @ntheanh201 (#252)
Bug Fixes
- Add environment INSTALL_RKE2_TYPE, by @ntheanh201 (#251)
- Change pod readiness check mechanism, by @lukapetrovic-git (#249)
- Linting, by @MonolithProjects (#264)
1.36.2
1.36.1
1.36.0
What's changed
Bug Fixes
Features
Important
If you edited cluster-cidr
and service-cidr
in config.yaml in your cluster, align it with new role variables rke2_cluster_cidr
and rke2_service_cidr
.
1.35.0
What's changed
- Bump actions/setup-python from 2 to 5, by @dependabot (#231)
- Bump pre-commit/action from 2.0.3 to 3.0.1, by @dependabot (#228)
- Bump release-drafter/release-drafter from 5 to 6, by @dependabot (#229)
- Bump actions/checkout from 3 to 4, by @dependabot (#230)
- ci: add dependabot, by @MonolithProjects (#227)
- ci: fix ansible-lint, by @MonolithProjects (#225)
Features
- feat: add configuation option for cluster-domain, by @CrimsonFez (#232)
- feat: use ansible.builtin.dnf module, by @MonolithProjects (#226)
1.34.1
What's changed
Bug Fixes
- fix: Include ingress-nginx.yml only if rke2_ingress_nginx_values is not empty, by @MonolithProjects (#224)
1.34.0
What's changed
- Add editorconfig, by @mueller-ma (#222)
Features
- Allow configuration of nginx ingress controller, by @mueller-ma (#216)
BREAKING CHANGE: If you are usingrke2_custom_manifests
variable to create custom ingress manifest,
please use release1.34.1
or migrate your setup torke2_ingress_nginx_values
variable.
Bug Fixes
- Fix separate partition check, by @glennpratt (#223)
- Fix removing old nodes after restore if rke2-server already started, by @glennpratt (#219)
- fix: unquoted wildcard in mirror config, by @jgoelen (#221)
- Run ansible-lint in CI and fix issue, by @mueller-ma (#218)
Documentation
- Fix typo in rke2_cloud_provider_name value, by @mueller-ma (#217)