From 9114eb73696ee84c9bc57b91fed9066ab98875f1 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Wed, 3 Apr 2024 20:48:05 +0000 Subject: [PATCH] Cut Release 'v2024.4.3' --- .changes/unreleased/Bugfix-20240402-150118.yaml | 4 ---- .changes/v2024.4.3.md | 7 +++++++ CHANGELOG.md | 12 ++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 .changes/unreleased/Bugfix-20240402-150118.yaml create mode 100644 .changes/v2024.4.3.md diff --git a/.changes/unreleased/Bugfix-20240402-150118.yaml b/.changes/unreleased/Bugfix-20240402-150118.yaml deleted file mode 100644 index 29c22695..00000000 --- a/.changes/unreleased/Bugfix-20240402-150118.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Bugfix -body: Fix bug where repositories were being attached unnecessarily, resulting in error - logs -time: 2024-04-02T15:01:18.219217-04:00 diff --git a/.changes/v2024.4.3.md b/.changes/v2024.4.3.md new file mode 100644 index 00000000..f15d160e --- /dev/null +++ b/.changes/v2024.4.3.md @@ -0,0 +1,7 @@ +## [April 03, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.3.18...v2024.4.3) +### Bugfix +* Fix bug where repositories were being attached unnecessarily, resulting in error logs +## Docker Image + + - `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.3` + diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf4d83c..997b992c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,21 @@ 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). +## [April 03, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.3.18...v2024.4.3) +### Bugfix +* Fix bug where repositories were being attached unnecessarily, resulting in error logs +## Docker Image + + - `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.4.3` + + ## [March 18, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.3.4...v2024.3.18) ### Bugfix * Fix bug where service fields are being set to "null" if they are not defined in Kubernetes or in the user's config +* Fix bug where not all system aliases were being checked during service updates +### Feature +* Log the `ServiceUpdateInput` sent to the API before service updates +* Log the diff between services before and after updates ### Dependency * Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /src ## Docker Image