From dd259b94b89ba8935903e8b5b6c32a97c9342d38 Mon Sep 17 00:00:00 2001 From: Github Actions <4399427+kferrone@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:12:07 -0700 Subject: [PATCH] changes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee98b9..976adf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + - Removed potential cyclic dependencies in `docker-compose.yaml` by explicitly defining inherited sections + ## [0.2.39] - 2024-11-12 ### Fixed - Issue with wait breaking when a pod didn't have the `Name` key - Jobs were not failing gracefully when waiting for completion but faults were present for pods on the job - - Removed potential cyclic dependencies in `docker-compose.yaml` by explicitly defining inherited sections ## [0.2.38] - 2024-10-28