chore(deps): update terraform rancher2 to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rancher2 (source) | required_provider | major |
1.24.1 -> 5.1.0
|
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rancher/terraform-provider-rancher2 (rancher2)
v5.1.0
What's Changed
- fix: back port for version 5, add check for external rules while updating roleTemplate by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1395
- fix: remove extra return in machine template, back port v5 (#1400) by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1401
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v5.0.0...v5.1.0
v5.0.0
What's Changed
- fix: update documentation for support matrix by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1370
- Remove monitoring alerting notifier v1 from rancher2 terraform provider by @rohitsakala in https://github.com/rancher/terraform-provider-rancher2/pull/1372
- Update clusterrepo on rancher2 terraform provider with oci fields by @diogoasouza in https://github.com/rancher/terraform-provider-rancher2/pull/1371
- fix: custom user token changes replace resource by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1378
- fix: machine default type matches rancher by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1382
New Contributors
- @rohitsakala made their first contribution in https://github.com/rancher/terraform-provider-rancher2/pull/1372
- @diogoasouza made their first contribution in https://github.com/rancher/terraform-provider-rancher2/pull/1371
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v4.2.0...v5.0.0
v4.4.0
What's Changed
- fix: backport for version 4, add check for external rules while updating roleTemplate by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1396
- Add deprecation notice for pod security policy by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1399
- fix: remove extra return in machine template, back port v4 (#1400) by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1402
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v4.3.0...v4.4.0
v4.3.0
What's Changed
- fix: custom user token changes replace resource by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1379
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v4.2.0...v4.3.0
v4.2.0
What's Changed
- Add Node Resource Group Name to aks_config_v2 by @mjura in https://github.com/rancher/terraform-provider-rancher2/pull/1326
- fix: ignore files used to build repoducible dev env by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1310
- Fix global_role inherited_cluster_roles field's documentation by @pmatseykanets in https://github.com/rancher/terraform-provider-rancher2/pull/1349
- Github Action Migration by @HarrisonWAffel in https://github.com/rancher/terraform-provider-rancher2/pull/1351
- Add pull request workflow by @HarrisonWAffel in https://github.com/rancher/terraform-provider-rancher2/pull/1359
- Add ExternalRules to RoleTemplate by @raulcabello in https://github.com/rancher/terraform-provider-rancher2/pull/1356
- fix: try removing the decode by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1361
- fix: arrange quotes by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1363
- Use unzip instead of gunzip in
setup-provider.sh
by @HarrisonWAffel in https://github.com/rancher/terraform-provider-rancher2/pull/1364 - fix: update release documentation by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1367
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v4.1.0...v4.2.0
v4.1.0
FEATURES:
- Added support for
rancher2_pod_security_admission_configuration_template
resource and dataSource. See https://github.com/rancher/terraform-provider-rancher2/pull/1302
ENHANCEMENTS:
- [Docs] fix unit and add new example to the documentation for
rancher_cluster_v2
. See https://github.com/rancher/terraform-provider-rancher2/pull/1309 - [Docs] add note linking to AWS docs for
eks_config_v2
. See https://github.com/rancher/terraform-provider-rancher2/pull/1247
BUGFIXES:
v4.0.0
FEATURES:
- Added support for
machine_selector_files
on therancher2_cluster_v2
resource. See https://github.com/rancher/terraform-provider-rancher2/pull/1225 - Added support for
graceful_shutdown_timeout
for vSphere nodes. See https://github.com/rancher/terraform-provider-rancher2/pull/1228 - Added
inherited_cluster_roles
attribute to global_role. See https://github.com/rancher/terraform-provider-rancher2/pull/1242
ENHANCEMENTS:
- Changed default Ubuntu image for DigitalOcean from 16.04 -> 22.04. See https://github.com/rancher/terraform-provider-rancher2/pull/1213
- Improved EKS node_group error message. See https://github.com/rancher/terraform-provider-rancher2/pull/1205
- Set
protect-kernel-defaults
on rancher_v2 clusters. See https://github.com/rancher/terraform-provider-rancher2/pull/1244 - Updated
default_system_registry
behavior atrancher2_app_v2
resource. See https://github.com/rancher/terraform-provider-rancher2/pull/1265 - Updated RKE config machine pool schema and structure. See https://github.com/rancher/terraform-provider-rancher2/pull/1253
- Added
project_id
syntax forrancher2_project_role_template_binding
. See https://github.com/rancher/terraform-provider-rancher2/pull/1272 - Add the
keypair_name
argument to theopenstack_config
machine config and node template. See https://github.com/rancher/terraform-provider-rancher2/pull/1235 - [Docs] updated the documentation for
rancher_cluster_v2
. See https://github.com/rancher/terraform-provider-rancher2/pull/1300 - [Docs] Remove
keypair_name
fromamazonec2_config
. See https://github.com/rancher/terraform-provider-rancher2/pull/942
BUGFIXES:
- Fixed
machine_selector_config
old schema to have the correct type. See https://github.com/rancher/terraform-provider-rancher2/pull/1223 - Allow machine pools to be created and scaled down to 0. See https://github.com/rancher/terraform-provider-rancher2/pull/1232
- Fixed the issue where the for_each in
rancher2_registry
keeps changing the order of the list that has not changed. See https://github.com/rancher/terraform-provider-rancher2/pull/1268 - Fixed double base64-encoding of
ca_bundle
field. See https://github.com/rancher/terraform-provider-rancher2/pull/1296 - [Docs] Fixed description for using
kms_key
eks_config_v2
. See https://github.com/rancher/terraform-provider-rancher2/pull/892
v3.4.0
What's Changed
- [Backport] [release/v3] Github Action Migration by @jiaqiluo in https://github.com/rancher/terraform-provider-rancher2/pull/1358
- Add ExternalRules to RoleTemplate by @raulcabello in https://github.com/rancher/terraform-provider-rancher2/pull/1357
- fix: move quotes around by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1362
- fix: key is not base 64 encoded by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1366
- Fix release secret by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1368
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v3.2.0...v3.4.0
v3.3.0
What's Changed
- [Backport] [release/v3] Github Action Migration by @jiaqiluo in https://github.com/rancher/terraform-provider-rancher2/pull/1358
- Add ExternalRules to RoleTemplate by @raulcabello in https://github.com/rancher/terraform-provider-rancher2/pull/1357
- fix: move quotes around by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1362
- fix: key is not base 64 encoded by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1366
- Fix release secret by @matttrach in https://github.com/rancher/terraform-provider-rancher2/pull/1368
Full Changelog: https://github.com/rancher/terraform-provider-rancher2/compare/v3.2.0...v3.3.0
v3.2.0
3.2.0 (October 12, 2023)
FEATURES:
ENHANCEMENTS:
-
New Argument
group_search_filter
,user_search_filter
, andstart_tls
to LDAP Auth Config. See https://github.com/rancher/terraform-provider-rancher2/pull/1173 - Add retry logic to
rancher2_cluster
update. See https://github.com/rancher/terraform-provider-rancher2/pull/1159 - Set
protect-kernel-defaults
default to false to fix state reconciliation on v2 clusters. This will be updated once this field is deprecated for k8s 1.27 clusters. See https://github.com/rancher/terraform-provider-rancher2/pull/1245 - [Docs] Update branching info. See https://github.com/rancher/terraform-provider-rancher2/pull/1202
- [Docs] Remove keypair_name for amazonec2_config. See https://github.com/rancher/terraform-provider-rancher2/pull/1227
- [Docs] Update Machine Selector Config schema and docs. See https://github.com/rancher/terraform-provider-rancher2/pull/1239
BUG FIXES:
- Fix Machine Selector Config to allow kubelet arg list. See https://github.com/rancher/terraform-provider-rancher2/pull/1181
v3.1.1
FEATURES:
ENHANCEMENTS:
- [Docs] Add Terraform docs for cluster and fleet agent customization, PSACT support, and authentication ping
entity_field_id
for the v3.1.1 patch release. See #1175 - [Docs] Fix broken markdown in
rancher2_cluster
resource. See #1180 - [Docs] Update wording in registry resource. See #1185
- [Docs] Add example for multiple machine pools in RKE2. See #957
BUG FIXES:
v3.1.0
FEATURES:
-
New Resource
rancher2_custom_user_token
- Provides configuration options to create, modify, and delete a user token. See #932 and #1130 - Add Cluster and Fleet Agent Deployment Customization support for users to customize the tolerations, affinity, and resources of a downstream agent. See #1137
-
New Argument
cluster_agent_deployment_customization
- (Optional) Optional customization for cluster agent. For Rancher v2.7.5 and above (list) -
New Argument
fleet_agent_deployment_customization
- (Optional) Optional customization for fleet agent. For Rancher v2.7.5 and above (list) -
New Argument
append_tolerations
- (Optional) User defined tolerations to append to agent (list) -
New Argument
override_affinity
- (Optional) User defined affinity to override default agent affinity (string) -
New Argument
override_resource_requirements
- (Optional) User defined resource requirements to set on the agent (list)
-
New Argument
- Add Pod Security Admission Configuration Template (PSACT) support with state migration logic for 1.25+ RKE and v2 prov clusters. See #1119 and #1117
-
New Argument
default_pod_security_admission_configuration_template_name
- (Optional) Cluster default pod security admission configuration template name (string) -
New Argument
default_pod_security_admission_configuration_template_name
- (Computed) Cluster V2 default pod security admission configuration template name (string)
-
New Argument
ENHANCEMENTS:
-
New Argument
entity_id_field
- (Optional) Entity ID for authentication config (string). See #1163 - [Docs] Add dev process and rc docs. See #1138
- Rancher machine hostname truncation. See #1147
- Refactor kubeconfig logic to use token from cached kubeconfig and replace invalid/expired tokens properly. See #1158 and #1165
- Bump go-getter to 1.7.1. See #1118
- Bump google.golang.org/grpc to 1.53.0. See #1167
BUG FIXES:
- Add missing AKS node pool options. See #1122
- Verify
desired_size
in EKS node groups. See #1126 - Set DO userdata default empty for v2prov. See #1121
- Support old version HarvesterConfig. See #1132
- Fix 'unexpected end of JSON input' error when setting Pod Security Policy Template on new project. See #1113
- Fix Harvester
disk_size
default value. See #1149 - Consider all possible cluster states before passing them to StateChangeConf. See #1114
Your open source contributions are invaluable to us.
v3.0.2
3.0.2 (June 28, 2023)
FEATURES:
ENHANCEMENTS:
BUG FIXES:
- Fix Harvester disk_size default value. See #1149
v3.0.1
FEATURES:
ENHANCEMENTS:
BUG FIXES:
- Support old version HarvesterConfig. See #1132
v3.0.0
FEATURES:
- Add support for new Azure features - node template tags, network interface, availability zone, and option to enable standard SKU. See #1023 and #1062
- Add support for node group node role on EKS clusters. See #1049
- Allow setting vmAffinity for Harvester clusters. See #1024 and #1110
- Update Harvester node driver to support multi nics and disks. See #1051
ENHANCEMENTS:
- [Docs] Update branching strategy and compatibility matrix. See #1060
- [Docs] Add example for authenticated cluster level private registry. See #1055
- [Docs] Remove macAddress in Harvester node driver. See #1089
- Add k8s 1.25 support | Remove logging cis v1 support. See #1056
- Add issue and pull request templates. See #1063
- Update Wrangler to v1.1.0. See #1079
- Bump golang.org/x/net from 0.2.0 to 0.7.0. See #1078
- Bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.0. See #1077
- Add script to test Terraform RCs locally on darwin/unix and windows. See #1082 and #1085
- Implement retry logic to enforce timeouts. See #1033
BUG FIXES:
- [Docs] Add machine_pool
annotations
property. See #1041 - Add new field for computed values in App v2 resource. See #1021
- Do not sort mirror endpoints. See #1029
- Update SDK and make machine pool
cloud_credential_secret_name optional
to fix plan bug. See #1070 - Fix intermittent 409 conflict when creating new
rancher2_project
with PSPTID. See #1058
v2.0.0
2.0.0 (April 10, 2023)
ENHANCEMENTS:
- Add 'annotations' property to docs. See #1041
- Add mac/unix and windows automation to test RCs locally. See #1100
BUG FIXES:
v1.25.0
FEATURES:
ENHANCEMENTS:
BUG FIXES:
- Update CHANGELOG with known bug info from #909. See #1025
- Revert "Add admission_configuration configuration." See #1026
v1.24.2
FEATURES:
ENHANCEMENTS:
- [Docs] Add a note about Azure AD auth configuration migration. See #983
- [Docs] Remove tech preview reference for features that are already GA. See #1000
- Bump docker url version to 20.10. See #970
BUG FIXES:
- Use existing cluster registration token if conflict. See #997
KNOWN BUG:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.