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.3
2
+ current_version = 0.51.4
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.4] ( https://github.com/IBM/networking-go-sdk/compare/v0.51.3...v0.51.4 ) (2025-04-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** CIS:** Added integration tests for Log retention and Opportunistic onion ([ #236 ] ( https://github.com/IBM/networking-go-sdk/issues/236 ) ) ([ df5bd4e] ( https://github.com/IBM/networking-go-sdk/commit/df5bd4e84e64603ee88ecbcf3da988a442bd6e64 ) )
7
+ * update module github.com/onsi/gomega to v1.37.0 ([ #224 ] ( https://github.com/IBM/networking-go-sdk/pull/224 ) ) ([ a881675] ( https://github.com/IBM/networking-go-sdk/pull/224/commits/a8816750e08fccf8f727df6c61823061e6c4ce8d ) )
8
+ * update module github.com/onsi/ginkgo to v2 ([ #235 ] ( https://github.com/IBM/networking-go-sdk/pull/235 ) ) ([ 0d985be] ( https://github.com/IBM/networking-go-sdk/commit/0d985beb994c4dcdeb564ead189243f8b8bdde70 ) )
9
+ * update module github.com/onsi/gomega to v1.37.0 ([ #237 ] ( https://github.com/IBM/networking-go-sdk/pull/237 ) ) ([ 2599eb4] ( https://github.com/IBM/networking-go-sdk/commit/2599eb424184ea2b26acbd853586369c6701d1cb ) )
10
+
1
11
## [ 0.51.3] ( https://github.com/IBM/networking-go-sdk/compare/v0.51.2...v0.51.3 ) (2025-03-25)
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.3
7
+ # IBM Cloud Networking Go SDK Version 0.51.4
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.3
92
+ The current version of this SDK: 0.51.4
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.3 "
162
+ version = "0.51.4 "
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.3 "
20
+ const Version = "0.51.4 "
You can’t perform that action at this time.
0 commit comments