File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.51.4
2
+ current_version = 0.51.5
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version} [skip ci]
5
5
Original file line number Diff line number Diff line change
1
+ # [ 0.51.5] ( https://github.com/IBM/networking-go-sdk/compare/v0.51.4...v0.51.5 ) (2025-05-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update module github.com/onsi/ginkgo to v2 ([ #243 ] ( https://github.com/IBM/networking-go-sdk/issues/243 ) ) ([ b96f1a2] ( https://github.com/IBM/networking-go-sdk/commit/b96f1a2383c66f255ccf4cb3347798991515a8bf ) )
7
+ * ** CIS:** add skip action in custom ruleset ([ #245 ] ( https://github.com/IBM/networking-go-sdk/pull/245 ) ) ([ e3d918a] ( https://github.com/IBM/networking-go-sdk/commit/e3d918a9a7518f691a91e7179f9f69cd598ee08a ) )
8
+ * update module github.com/ibm/go-sdk-core/v5 to v5.19.1 ([ #241 ] ( https://github.com/IBM/networking-go-sdk/pull/241 ) ) ([ def8508] ( https://github.com/IBM/networking-go-sdk/commit/def8508eebcada3382487f139a60b506c9d27205 ) )
9
+ * update module github.com/onsi/ginkgo to v2 ([ #238 ] ( https://github.com/IBM/networking-go-sdk/pull/238 ) ) ([ c6b38ca] ( https://github.com/IBM/networking-go-sdk/commit/c6b38ca3837dfb341adef9b5bd4180cf279b9e36 ) )
10
+
1
11
# [ 0.51.4] ( https://github.com/IBM/networking-go-sdk/compare/v0.51.3...v0.51.4 ) (2025-04-17)
2
12
3
13
Original file line number Diff line number Diff line change 4
4
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5
5
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
6
6
7
- # IBM Cloud Networking Go SDK Version 0.51.4
7
+ # IBM Cloud Networking Go SDK Version 0.51.5
8
8
9
9
Go client library to interact with the various [ IBM Cloud Networking Service APIs] ( https://cloud.ibm.com/apidocs?category=<networking> ) .
10
10
@@ -89,7 +89,7 @@ The IBM Cloud Networking Go SDK allows developers to programmatically interact w
89
89
90
90
## Installation
91
91
92
- The current version of this SDK: 0.51.4
92
+ The current version of this SDK: 0.51.5
93
93
94
94
There are a few different ways to download and install the Networking Go SDK project for use by your
95
95
Go application:
@@ -159,7 +159,7 @@ to your `Gopkg.toml` file. Here is an example:
159
159
```
160
160
[[constraint]]
161
161
name = "github.com/IBM/networking-go-sdk"
162
- version = "0.51.4 "
162
+ version = "0.51.5 "
163
163
164
164
```
165
165
Original file line number Diff line number Diff line change 17
17
package common
18
18
19
19
// Version of the SDK
20
- const Version = "0.51.4 "
20
+ const Version = "0.51.5 "
You can’t perform that action at this time.
0 commit comments