Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release cypress 13.11.0 related docker images and update factory #1097

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
BASE_IMAGE='debian:12-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.13.1'
FACTORY_DEFAULT_NODE_VERSION='20.14.0'

# Node Versions: https://nodejs.org/en/download/releases/
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"

# Update this to deploy the docker factory if you make changes to factory.Dockerfile or install scripts
FACTORY_VERSION='4.0.1'
FACTORY_VERSION='4.0.2'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='125.0.6422.60-1'
CHROME_VERSION='125.0.6422.141-1'

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.10.0'
CYPRESS_VERSION='13.11.0'

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
EDGE_VERSION='125.0.2535.51-1'
EDGE_VERSION='125.0.2535.79-1'
AtofStryker marked this conversation as resolved.
Show resolved Hide resolved

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='126.0'
FIREFOX_VERSION='126.0.1'

# Yarn versions: https://www.npmjs.com/package/yarn and
# https://classic.yarnpkg.com/latest-version
Expand Down
4 changes: 4 additions & 0 deletions factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 4.0.2

* Updated default node version from `20.13.1` to `20.14.0`. Addressed in [#1097](https://github.com/cypress-io/cypress-docker-images/pull/1097)

## 4.0.1

* Removed obsolete environment variable `npm_config_unsafe_perm`, not used or needed in npm `v7` and later. Addressed in [#1078](https://github.com/cypress-io/cypress-docker-images/pull/1078)
Expand Down