From c9e9834740267869a30b65f76885eb89953d3d6a Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 22 Nov 2023 14:03:56 +0100 Subject: [PATCH 1/3] prepare release --- doc/changes/changelog.md | 1 + doc/changes/changes_1.3.3.md | 12 ++++++++++++ doc/changes/changes_1.4.0.md | 23 ----------------------- pyproject.toml | 2 +- 4 files changed, 14 insertions(+), 24 deletions(-) create mode 100644 doc/changes/changes_1.3.3.md delete mode 100644 doc/changes/changes_1.4.0.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index bce1665..7784f19 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changes +* [1.3.3](changes_1.3.3.md) * [1.3.2](changes_1.3.2.md) * [1.3.1](changes_1.3.1.md) * [1.3.0](changes_1.3.0.md) diff --git a/doc/changes/changes_1.3.3.md b/doc/changes/changes_1.3.3.md new file mode 100644 index 0000000..218c5de --- /dev/null +++ b/doc/changes/changes_1.3.3.md @@ -0,0 +1,12 @@ +# Script-Languages-Container-CI 1.3.3, 2023.11.22 + +Code name: Log level fix + +## Summary + +Fixed a bug regarding log_level in the SLCT and ITDE api calls + +## Bug Fixes + + - #46: Fixed log_level in SLCT and ITDE api calls + \ No newline at end of file diff --git a/doc/changes/changes_1.4.0.md b/doc/changes/changes_1.4.0.md deleted file mode 100644 index 771d499..0000000 --- a/doc/changes/changes_1.4.0.md +++ /dev/null @@ -1,23 +0,0 @@ -# Script-Languages-Container-CI 1.4.0, T.B.D - -T.B.D - -## Summary - -T.B.D - -## Bug Fixes - - - #46: Fixed log_level in SLCT and ITDE api calls - -## Features / Enhancements - -n/a - -## Documentation - -n/a - -## Refactoring - -n/a \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7280539..4fbab72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exasol-script-languages-container-ci" -version = "1.3.2" +version = "1.3.3" description = "Implements CI builds for script-language-container." license = "MIT" From 9c24befe5c5c66fbd6b16b0fd17a208e33bfb4a5 Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 22 Nov 2023 14:52:17 +0100 Subject: [PATCH 2/3] pin pyodbc version is test containers --- doc/changes/changes_1.3.3.md | 2 +- .../test_containers/failing/build/deps/requirements.txt | 2 +- .../test_containers/successful/build/deps/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changes/changes_1.3.3.md b/doc/changes/changes_1.3.3.md index 218c5de..a61f816 100644 --- a/doc/changes/changes_1.3.3.md +++ b/doc/changes/changes_1.3.3.md @@ -1,4 +1,4 @@ -# Script-Languages-Container-CI 1.3.3, 2023.11.22 +# Script-Languages-Container-CI 1.3.3, 2023-11-22 Code name: Log level fix diff --git a/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt b/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt index babfe23..3dbd9f4 100644 --- a/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt +++ b/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt @@ -1,4 +1,4 @@ -pyodbc>=4.0.27 +pyodbc>=5.0.0 pytz lxml docker diff --git a/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt b/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt index babfe23..3dbd9f4 100644 --- a/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt +++ b/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt @@ -1,4 +1,4 @@ -pyodbc>=4.0.27 +pyodbc>=5.0.0 pytz lxml docker From 40e7548374e98a9d136b1fa6cecd98748e1a3cfa Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 22 Nov 2023 15:22:36 +0100 Subject: [PATCH 3/3] pin pyodbc version is test containers correctly this time --- .../test_containers/failing/build/deps/requirements.txt | 2 +- .../test_containers/successful/build/deps/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt b/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt index 3dbd9f4..c32a64a 100644 --- a/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt +++ b/test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt @@ -1,4 +1,4 @@ -pyodbc>=5.0.0 +pyodbc<5.0.0 pytz lxml docker diff --git a/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt b/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt index 3dbd9f4..c32a64a 100644 --- a/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt +++ b/test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt @@ -1,4 +1,4 @@ -pyodbc>=5.0.0 +pyodbc<5.0.0 pytz lxml docker