Skip to content

Commit

Permalink
Cut Release 'v2023.10.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Oct 8, 2023
1 parent 24e7c48 commit c05469d
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 39 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20230922-140819.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20230925-130703.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231002-152736.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231002-153716.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231002-153958.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Dependency-20231002-154703.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Deprecated-20230913-180417.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230913-180515.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20230922-140908.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230925-130715.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20231004-142513.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .changes/v2023.10.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [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
- fix bug not reading files when using -f
### Feature
- New subcommands for create, assign, update, delete tags on all taggable resources
- BREAKING CHANGE - split up `get tag KEY` and `list tags`. `get tag KEY` gets all tags matching `KEY`. `list tags` lists all tags on an object
- show last updated when listing secrets
- add 'infra' to type flag for tag management
### Deprecated
- BREAKING CHANGE: remove tag functions for Service, Team
### Dependency
- Bump docker/login-action from 2 to 3
- Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
- Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 in /src
- Bump github.com/open-policy-agent/opa from 0.54.0 to 0.57.0 in /src
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.10.8`
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ 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).
## [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
- fix bug not reading files when using -f
### Feature
- New subcommands for create, assign, update, delete tags on all taggable resources
- BREAKING CHANGE - split up `get tag KEY` and `list tags`. `get tag KEY` gets all tags matching `KEY`. `list tags` lists all tags on an object
- show last updated when listing secrets
- add 'infra' to type flag for tag management
### Deprecated
- BREAKING CHANGE: remove tag functions for Service, Team
### Dependency
- Bump docker/login-action from 2 to 3
- Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
- Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 in /src
- Bump github.com/open-policy-agent/opa from 0.54.0 to 0.57.0 in /src
## Docker Image

- `docker pull public.ecr.aws/opslevel/cli:v2023.10.8`
## [September 12, 2023](https://github.com/OpsLevel/cli/compare/v2023.8.28...v2023.9.12)
### Dependency
- Bump actions/checkout from 3 to 4
Expand Down

0 comments on commit c05469d

Please sign in to comment.