Skip to content

Commit a01f90c

Browse files
Merge pull request #17 from hdresearch/release-please--branches--main--changes--next
release: 0.1.0-alpha.7
2 parents 34bbf6b + 0dbaaf6 commit a01f90c

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.6"
2+
".": "0.1.0-alpha.7"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: f66b2769c821cd7898caec141462cfb0

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 0.1.0-alpha.6 (2025-04-10)
412

513
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```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'
2828
```
2929

3030
<!-- x-release-please-end -->

apivm.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ func (r vmJSON) RawJSON() string {
144144
type VmNetworkInfo struct {
145145
GuestIP string `json:"guest_ip,required"`
146146
GuestMac string `json:"guest_mac,required"`
147+
SSHPort int64 `json:"ssh_port,required"`
147148
Tap0IP string `json:"tap0_ip,required"`
148149
Tap0Name string `json:"tap0_name,required"`
149150
VmNamespace string `json:"vm_namespace,required"`
@@ -154,6 +155,7 @@ type VmNetworkInfo struct {
154155
type vmNetworkInfoJSON struct {
155156
GuestIP apijson.Field
156157
GuestMac apijson.Field
158+
SSHPort apijson.Field
157159
Tap0IP apijson.Field
158160
Tap0Name apijson.Field
159161
VmNamespace apijson.Field

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.6" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.7" // x-release-please-version

0 commit comments

Comments
 (0)