v4.0.0 (February 5, 2024)
FEATURES:
- Added support for
machine_selector_files
on . See #1225 - Added support for
graceful_shutdown_timeout
for vSphere nodes. See #1228 - Added
inherited_cluster_roles
attribute to global_role. See #1242
ENHANCEMENTS:
- Changed default Ubuntu image for DigitalOcean from 16.04 -> 22.04. See #1213
- Improved EKS node_group error message. See #1205
- Set
protect-kernel-defaults
on rancher_v2 clusters. See #1244 - Updated
default_system_registry
behavior atrancher2_app_v2
resource. See #1265 - Updated RKE config machine pool schema and structure. See #1253
- Added
project_id
syntax forrancher2_project_role_template_binding
. See #1272 - Add the
keypair_name
argument to theopenstack_config
machine config and node template. See #1235 - [Docs] updated the documentation for
rancher_cluster_v2
. See #1300 - [Docs] Remove
keypair_name
fromamazonec2_config
. See #942
BUGFIXES:
- Fixed
machine_selector_config
old schema to have the correct type. See #1223 - Allow machine pools to be created and scaled down to 0. See #1232
- Fixed the issue where the for_each in
rancher2_registry
keeps changing the order of the list that has not changed. See #1268 - Fixed double base64-encoding of
ca_bundle
field. See #1296 - [Docs] Fixed description for using
kms_key
eks_config_v2
. See #892