From d42f70aa16efb2466eeb304521753b914391a444 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Mon, 28 Aug 2023 18:01:41 +0000 Subject: [PATCH] Cut Release 'v2023.8.28' --- .changes/unreleased/Dependency-20230824-231423.yaml | 3 --- .changes/unreleased/Feature-20230821-143107.yaml | 3 --- .changes/unreleased/Feature-20230824-231625.yaml | 3 --- .changes/v2023.8.28.md | 9 +++++++++ CHANGELOG.md | 9 +++++++++ 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 .changes/unreleased/Dependency-20230824-231423.yaml delete mode 100644 .changes/unreleased/Feature-20230821-143107.yaml delete mode 100644 .changes/unreleased/Feature-20230824-231625.yaml create mode 100644 .changes/v2023.8.28.md diff --git a/.changes/unreleased/Dependency-20230824-231423.yaml b/.changes/unreleased/Dependency-20230824-231423.yaml deleted file mode 100644 index b2a8e892..00000000 --- a/.changes/unreleased/Dependency-20230824-231423.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: update to go 1.21 and go.sum dependencies -time: 2023-08-24T23:14:23.66388-05:00 diff --git a/.changes/unreleased/Feature-20230821-143107.yaml b/.changes/unreleased/Feature-20230821-143107.yaml deleted file mode 100644 index 1a1debd3..00000000 --- a/.changes/unreleased/Feature-20230821-143107.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: add support for scorecards -time: 2023-08-21T14:31:07.989778-04:00 diff --git a/.changes/unreleased/Feature-20230824-231625.yaml b/.changes/unreleased/Feature-20230824-231625.yaml deleted file mode 100644 index 1e2f3ceb..00000000 --- a/.changes/unreleased/Feature-20230824-231625.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: add secrets API operations -time: 2023-08-24T23:16:25.166135-05:00 diff --git a/.changes/v2023.8.28.md b/.changes/v2023.8.28.md new file mode 100644 index 00000000..751f1f81 --- /dev/null +++ b/.changes/v2023.8.28.md @@ -0,0 +1,9 @@ +## [August 28, 2023](https://github.com/OpsLevel/cli/compare/v2023.8.15...v2023.8.28) +### Feature +- add support for scorecards +- add secrets API operations +### Dependency +- update to go 1.21 and go.sum dependencies +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2023.8.28` diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5b41c2..59fc7f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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). +## [August 28, 2023](https://github.com/OpsLevel/cli/compare/v2023.8.15...v2023.8.28) +### Feature +- add support for scorecards +- add secrets API operations +### Dependency +- update to go 1.21 and go.sum dependencies +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2023.8.28` ## [August 15, 2023](https://github.com/OpsLevel/cli/compare/v2023.7.28...v2023.8.15) ### Bugfix - Fix inability to read YAML from stdin in containers