diff --git a/.changes/unreleased/Bugfix-20240819-163947.yaml b/.changes/unreleased/Bugfix-20240819-163947.yaml deleted file mode 100644 index 3bf8fd73..00000000 --- a/.changes/unreleased/Bugfix-20240819-163947.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: graphql cmd correctly handles errors with field args -time: 2024-08-19T16:39:47.306301-05:00 diff --git a/.changes/unreleased/Dependency-20240819-175202.yaml b/.changes/unreleased/Dependency-20240819-175202.yaml deleted file mode 100644 index a6c31b78..00000000 --- a/.changes/unreleased/Dependency-20240819-175202.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 in /src -time: 2024-08-19T17:52:02.125010975Z diff --git a/.changes/unreleased/Dependency-20240819-175209.yaml b/.changes/unreleased/Dependency-20240819-175209.yaml deleted file mode 100644 index b4e3a0df..00000000 --- a/.changes/unreleased/Dependency-20240819-175209.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump opslevel/report-deploy-github-action from 0.9.0 to 0.10.0 -time: 2024-08-19T17:52:09.548634693Z diff --git a/.changes/unreleased/Dependency-20240903-111229.yaml b/.changes/unreleased/Dependency-20240903-111229.yaml deleted file mode 100644 index 7ce50246..00000000 --- a/.changes/unreleased/Dependency-20240903-111229.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: bump opslevel-go version to v2024.9.3 -time: 2024-09-03T11:12:29.934506-05:00 diff --git a/.changes/unreleased/Dependency-20240903-121845.yaml b/.changes/unreleased/Dependency-20240903-121845.yaml deleted file mode 100644 index 787aa664..00000000 --- a/.changes/unreleased/Dependency-20240903-121845.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: bump github.com/open-policy-agent/opa to v0.67.1 -time: 2024-09-03T12:18:45.943326-05:00 diff --git a/.changes/unreleased/Feature-20240823-101332.yaml b/.changes/unreleased/Feature-20240823-101332.yaml deleted file mode 100644 index 15394559..00000000 --- a/.changes/unreleased/Feature-20240823-101332.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Feature -body: Add ability to specify the owner id or alias and the property definition id - or alias on the command line arguments of the `assign property` command -time: 2024-08-23T10:13:32.68659-05:00 diff --git a/.changes/v2024.9.3.md b/.changes/v2024.9.3.md new file mode 100644 index 00000000..dd161cd1 --- /dev/null +++ b/.changes/v2024.9.3.md @@ -0,0 +1,13 @@ +## [September 03, 2024](https://github.com/OpsLevel/cli/compare/v2024.8.19...v2024.9.3) +### Bugfix +- graphql cmd correctly handles errors with field args +### Feature +- Add ability to specify the owner id or alias and the property definition id or alias on the command line arguments of the `assign property` command +### Dependency +- Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 in /src +- Bump opslevel/report-deploy-github-action from 0.9.0 to 0.10.0 +- bump opslevel-go version to v2024.9.3 +- bump github.com/open-policy-agent/opa to v0.67.1 +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2024.9.3` diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f24be2..28693107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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). +## [September 03, 2024](https://github.com/OpsLevel/cli/compare/v2024.8.19...v2024.9.3) +### Bugfix +- graphql cmd correctly handles errors with field args +### Feature +- Add ability to specify the owner id or alias and the property definition id or alias on the command line arguments of the `assign property` command +### Dependency +- Bump github.com/creasty/defaults from 1.7.0 to 1.8.0 in /src +- Bump opslevel/report-deploy-github-action from 0.9.0 to 0.10.0 +- bump opslevel-go version to v2024.9.3 +- bump github.com/open-policy-agent/opa to v0.67.1 +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2024.9.3` ## [August 19, 2024](https://github.com/OpsLevel/cli/compare/v2024.5.28...v2024.8.19) ### Bugfix - opslevel update service command correctly updates fields