From 099a8a7413fa777daa7670f98fce941d3e75177b Mon Sep 17 00:00:00 2001 From: Roman Muntean <32648346+romakarol@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:30:09 +0000 Subject: [PATCH] Update CHANGELOG.md update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255d5079..9160d148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ All notable changes to this project will be documented in this file ### Breaking Change * To enable persistence and the capturing of metrics on the batch pods Batch.Dockerfile has been updated with the following - * The Batch.Dockerfile was updated to pull `jmx_prometheus_javaagent-0.14.0.jar` from `repo1.maven.org` * The Batch.Dockerfile was updated to copy `docker-server.sh` to allow scripts for persistence * Updated `helm-charts/batch/templates/cronjob-program.yaml` command and args to run `docker-server.sh` not updating charts for this Batch.Dockerfile will cause charts to fail * Helm charts updated kubeVersion from `">=1.20"` to `">=1.20 || >=1.30.0-eks-a737599"`