From ef16ba23de96b39f68e4eda37c557293583d8e28 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:11:47 +0100 Subject: [PATCH 1/9] Issue #417 - Upgrade Firefox to version 104.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3f86f4..a1e02fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ ENV DATABASE_LIBRARY_VERSION 1.2.4 ENV DATADRIVER_VERSION 1.6.0 ENV DATETIMETZ_VERSION 1.0.6 ENV FAKER_VERSION 5.0.0 -ENV FIREFOX_VERSION 98.0 +ENV FIREFOX_VERSION 104.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.30.0 ENV IMAP_LIBRARY_VERSION 0.4.2 diff --git a/README.md b/README.md index a08ef84..a1ee41e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The versions used are: * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 -* Firefox 91.7 +* Firefox 104.0 * Chromium 99.0 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.22.87 From 9049e5d86c45b588e804e9001f3f88949a7d2247 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:16:21 +0100 Subject: [PATCH 2/9] Issue #418 - Upgrade Chromium to version 103.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1e02fa..67b7945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV ALPINE_GLIBC 2.35-r0 ENV AWS_CLI_VERSION 1.22.87 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 12.2.0 -ENV CHROMIUM_VERSION 99.0 +ENV CHROMIUM_VERSION 103.0 ENV DATABASE_LIBRARY_VERSION 1.2.4 ENV DATADRIVER_VERSION 1.6.0 ENV DATETIMETZ_VERSION 1.0.6 diff --git a/README.md b/README.md index a1ee41e..a6a817a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The versions used are: * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox 104.0 -* Chromium 99.0 +* Chromium 103.0 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.22.87 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. From 097287b9975903bd87b11e92220e9bedcb390c21 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:17:05 +0100 Subject: [PATCH 3/9] Issue #416 - Upgrade Robot Framework to version 5.0.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67b7945..b8fe507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV GECKO_DRIVER_VERSION v0.30.0 ENV IMAP_LIBRARY_VERSION 0.4.2 ENV PABOT_VERSION 2.5.2 ENV REQUESTS_VERSION 0.9.2 -ENV ROBOT_FRAMEWORK_VERSION 5.0 +ENV ROBOT_FRAMEWORK_VERSION 5.0.1 ENV SELENIUM_LIBRARY_VERSION 6.0.0 ENV SSH_LIBRARY_VERSION 3.8.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index a6a817a..4261cba 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) 5.0 +* [Robot Framework](https://github.com/robotframework/robotframework) 5.0.1 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 12.2.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.6.0 From e71fab753b7a10145d68095736942595e09d31c8 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:17:43 +0100 Subject: [PATCH 4/9] Issue #415 - Upgrade the AWS CLI to version 1.25.81 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8fe507..238ccb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV ROBOT_GID 1000 # Dependency versions ENV ALPINE_GLIBC 2.35-r0 -ENV AWS_CLI_VERSION 1.22.87 +ENV AWS_CLI_VERSION 1.25.81 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 12.2.0 ENV CHROMIUM_VERSION 103.0 diff --git a/README.md b/README.md index 4261cba..630d01a 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 104.0 * Chromium 103.0 -* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.22.87 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.25.81 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. From b1603a0b6cbea7609841af563669ae80f9f6be12 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:18:16 +0100 Subject: [PATCH 5/9] Issue #414 - Upgrade the Requests library to version 0.9.3 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 238ccb8..6c0626b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.30.0 ENV IMAP_LIBRARY_VERSION 0.4.2 ENV PABOT_VERSION 2.5.2 -ENV REQUESTS_VERSION 0.9.2 +ENV REQUESTS_VERSION 0.9.3 ENV ROBOT_FRAMEWORK_VERSION 5.0.1 ENV SELENIUM_LIBRARY_VERSION 6.0.0 ENV SSH_LIBRARY_VERSION 3.8.0 diff --git a/README.md b/README.md index 630d01a..b4ce4e4 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.2 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.5.2 -* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.2 +* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.3 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 From 7e3cf774fe9d672f224b259d83ad438a15de9be1 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:18:51 +0100 Subject: [PATCH 6/9] Issue #413 - Upgrade Pabot to version 2.7.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c0626b..307b2d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV FIREFOX_VERSION 104.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.30.0 ENV IMAP_LIBRARY_VERSION 0.4.2 -ENV PABOT_VERSION 2.5.2 +ENV PABOT_VERSION 2.7.0 ENV REQUESTS_VERSION 0.9.3 ENV ROBOT_FRAMEWORK_VERSION 5.0.1 ENV SELENIUM_LIBRARY_VERSION 6.0.0 diff --git a/README.md b/README.md index b4ce4e4..d33cd32 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.2 -* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.5.2 +* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.7.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.3 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 From 105ddd44e7e6f33e0fae35b1f5c6bc04846b0733 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:19:26 +0100 Subject: [PATCH 7/9] Issue #412 - Upgrade the IMAP library to version 0.4.5 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 307b2d3..f7c46ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ENV FAKER_VERSION 5.0.0 ENV FIREFOX_VERSION 104.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.30.0 -ENV IMAP_LIBRARY_VERSION 0.4.2 +ENV IMAP_LIBRARY_VERSION 0.4.5 ENV PABOT_VERSION 2.7.0 ENV REQUESTS_VERSION 0.9.3 ENV ROBOT_FRAMEWORK_VERSION 5.0.1 diff --git a/README.md b/README.md index d33cd32..337be58 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The versions used are: * [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 -* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.2 +* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.5 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.7.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.3 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0 From 3b15b0e743b4ff0bafdc63b7d9284056e0116e7f Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 15:20:03 +0100 Subject: [PATCH 8/9] Issue #411 - Upgrade the Browser Library to version 14.0.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7c46ca..04483f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENV ROBOT_GID 1000 ENV ALPINE_GLIBC 2.35-r0 ENV AWS_CLI_VERSION 1.25.81 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 -ENV BROWSER_LIBRARY_VERSION 12.2.0 +ENV BROWSER_LIBRARY_VERSION 14.0.0 ENV CHROMIUM_VERSION 103.0 ENV DATABASE_LIBRARY_VERSION 1.2.4 ENV DATADRIVER_VERSION 1.6.0 diff --git a/README.md b/README.md index 337be58..62a6a8d 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) 5.0.1 -* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 12.2.0 +* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 14.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.6.0 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 From 0f89247f84726ad0d2a165b6c3ffbff281270701 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Sun, 25 Sep 2022 16:02:37 +0100 Subject: [PATCH 9/9] Issue #411 - Upgrade the Browser Library to version 14.0.0 * Fixed a build issue related to the Browser library --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04483f4..e0f23f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,8 +112,7 @@ RUN dnf install -y \ # Install the Node dependencies for the Browser library # FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here. -RUN rfbrowser init \ - && ln -sf /usr/lib64/libstdc++.so.6 /usr/local/lib/python3.10/site-packages/Browser/wrapper/node_modules/playwright-core/.local-browsers/firefox-1316/firefox/libstdc++.so.6 +RUN rfbrowser init # Create the default report and work folders with the default user to avoid runtime issues # These folders are writeable by anyone, to ensure the user can be changed on the command line.