File tree Expand file tree Collapse file tree 3 files changed +49
-4
lines changed Expand file tree Collapse file tree 3 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 33 "files": "go.mod|go.sum|.*.map|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2025-06-23T13:10:03Z ",
6+ "generated_at": "2025-07-04T09:35:44Z ",
77 "plugins_used": [
88 {
99 "name": "AWSKeyDetector"
17081708 "hashed_secret": "3046d9f6cfaaeea6eed9bb7a4ab010fe49b0cfd4",
17091709 "is_secret": false,
17101710 "is_verified": false,
1711- "line_number": 68 ,
1711+ "line_number": 67 ,
17121712 "type": "Secret Keyword",
17131713 "verified_result": null
17141714 },
17151715 {
17161716 "hashed_secret": "b5366a2d2ac98dae978423083f8b09e5cddc705d",
17171717 "is_secret": false,
17181718 "is_verified": false,
1719- "line_number": 448 ,
1719+ "line_number": 447 ,
17201720 "type": "Secret Keyword",
17211721 "verified_result": null
17221722 }
Original file line number Diff line number Diff line change 1+ # 1.80.0 (July 4, 2025)
2+
3+ ## Bug Fixes
4+
5+ ### Cloud Databases
6+ * Remove outdated notification ([ 6294] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6294 ) )
7+
8+ ### Cloud Object Storage
9+ * remove computed field ([ 6288] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6288 ) )
10+
11+ ### VPC Infrastructure
12+ * added an empty check for dns binding id ([ 6307] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6307 ) )
13+
14+
15+ ## Enhancements
16+
17+ ### Backup/Recovery
18+ * Removing the unnecessary comments ([ 6308] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6308 ) )
19+
20+ ### Cloud Object Storage
21+ * Adding the changes for bucket backup retention ([ 6283] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6283 ) )
22+
23+ ### General
24+ * bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 ([ 6284] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6284 ) )
25+ * Package update ([ 6304] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6304 ) )
26+ * Add code owners ([ 6301] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6301 ) )
27+
28+ ### Power Systems
29+ * Replace GetTagsUsingCRN with GetGlobalTagsUsingCRN ([ 6248] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6248 ) )
30+ * Remove redundant constants ([ 6260] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6260 ) )
31+ * Standardize Arg_CloudInstanceID argument across all data source and resource ([ 6249] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6249 ) )
32+
33+ ### Secrets Manager
34+ * Bump version to 1.80.0-beta0 ([ 6305] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6305 ) )
35+
36+ ### Transit Gateway
37+ * Macsec changes ([ 6220] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6220 ) )
38+
39+
40+ ## Documentation
41+
42+ ### VPC Infrastructure
43+ * enhance is_lb_pool documentation with session persistence details ([ 6299] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6299 ) )
44+
45+
146# 1.80.0-beta0 (June 23, 2025)
247
348## 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.80.0-beta0 "
8+ const Version = "1.80.0"
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