diff --git a/.changes/unreleased/Bugfix-20240318-152729.yaml b/.changes/unreleased/Bugfix-20240318-152729.yaml deleted file mode 100644 index fdba380f..00000000 --- a/.changes/unreleased/Bugfix-20240318-152729.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Bugfix -body: Fix bug where service fields are being set to "null" if they are not defined - in Kubernetes or in the user's config -time: 2024-03-18T15:27:29.085301-04:00 diff --git a/.changes/unreleased/Dependency-20240313-232610.yaml b/.changes/unreleased/Dependency-20240313-232610.yaml deleted file mode 100644 index eb504041..00000000 --- a/.changes/unreleased/Dependency-20240313-232610.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /src -time: 2024-03-13T23:26:10.862049162Z diff --git a/.changes/v2024.3.18.md b/.changes/v2024.3.18.md new file mode 100644 index 00000000..15943d2a --- /dev/null +++ b/.changes/v2024.3.18.md @@ -0,0 +1,9 @@ +## [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 +### Dependency +* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /src +## Docker Image + + - `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18` + diff --git a/CHANGELOG.md b/CHANGELOG.md index 193ac591..7cf4d83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [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 +### Dependency +* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /src +## Docker Image + + - `docker pull public.ecr.aws/opslevel/kubectl-opslevel:v2024.3.18` + + ## [March 04, 2024](https://github.com/OpsLevel/kubectl-opslevel/compare/v2024.2.26...v2024.3.4) ### Docs * Replaced local dev docs with more brief instructions and a real deployment.yaml for sample config