Releases: rofrano/pipeline-selenium
Fall 2024
Spring 2024
Notice
Changing the release tagging scheme to match the semesters in which the image was built for. The scheme is as follows: xxnn
where xx
is a two character abbreviation for the semester and nn
is the last two digits of the year. The semester abbreviations are:
sp = Spring Semester
su = Summer Semester
fa = Fall Semester
That makes this first release to follow this scheme: sp24
for Spring Semester 2024. This makes it easier to match releases to when they were used, rather than a numeric numbering scheme which has no semantic meaning. This also matches the tagging scheme used by the base image: rofrano/nyu-devops-base
.
Release Notes
Updated to the latest NYU DevOps Base image for Spring 2024 Semester (rofrano/nyu-devops-base:sp24
) to pick up latest package upgrades and dependencies.
v1.5.0
v1.4.0
Added Firefox support
This new image includes support for Firefox as well as Chrome.
What's Changed
Full Changelog: v1.2.0...v1.3.0
Rebased image on nyu-devops-base
Rebased this image on the nyu-devops-base
image which installs everything that is needed except Chrome and Selenium. This will make builds and pulls faster for students using this image and will update Python as the course makes updates.
What's Changed
- Updated the based image to use nyu-devops-base by @rofrano in #1
- Forced root for use in build pipelines because new base image uses
vscode
and final user by @rofrano in #2 - Updated
Makefile
run target to add the user (--user vscode
) and host (-h nyu
) as default parameters
New Contributors
Full Changelog: v1.1.0...v1.2.0
Added curl and wget
Added curl
and wget
to the image because they are instrumental in installing other software and for testing connectivity.
Initial Release
v1.0.0 Only build on release