diff --git a/.changes/unreleased/Feature-20220801-120654.yaml b/.changes/unreleased/Feature-20220801-120654.yaml deleted file mode 100644 index b6a5f31e..00000000 --- a/.changes/unreleased/Feature-20220801-120654.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: adding support for Rego policies in cli -time: 2022-08-01T12:06:54.001679-05:00 diff --git a/.changes/unreleased/Refactor-20220721-155518.yaml b/.changes/unreleased/Refactor-20220721-155518.yaml deleted file mode 100644 index 4af4b2f2..00000000 --- a/.changes/unreleased/Refactor-20220721-155518.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Refactor -body: Surface warning from API when uploading invalid json/yaml to API docs -time: 2022-07-21T15:55:18.894198-05:00 diff --git a/.changes/unreleased/Refactor-20220801-133329.yaml b/.changes/unreleased/Refactor-20220801-133329.yaml deleted file mode 100644 index f0613e44..00000000 --- a/.changes/unreleased/Refactor-20220801-133329.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Refactor -body: Updating opslevel-go version to v2022.8.1 -time: 2022-08-01T13:33:29.275088-05:00 diff --git a/.changes/v2022.8.1.md b/.changes/v2022.8.1.md new file mode 100644 index 00000000..a9d003ca --- /dev/null +++ b/.changes/v2022.8.1.md @@ -0,0 +1,9 @@ +## [August 01, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.20...v2022.8.1)) +### Feature +- adding support for Rego policies in cli +### Refactor +- Surface warning from API when uploading invalid json/yaml to API docs +- Updating opslevel-go version to v2022.8.1 +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2022.8.1` diff --git a/CHANGELOG.md b/CHANGELOG.md index 484d21fe..fc72af4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ 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).## [July 20, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.15...v2022.7.20)) +and is generated by [Changie](https://github.com/miniscruff/changie).## [August 01, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.20...v2022.8.1)) +### Feature +- adding support for Rego policies in cli +### Refactor +- Surface warning from API when uploading invalid json/yaml to API docs +- Updating opslevel-go version to v2022.8.1 +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2022.8.1` +## [July 20, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.15...v2022.7.20)) ### Bugfix - Fix output of `get service` command when service is not found - bump opslevel-go to fix a bug with our REST client for `create document` command