diff --git a/.changes/unreleased/Bugfix-20230726-195424.yaml b/.changes/unreleased/Bugfix-20230726-195424.yaml deleted file mode 100644 index 9c0856fc..00000000 --- a/.changes/unreleased/Bugfix-20230726-195424.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: Fix bug when updating a resource using a yaml file -time: 2023-07-26T19:54:24.648699-04:00 diff --git a/.changes/unreleased/Dependency-20230728-033400.yaml b/.changes/unreleased/Dependency-20230728-033400.yaml deleted file mode 100644 index 50721b99..00000000 --- a/.changes/unreleased/Dependency-20230728-033400.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: "Dependency" -body: "Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 in /src" -time: 2023-07-28T03:34:00.00000Z - diff --git a/.changes/unreleased/Dependency-20230728-112413.yaml b/.changes/unreleased/Dependency-20230728-112413.yaml deleted file mode 100644 index 52fe6a9c..00000000 --- a/.changes/unreleased/Dependency-20230728-112413.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Update opslevel-go to latest version -time: 2023-07-28T11:24:13.213027-05:00 diff --git a/.changes/unreleased/Feature-20230726-203809.yaml b/.changes/unreleased/Feature-20230726-203809.yaml deleted file mode 100644 index 58401e85..00000000 --- a/.changes/unreleased/Feature-20230726-203809.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add support for creating and updating [Filters](https://docs.opslevel.com/docs/checks-and-filters#filters) using YAML files -time: 2023-07-26T20:38:09.918324-04:00 diff --git a/.changes/v2023.7.28.md b/.changes/v2023.7.28.md new file mode 100644 index 00000000..ff81d9f3 --- /dev/null +++ b/.changes/v2023.7.28.md @@ -0,0 +1,11 @@ +## [July 28, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.19...v2023.7.28) +### Bugfix +- Fix bug when updating a resource using a yaml file +### Feature +- Add support for creating and updating [Filters](https://docs.opslevel.com/docs/checks-and-filters#filters) using YAML files +### Dependency +- Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 in /src +- Update opslevel-go to latest version +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2023.7.28` diff --git a/CHANGELOG.md b/CHANGELOG.md index 527060d5..c14f7999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ 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 19, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.18...v2023.7.19) +## [July 28, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.19...v2023.7.28) +### Bugfix +- Fix bug when updating a resource using a yaml file +### Feature +- Add support for creating and updating [Filters](https://docs.opslevel.com/docs/checks-and-filters#filters) using YAML files +### Dependency +- Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 in /src +- Update opslevel-go to latest version ## Docker Image - - `docker pull public.ecr.aws/opslevel/cli:v2023.7.19` -## [July 18, 2023](https://github.com/OpsLevel/cli/compare/v2023.5.18...v2023.7.18) + - `docker pull public.ecr.aws/opslevel/cli:v2023.7.28` +## [July 19, 2023](https://github.com/OpsLevel/cli/compare/v2023.5.18...v2023.7.19) ### Bugfix - PrettyPrint no longer escapes html ### Feature @@ -25,7 +32,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - Update go to version 1.20 ## Docker Image - - `docker pull public.ecr.aws/opslevel/cli:v2023.7.18` + - `docker pull public.ecr.aws/opslevel/cli:v2023.7.19` ## [May 18, 2023](https://github.com/OpsLevel/cli/compare/v2023.4.11...v2023.5.18) ### Bugfix - Fix bug where command `create deploy` does not properly error out and incorrectly reports successful deploy event registered