From 173e277c98eccd58d7dfd08d5d04e4a7c784227d Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 13:54:30 +0100 Subject: [PATCH 1/9] Issue #360 - Upgrade Robot Framework to version 4.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9ac51c..edc2c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV GECKO_DRIVER_VERSION v0.26.0 ENV IMAP_LIBRARY_VERSION 0.4.0 ENV PABOT_VERSION 1.11 ENV REQUESTS_VERSION 0.8.1 -ENV ROBOT_FRAMEWORK_VERSION 4.0 +ENV ROBOT_FRAMEWORK_VERSION 4.1 ENV SELENIUM_LIBRARY_VERSION 5.1.1 ENV SSH_LIBRARY_VERSION 3.6.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index 2d4aed8..c2cfc1e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The versioning of this image follows the one of Robot Framework: The versions used are: -* [Robot Framework](https://github.com/robotframework/robotframework) 4.0 +* [Robot Framework](https://github.com/robotframework/robotframework) 4.1 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 4.1.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.0.0 From c0c1a8cf488a47c880669fa3a3fa2e2d108a46f6 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 13:55:41 +0100 Subject: [PATCH 2/9] Issue #361 - Upgrade the Browser library to version 6.0.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index edc2c81..1d67f30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENV ROBOT_GID 1000 ENV ALPINE_GLIBC 2.31-r0 ENV AWS_CLI_VERSION 1.19.27 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 -ENV BROWSER_LIBRARY_VERSION 4.1.0 +ENV BROWSER_LIBRARY_VERSION 6.0.0 ENV CHROMIUM_VERSION 86.0 ENV DATABASE_LIBRARY_VERSION 1.2 ENV DATADRIVER_VERSION 1.0.0 diff --git a/README.md b/README.md index c2cfc1e..c231d5a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The versioning of this image follows the one of Robot Framework: The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 4.1 -* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 4.1.0 +* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 6.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.0.0 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 From d6fb8fdc26a53298f6cc2420d19007c486d0120f Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 13:57:51 +0100 Subject: [PATCH 3/9] Issue #362 - Upgrade the Data Driver library to version 1.4.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d67f30..0dbdaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 6.0.0 ENV CHROMIUM_VERSION 86.0 ENV DATABASE_LIBRARY_VERSION 1.2 -ENV DATADRIVER_VERSION 1.0.0 +ENV DATADRIVER_VERSION 1.4.1 ENV DATETIMETZ_VERSION 1.0.6 ENV FAKER_VERSION 5.0.0 ENV FIREFOX_VERSION 78 diff --git a/README.md b/README.md index c231d5a..498c1b7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 4.1 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 6.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2 -* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.0.0 +* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.4.1 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 From 9afd8d8b1c7c00f3aa910c9d57a9d018d98025ec Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 13:59:36 +0100 Subject: [PATCH 4/9] Issue #363 - Upgrade Pabot to version 2.0.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0dbdaba..de5289b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV FIREFOX_VERSION 78 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 ENV IMAP_LIBRARY_VERSION 0.4.0 -ENV PABOT_VERSION 1.11 +ENV PABOT_VERSION 2.0.1 ENV REQUESTS_VERSION 0.8.1 ENV ROBOT_FRAMEWORK_VERSION 4.1 ENV SELENIUM_LIBRARY_VERSION 5.1.1 diff --git a/README.md b/README.md index 498c1b7..27ba3c3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The versions used are: * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0 -* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.11 +* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.1 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 From 45d5605f3ac47fcbfae4cc86ca55e162021d0e27 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:01:45 +0100 Subject: [PATCH 5/9] Issue #358 - Upgrade robotframework-databaselibrary from 1.2 to 1.2.4 to solve errors on 'Execute Sql Script' --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de5289b..0e96136 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ENV AWS_CLI_VERSION 1.19.27 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 6.0.0 ENV CHROMIUM_VERSION 86.0 -ENV DATABASE_LIBRARY_VERSION 1.2 +ENV DATABASE_LIBRARY_VERSION 1.2.4 ENV DATADRIVER_VERSION 1.4.1 ENV DATETIMETZ_VERSION 1.0.6 ENV FAKER_VERSION 5.0.0 diff --git a/README.md b/README.md index 27ba3c3..bf6d2e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 4.1 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 6.0.0 -* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2 +* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.4.1 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 From 557db8742c22445b0080f6306a4715b3fa7b8105 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:04:12 +0100 Subject: [PATCH 6/9] Issue #364 - Upgrade the Requests library to version 0.9.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e96136..a816cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 ENV IMAP_LIBRARY_VERSION 0.4.0 ENV PABOT_VERSION 2.0.1 -ENV REQUESTS_VERSION 0.8.1 +ENV REQUESTS_VERSION 0.9.1 ENV ROBOT_FRAMEWORK_VERSION 4.1 ENV SELENIUM_LIBRARY_VERSION 5.1.1 ENV SSH_LIBRARY_VERSION 3.6.0 diff --git a/README.md b/README.md index bf6d2e3..49efccf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The versions used are: * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1 -* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.8.1 +* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.1 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 From d20437a6e2b6947930fcb3047a03d7f8cc105d67 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:05:13 +0100 Subject: [PATCH 7/9] Issue #365 - Upgrade the Selenium library to version 5.1.3 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a816cd7..3209f73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV IMAP_LIBRARY_VERSION 0.4.0 ENV PABOT_VERSION 2.0.1 ENV REQUESTS_VERSION 0.9.1 ENV ROBOT_FRAMEWORK_VERSION 4.1 -ENV SELENIUM_LIBRARY_VERSION 5.1.1 +ENV SELENIUM_LIBRARY_VERSION 5.1.3 ENV SSH_LIBRARY_VERSION 3.6.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index 49efccf..9db98e9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The versions used are: * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.1 -* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.1 +* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.3 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78 From a045f0165ba1e97fb0a514fdb314ed129d9e9046 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:06:21 +0100 Subject: [PATCH 8/9] Issue #366 - Upgrade the SSH library to version 3.7.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3209f73..eb38f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ ENV PABOT_VERSION 2.0.1 ENV REQUESTS_VERSION 0.9.1 ENV ROBOT_FRAMEWORK_VERSION 4.1 ENV SELENIUM_LIBRARY_VERSION 5.1.3 -ENV SSH_LIBRARY_VERSION 3.6.0 +ENV SSH_LIBRARY_VERSION 3.7.0 ENV XVFB_VERSION 1.20 # By default, no reports are uploaded to AWS S3 diff --git a/README.md b/README.md index 9db98e9..b7c7f4b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The versions used are: * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.1 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.3 -* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.6.0 +* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.7.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78 * Chromium 86.0 From 7d95b9d5a527bb713c79dcc3ca7c2bc2807988cf Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 26 Jul 2021 14:07:36 +0100 Subject: [PATCH 9/9] Issue #367 - Upgrade the AWS CLI to version 1.20.6 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb38f0f..8be69e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV ROBOT_GID 1000 # Dependency versions ENV ALPINE_GLIBC 2.31-r0 -ENV AWS_CLI_VERSION 1.19.27 +ENV AWS_CLI_VERSION 1.20.6 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 6.0.0 ENV CHROMIUM_VERSION 86.0 diff --git a/README.md b/README.md index b7c7f4b..df627b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The versions used are: * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox ESR 78 * Chromium 86.0 -* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.19.27 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.20.6 As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project.