From 9828e16ac4073e73e54ddae8f195f453ecf0a8de Mon Sep 17 00:00:00 2001 From: Antoni Reus Date: Fri, 22 Nov 2024 09:07:39 +0100 Subject: [PATCH] adapt changelog --- doc/changes/changes_7.1.2.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/changes/changes_7.1.2.md b/doc/changes/changes_7.1.2.md index bad94d7..6c2d948 100644 --- a/doc/changes/changes_7.1.2.md +++ b/doc/changes/changes_7.1.2.md @@ -1,4 +1,4 @@ -# Test Containers for Exasol on Docker 7.1.2, released 2024-??-?? +# Test Containers for Exasol on Docker 7.1.2, released 2024-10-22 Code name: Allow withExposedPorts @@ -8,11 +8,14 @@ This release fixes an issue that prevented the container startup when using the The installation of ScriptLanguageContainers requires the BucketFS internal port to be available, but this shouldn't be the case when no SLC has been requested to be installed. -It also bumps default docker image to 7.1.30. +It also adapts the support of information retrieval at exit to work with Exasol v8. + +The default docker image was bumped to 7.1.30. ## Bugfix * #257: Container startup fails when using withExposedPorts() +* #254: Adapt SupportInformationRetriever for Exasol v8 ## Dependency Updates