Skip to content

Releases: cvmfs-contrib/github-action-cvmfs

v5.2

04 Apr 21:23
d8e39de
Compare
Choose a tag to compare

What's Changed

  • Make cvmfs_http_proxy default to DIRECT by @DrDaveD in #35

Full Changelog: v5.1...v5.2

v4.1

07 Apr 20:42
c792ebd
Compare
Choose a tag to compare

What's Changed

  • make cvmfs_http_proxy default to DIRECT (v4) by @DrDaveD in #36

Full Changelog: v4.0...v4.1

v5.1: Fix apt cache for arm runners

28 Feb 18:13
15d33be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5...v5.1

v5.0: macos support

05 Dec 09:32
204fd62
Compare
Choose a tag to compare

What's Changed

  • feat: enable dependabot for github-actions ecosystem by @wdconinc in #26
  • Re-enable experimental support for cvmfs on macos runners by @vvolkl in #28
  • CVMFS mac support now in prod; use homebrew to install by @vvolkl in #31
  • macos: move sleep into setup by @vvolkl in #32

Full Changelog: v4...v5.0

v4.0

27 Jan 17:29
55899ca
Compare
Choose a tag to compare

What's Changed

  • feat: add logging groups by @wdconinc in #24
  • fix: update actions/cache from v3 to v4 (node.js v20 support) by @wdconinc in #25

Full Changelog: v3...v4.0

v3.1

15 Oct 16:34
d4641d0
Compare
Choose a tag to compare

What's Changed

  • ci(chore): replace ubuntu-18.04 with ubuntu-22.04 by @wdconinc in #23
  • ci(chore): upgrade to actions/checkout@v3 by @wdconinc in #22
  • fix: replace set-output with $GITHUB_OUTPUT by @wdconinc in #21

Full Changelog: v3.0...v3.1

v3.0: cache downloads by default

26 Aug 20:25
f950351
Compare
Choose a tag to compare

What's Changed

  • Use action/cache for apt downloads by @wdconinc in #20
  • Phase out MacOS support as macos-10.15 is phased out by @wdconinc in #17

Full Changelog: v2.1...v3.0

v2.1: Warn about upcoming MacOS phase out

03 Aug 18:06
16e6f1e
Compare
Choose a tag to compare

What's Changed

  • cvmfs_config_package: EESSI filesystem layer 0.4.0 by @wdconinc in #14
  • Run workflows MacOS and Ubuntu daily by @wdconinc in #15
  • Use current directory for action workflow by @wdconinc in #19
  • Warn about upcoming MacOS phase out by @wdconinc in #18

Full Changelog: v2...v2.1

v2

08 Aug 20:49
16e6f1e
Compare
Choose a tag to compare
Merge pull request #18 from wdconinc/warn-macos-phase-out

Warn about upcoming MacOS phase out

v2.0: Fixes, Options and MacOS support

03 Aug 18:13
Compare
Choose a tag to compare

v2.0 adds support for macOS runners, many configuration options and some fixes.

Originally released 18/12/2020, updated 19/01/2021 to include #10, updated 03/08/2022 to rename v2.0

Changelog

v2.0 (19/01/2021) Pull Requests:

  • Update deprecated brew behaviour #10
  • Fix some typos, formatting #8
  • Typos and badges #7
  • Add more options and macOS support #6
  • [cvmfs_config_package] wget and dpkg -i deb #4
  • [cvfms_http_proxy] for auto proxy, do not try to access site #5
  • [inputs] actions/runner#665 #3
  • add support for specifying alternate cvmfs-config package to install via $INPUT_CVMFS_CONFIG_PACKAGE #1
  • Mention docker mount flags in the Readme #2