File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.6 "
2
+ "." : " 0.1.0-alpha.7 "
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 10
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/hdr-parth-agrawal%2Ffirecracker-manager-57e8614bd34f0e55137a68a38c4dd289af788b99c675e3ec24bd4889cff6d18a .yml
3
- openapi_spec_hash : 301e206f2ee0ca2bb1abcb47660e9997
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/hdr-parth-agrawal%2Ffirecracker-manager-7d767dbecc97c09c1e9b17303d46e6a4c24beac1f83d98ef01f64af389fc1049 .yml
3
+ openapi_spec_hash : e27cf2b0450797284e7e778fc4a62d69
4
4
config_hash : f66b2769c821cd7898caec141462cfb0
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.7 (2025-04-10)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.6...v0.1.0-alpha.7] ( https://github.com/hdresearch/vers-sdk-go/compare/v0.1.0-alpha.6...v0.1.0-alpha.7 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ f5b2250] ( https://github.com/hdresearch/vers-sdk-go/commit/f5b2250b616f60fbdc188096b4aca554d8536777 ) )
10
+
3
11
## 0.1.0-alpha.6 (2025-04-10)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/hdresearch/vers-sdk-go/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/hdresearch/vers-sdk-go@v0.1.0-alpha.6 '
27
+ go get -u ' github.com/hdresearch/vers-sdk-go@v0.1.0-alpha.7 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ func (r vmJSON) RawJSON() string {
144
144
type VmNetworkInfo struct {
145
145
GuestIP string `json:"guest_ip,required"`
146
146
GuestMac string `json:"guest_mac,required"`
147
+ SSHPort int64 `json:"ssh_port,required"`
147
148
Tap0IP string `json:"tap0_ip,required"`
148
149
Tap0Name string `json:"tap0_name,required"`
149
150
VmNamespace string `json:"vm_namespace,required"`
@@ -154,6 +155,7 @@ type VmNetworkInfo struct {
154
155
type vmNetworkInfoJSON struct {
155
156
GuestIP apijson.Field
156
157
GuestMac apijson.Field
158
+ SSHPort apijson.Field
157
159
Tap0IP apijson.Field
158
160
Tap0Name apijson.Field
159
161
VmNamespace apijson.Field
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0.1.0-alpha.6 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.7 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments