Skip to content

Commit 04cc5e7

Browse files
Release v0.8.0 (#39)
1 parent 02301e7 commit 04cc5e7

7 files changed

Lines changed: 47 additions & 22 deletions

File tree

.changes/unreleased/BUG FIXES-20230927-012225.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230927-012111.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/FEATURES-20230912-123837.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/FEATURES-20230927-012000.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v0.8.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## v0.8.0 (September 27, 2023)
2+
3+
FEATURES:
4+
5+
6+
* targets/bzero: Add new endpoint that updates an agent's config for supported keys ([#34](https://github.com/bastionzero/bastionzero-sdk-go/issues/34)).
7+
8+
9+
* connections: Add endpoint to close a single connection ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
10+
11+
12+
ENHANCEMENTS:
13+
14+
15+
* connections/connectiontype: Add `Rdp` and `SqlServer` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
16+
17+
18+
BUG FIXES:
19+
20+
21+
* connections/connectiontype: Fix mapping of `Kube` to match expected value; it now maps to `Kubernetes` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
22+
23+

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v0.8.0 (September 27, 2023)
2+
3+
FEATURES:
4+
5+
6+
* targets/bzero: Add new endpoint that updates an agent's config for supported keys ([#34](https://github.com/bastionzero/bastionzero-sdk-go/issues/34)).
7+
8+
9+
* connections: Add endpoint to close a single connection ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
10+
11+
12+
ENHANCEMENTS:
13+
14+
15+
* connections/connectiontype: Add `Rdp` and `SqlServer` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
16+
17+
18+
BUG FIXES:
19+
20+
21+
* connections/connectiontype: Fix mapping of `Kube` to match expected value; it now maps to `Kubernetes` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).
22+
23+
124
## v0.7.0 (September 05, 2023)
225

326
FEATURES:

bastionzero/bastionzero.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
libraryVersion = "v0.7.0"
37+
libraryVersion = "v0.8.0"
3838
// DefaultBaseURL is the default BastionZero API URL the Client communicates
3939
// with
4040
DefaultBaseURL = "https://cloud.bastionzero.com/"

0 commit comments

Comments
 (0)