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 c324749 commit ad801cd
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20231110-141748.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Deprecated-20231031-155638.yaml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231030-150050.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231030-155711.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20231030-150005.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20231113-105847.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .changes/v2023.11.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [November 16, 2023](https://github.com/OpsLevel/cli/compare/v2023.10.8...v2023.11.16)
### Bugfix
- update UserIdentifierInput to accept pointers, matches updates to opslevel-go
### Feature
- add "parentTeam" field to "import teams" command and team command examples
- add parent field to exported opslevel_team terraform resource
- update, create, delete team membership in CLI
### Refactor
- BREAKING CHANGE ownerAlias deprecated on service inputs
### Deprecated
- group commands deprecated in favor of Team hierarchies
- "opslevel import group" command is deprecated
### Removed
- remove "group" field from "import teams" command
- drop func IsID() from common, exists in opslevel-go
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.11.16`
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ 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/cli/compare/v2023.10.8...v2023.11.16)
### Bugfix
- update UserIdentifierInput to accept pointers, matches updates to opslevel-go
### Feature
- add "parentTeam" field to "import teams" command and team command examples
- add parent field to exported opslevel_team terraform resource
- update, create, delete team membership in CLI
### Refactor
- BREAKING CHANGE ownerAlias deprecated on service inputs
### Deprecated
- group commands deprecated in favor of Team hierarchies
- "opslevel import group" command is deprecated
### Removed
- remove "group" field from "import teams" command
- drop func IsID() from common, exists in opslevel-go
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.11.16`
## [October 08, 2023](https://github.com/OpsLevel/cli/compare/v2023.9.12...v2023.10.8)
### Bugfix
- BREAKING CHANGE - fix get/list tags on an object returning a nonzero exit code if no tag matches, return empty JSON array instead
Expand Down

0 comments on commit ad801cd

Please sign in to comment.