Skip to content

Commit

Permalink
Cut Release 'v2023.11.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Nov 16, 2023
1 parent bbd110e commit a568079
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 43 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20231110-135823.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20231113-103954.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20231114-142739.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231023-132828.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231106-144940.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Deprecated-20231101-083924.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231106-131946.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231107-164857.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231115-103353.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231116-143511.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20231020-134723.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Removed-20231101-083703.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20231110-122504.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .changes/v2023.11.16.md
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).

## [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

## [October 20, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.10.8...v2023.10.20)
### Feature
* add ParentTeam field to Team, TeamCreateInput, and TeamUpdateInput
Expand Down
2 changes: 1 addition & 1 deletion version.go
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"

0 comments on commit a568079

Please sign in to comment.