Skip to content

Commit

Permalink
Release v0.8.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 3, 2023
1 parent 02301e7 commit 04cc5e7
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230927-012225.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20230927-012111.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20230912-123837.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20230927-012000.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions .changes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v0.8.0 (September 27, 2023)

FEATURES:


* targets/bzero: Add new endpoint that updates an agent's config for supported keys ([#34](https://github.com/bastionzero/bastionzero-sdk-go/issues/34)).


* connections: Add endpoint to close a single connection ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).


ENHANCEMENTS:


* connections/connectiontype: Add `Rdp` and `SqlServer` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).


BUG FIXES:


* 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)).


23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v0.8.0 (September 27, 2023)

FEATURES:


* targets/bzero: Add new endpoint that updates an agent's config for supported keys ([#34](https://github.com/bastionzero/bastionzero-sdk-go/issues/34)).


* connections: Add endpoint to close a single connection ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).


ENHANCEMENTS:


* connections/connectiontype: Add `Rdp` and `SqlServer` ([#37](https://github.com/bastionzero/bastionzero-sdk-go/issues/37)).


BUG FIXES:


* 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)).


## v0.7.0 (September 05, 2023)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion bastionzero/bastionzero.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
libraryVersion = "v0.7.0"
libraryVersion = "v0.8.0"
// DefaultBaseURL is the default BastionZero API URL the Client communicates
// with
DefaultBaseURL = "https://cloud.bastionzero.com/"
Expand Down

0 comments on commit 04cc5e7

Please sign in to comment.