Releases: rancher/terraform-provider-rancher2
Releases · rancher/terraform-provider-rancher2
v4.2.0
What's Changed
- Add Node Resource Group Name to aks_config_v2 by @mjura in #1326
- fix: ignore files used to build repoducible dev env by @matttrach in #1310
- Fix global_role inherited_cluster_roles field's documentation by @pmatseykanets in #1349
- Github Action Migration by @HarrisonWAffel in #1351
- Add pull request workflow by @HarrisonWAffel in #1359
- Add ExternalRules to RoleTemplate by @raulcabello in #1356
- fix: try removing the decode by @matttrach in #1361
- fix: arrange quotes by @matttrach in #1363
- Use unzip instead of gunzip in
setup-provider.sh
by @HarrisonWAffel in #1364 - fix: update release documentation by @matttrach in #1367
Full Changelog: v4.1.0...v4.2.0
v4.2.0-rc3
What's Changed
- Add Node Resource Group Name to aks_config_v2 by @mjura in #1326
- fix: ignore files used to build repoducible dev env by @matttrach in #1310
- Fix global_role inherited_cluster_roles field's documentation by @pmatseykanets in #1349
- Github Action Migration by @HarrisonWAffel in #1351
- Add pull request workflow by @HarrisonWAffel in #1359
- Add ExternalRules to RoleTemplate by @raulcabello in #1356
- fix: try removing the decode by @matttrach in #1361
- fix: arrange quotes by @matttrach in #1363
Full Changelog: v4.1.0...v4.2.0-rc3
v3.3.0-rc3
What's Changed
- [Backport] [release/v3] Github Action Migration by @jiaqiluo in #1358
- Add ExternalRules to RoleTemplate by @raulcabello in #1357
- fix: move quotes around by @matttrach in #1362
Full Changelog: v3.2.0...v3.3.0-rc3
v4.1.0
v4.1.0 (March 6, 2024)
FEATURES:
- Added support for
rancher2_pod_security_admission_configuration_template
resource and dataSource. See #1302
ENHANCEMENTS:
- [Docs] fix unit and add new example to the documentation for
rancher_cluster_v2
. See #1309 - [Docs] add note linking to AWS docs for
eks_config_v2
. See #1247
BUGFIXES:
v4.1.0-rc2
Add note linking to AWS docs (#1247)
v4.1.0-rc1
Merge pull request #1302 from jiaqiluo/psact
v4.0.0
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
v4.0.0-rc6
Merge pull request #1300 from jiaqiluo/more-docs
v4.0.0-rc5
Update default_system_registry behavior in rancher2_app_v2 resource (…
v4.0.0-rc4: Merge pull request #1232 from klippo/allow-empty-machine-pools
Allow machine pools to be created and scaled down to 0