Skip to content

Commit

Permalink
Release 1.71.1 (IBM-Cloud#5774)
Browse files Browse the repository at this point in the history
* update secret baseline

* Bump up version to 1.71.1
  • Loading branch information
hkantare authored Nov 7, 2024
1 parent 3213bbf commit c3cab41
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.mod|go.sum|.*.map|^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-11-04T10:33:47Z",
"generated_at": "2024-11-07T15:32:37Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -796,31 +796,31 @@
"hashed_secret": "731438016c5ab94431f61820f35e3ae5f8ad6004",
"is_secret": false,
"is_verified": false,
"line_number": 508,
"line_number": 509,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "12da2e35d6b50c902c014f1ab9e3032650368df7",
"is_secret": false,
"is_verified": false,
"line_number": 514,
"line_number": 515,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "165722fe6dd0ec0afbeefb51c8258a177497956b",
"is_secret": false,
"is_verified": false,
"line_number": 770,
"line_number": 771,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "813274ccae5b6b509379ab56982d862f7b5969b6",
"is_secret": false,
"is_verified": false,
"line_number": 1373,
"line_number": 1379,
"type": "Base64 High Entropy String",
"verified_result": null
}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.71.1(Nov 07, 2024)
Bugfixes
* Add error if image not found ([5730](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5730))
* fix(lb): fix for lb data source collection ([5763](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5763))
* 404 error fix on ibm_is_virtual_network_interface_floating_ip datasource ([5762](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5762))
* LB profile datasource access mode value support ([5773](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5773))

# 1.71.0
Features
* Support Power System
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is the current provider main version
const Version = "1.71.0"
const Version = "1.71.1"

// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
Expand Down

0 comments on commit c3cab41

Please sign in to comment.