File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.77.1 (Apr 14, 2025)
2+ Enhancements
3+ * feat(partner center sell): less restriction on global catalog object names ([ 6122] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6122 ) )
4+ * fix(Cloud Databases): Fix for importing read replicas ([ 6126] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6126 ) )
5+ * fix(patner-center-sell): remove required flag on tag fields ([ 6055] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6055 ) )
6+ * enhancement: improved error handling for is (ike/ipsec) policy ([ 6128] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6128 ) )
7+ * enhancement: improved error handling for is_ssh_key ([ 6124] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6124 ) )
8+ * fix: set previously unset attribute on is_ssh_key datasource ([ 6123] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6123 ) )
9+ * Added tests for tdx confidential compute mode ([ 6121] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6121 ) )
10+ * fix: update issue on is_volume name update ([ 6127] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6127 ) )
11+ * Added acceptance test for sgx confidential compute mode ([ 6120] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6120 ) )
112
213# 1.77.0 (Apr 06, 2025)
314* Support for IAM
Original file line number Diff line number Diff line change 55)
66
77// Version is the current provider main version
8- const Version = "1.77.0 "
8+ const Version = "1.77.1 "
99
1010// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111var GitCommit string
You can’t perform that action at this time.
0 commit comments