Skip to content

Commit

Permalink
Merge pull request #297 from IBM-Cloud/promote-v0.8.2
Browse files Browse the repository at this point in the history
Release v0.8.2 promotion
  • Loading branch information
jorge-ibm authored Jan 12, 2022
2 parents 8d81bb4 + cbcd073 commit 9caf063
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
20 changes: 14 additions & 6 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-12-15T21:35:08Z",
"generated_at": "2022-01-05T21:44:36Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -593,15 +593,15 @@
"verified_result": null
},
{
"hashed_secret": "b1b8e2bed016fd4c29f671163c35e0fb6ace2c56",
"hashed_secret": "8a6ce2bb8ca00141098b038b1f73f33ba1dc0090",
"is_secret": false,
"is_verified": false,
"line_number": 282,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "6dd16f785438d21c493a2b14fb727588daabb305",
"hashed_secret": "44e330f0334bb3b09902c5fe7172b39fc08cf918",
"is_secret": false,
"is_verified": false,
"line_number": 284,
Expand All @@ -616,27 +616,35 @@
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "58c75e1ff3ec1e9e0be2b9d0ba96b87a69fd2a91",
"is_secret": false,
"is_verified": false,
"line_number": 302,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "672aca7abcf09d14c312a489997e3747bf2eb370",
"is_secret": false,
"is_verified": false,
"line_number": 300,
"line_number": 306,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "2a7042386a2978cfa924f0a113a62536dcc56c3a",
"is_secret": false,
"is_verified": false,
"line_number": 302,
"line_number": 308,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "8072f323c55a6892918a692e58cd0ac31bc7063b",
"is_secret": false,
"is_verified": false,
"line_number": 308,
"line_number": 314,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down
2 changes: 1 addition & 1 deletion bluemix/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bluemix
import "fmt"

// Version is the SDK version
var Version = VersionType{Major: 0, Minor: 8, Build: 1}
var Version = VersionType{Major: 0, Minor: 8, Build: 2}

// VersionType describe version info
type VersionType struct {
Expand Down
12 changes: 9 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@
"revisionTime": "2015-12-08T00:24:04Z"
},
{
"checksumSHA1": "6U7dCaxxIMjf5V02iWgyAwppczw=",
"checksumSHA1": "duEcJaULRzejc7AXv+Etpn/Q/BU=",
"path": "golang.org/x/crypto/ssh/terminal",
"revision": "85f98707c97e11569271e4d9b3d397e079c4f4d0",
"revisionTime": "2018-03-01T00:49:11Z"
"revision": "5770296d904e90f15f38f77dfc2e43fdf5efc083",
"revisionTime": "2021-11-09T19:45:57Z"
},
{
"checksumSHA1": "hYsuWh8Zj6z+8rFsK7F7mABIR44=",
Expand All @@ -296,6 +296,12 @@
"revision": "349b81fb5c64ec1734eb6ee148df25459ea48517",
"revisionTime": "2018-03-08T02:43:59Z"
},
{
"checksumSHA1": "LGa6RbqU39O0hcVKITo0zDIK5p0=",
"path": "golang.org/x/term",
"revision": "d7a72108b828bad153e6ec11c4ac4793f792ee6f",
"revisionTime": "2020-09-30T12:49:57Z"
},
{
"checksumSHA1": "raBtsDwCvkqXSCQI0GHcVAXoOSc=",
"path": "gopkg.in/cheggaaa/pb.v1",
Expand Down

0 comments on commit 9caf063

Please sign in to comment.