diff --git a/.changes/unreleased/Dependency-20241014-172742.yaml b/.changes/unreleased/Dependency-20241014-172742.yaml deleted file mode 100644 index d9375135..00000000 --- a/.changes/unreleased/Dependency-20241014-172742.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump opslevel/report-deploy-github-action from 0.10.0 to 1.0.0 -time: 2024-10-14T17:27:42.213685165Z diff --git a/.changes/unreleased/Dependency-20241016-144345.yaml b/.changes/unreleased/Dependency-20241016-144345.yaml deleted file mode 100644 index b28ad6bd..00000000 --- a/.changes/unreleased/Dependency-20241016-144345.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: bump opslevel-go version to v2024.10.15 -time: 2024-10-16T14:43:45.400052-05:00 diff --git a/.changes/unreleased/Dependency-20241021-172248.yaml b/.changes/unreleased/Dependency-20241021-172248.yaml deleted file mode 100644 index a66b79e4..00000000 --- a/.changes/unreleased/Dependency-20241021-172248.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump github.com/relvacode/iso8601 from 1.4.0 to 1.5.0 in /src -time: 2024-10-21T17:22:48.332639462Z diff --git a/.changes/unreleased/Feature-20241004-145306.yaml b/.changes/unreleased/Feature-20241004-145306.yaml deleted file mode 100644 index 1d64864f..00000000 --- a/.changes/unreleased/Feature-20241004-145306.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: create and update custom event and deploy integrations -time: 2024-10-04T14:53:06.263811-05:00 diff --git a/.changes/unreleased/Feature-20241016-144239.yaml b/.changes/unreleased/Feature-20241016-144239.yaml deleted file mode 100644 index cdf4ce93..00000000 --- a/.changes/unreleased/Feature-20241016-144239.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: delete integration command added -time: 2024-10-16T14:42:39.505046-05:00 diff --git a/.changes/v2024.10.28.md b/.changes/v2024.10.28.md new file mode 100644 index 00000000..1a1137d8 --- /dev/null +++ b/.changes/v2024.10.28.md @@ -0,0 +1,11 @@ +## [October 28, 2024](https://github.com/OpsLevel/cli/compare/v2024.10.11...v2024.10.28) +### Feature +- create and update custom event and deploy integrations +- delete integration command added +### Dependency +- Bump opslevel/report-deploy-github-action from 0.10.0 to 1.0.0 +- bump opslevel-go version to v2024.10.15 +- Bump github.com/relvacode/iso8601 from 1.4.0 to 1.5.0 in /src +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2024.10.28` diff --git a/CHANGELOG.md b/CHANGELOG.md index 36646b5a..a81c3bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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 28, 2024](https://github.com/OpsLevel/cli/compare/v2024.10.11...v2024.10.28) +### Feature +- create and update custom event and deploy integrations +- delete integration command added +### Dependency +- Bump opslevel/report-deploy-github-action from 0.10.0 to 1.0.0 +- bump opslevel-go version to v2024.10.15 +- Bump github.com/relvacode/iso8601 from 1.4.0 to 1.5.0 in /src +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2024.10.28` ## [October 11, 2024](https://github.com/OpsLevel/cli/compare/v2024.9.18...v2024.10.11) ### Feature - added --skip-send-invite flag to "create user" cmd