Skip to content

Commit

Permalink
chore: release cypress 13.11.0 related docker images and update factory
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jun 4, 2024
1 parent 6fdb80d commit c9e1cc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
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'

# 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

0 comments on commit c9e1cc1

Please sign in to comment.