-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbd110e
commit a568079
Showing
16 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## [November 16, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.10.20...v2023.11.16) | ||
### Bugfix | ||
* make UserIdentifierInput fields pointers, fixing the omitempty struct tag behavior | ||
* BREAKING: change IdentifierInput struct fields to pointers | ||
* revert removal of EntityOwner struct, not yet removed in API | ||
### Feature | ||
* Access ManagedAliases on Service | ||
* Enable deletion of Infrastructure Resource aliases | ||
* add error check to JSON unmarshalling | ||
* add enum ServicePropertyTypeEnum | ||
### Refactor | ||
* BREAKING CHANGE ownerAlias deprecated on service inputs | ||
### Deprecated | ||
* Groups are deprecated in favor of Team hierarchies | ||
### Removed | ||
* GroupInput and EntityOwnerGroup structs, CreateGroup and UpdateGroup client methods, Group field from TeamCreateInput and TeamUpdateInput structs | ||
* EntityOwner removed, replaced with TeamId since Groups are deprecated | ||
### Dependency | ||
* Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 | ||
* Bump github.com/rocktavious/autopilot/v2023 from 2023.8.18 to 2023.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package opslevel | ||
|
||
const clientVersion = "v2023.10.20" | ||
const clientVersion = "v2023.11.16" |