File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.83.2 (October 7, 2025)
2+
3+ ## Bug Fixes
4+ ### Global Catalog
5+ * correct argument capitalization, update cm account doc ([ 6486] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6486 ) )
6+ * only set rev field if it exists ([ 6494] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6494 ) )
7+
8+ ### CIS
9+ * check position index before updating CIS ruleset rule ([ 6472] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6472 ) )
10+
11+ ### General
12+ * removed platform-services-go-sdk replace from go.mod ([ 6495] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6495 ) )
13+
114# 1.83.1 (October 1, 2025)
215
316## Bug Fixes
Original file line number Diff line number Diff line change 55)
66
77// Version is the current provider main version
8- const Version = "1.83.1 "
8+ const Version = "1.83.2 "
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