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

Build(deps): Bump the github-actions group with 4 updates #1560

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the github-actions group with 4 updates: actions/cache, actions/upload-artifact, actions/download-artifact and jupyterhub/action-k3s-helm.

Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

... (truncated)

Commits

Updates actions/upload-artifact from 3 to 4

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

Commits
  • 694cdab Merge pull request #501 from actions/robherley/overwrite-artifact
  • 05d4fe6 run licensed against version that matches ci
  • 40b3052 update readme
  • 49552fc add overwrite tests to workflow
  • 7961590 licensed cache
  • 11ff42c add new overwrite input & docs
  • 1eb3cb2 Merge pull request #497 from actions/robherley/update-readme-limit
  • 8688a86 Update readme to reflect new artifact/job limit
  • 73d8b66 Support artifact-url output (#496)
  • c320f57 Update README.md (#492)
  • Additional commits viewable in compare view

Updates actions/download-artifact from 3 to 4

Release notes

Sourced from actions/download-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/download-artifact@v3...v4.0.0

v3.0.2

v3.0.1

Commits

Updates jupyterhub/action-k3s-helm from 3 to 4

Release notes

Sourced from jupyterhub/action-k3s-helm's releases.

v4.0.0 - 2024-01-12

Version 4.0.0 drops support for installing k3s version 1.20 - 1.23, to keep testing against those versions don't yet upgrade to v4 of this action.

Breaking Changes

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

Other merged PRs

See full changelog for dependabot and pre-commit.ci updates.

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​consideRatio (activity) | @​manics (activity) | @​minrk (activity)

v3.1.0 - 2022-12-27

Enhancements made

  • Update cri-dockerd from 0.2.6 to 0.3.0 (only for k3s 1.24+) - now k3s 1.26 is supported #86 (@​consideRatio)

Continuous integration improvements

  • build(deps): bump Actions-R-Us/actions-tagger from 2.0.2 to 2.0.3 #83 (@​dependabot)

v3.0.6 - 2022-11-15

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from jupyterhub/action-k3s-helm's changelog.

v4

v4.0.0 - 2024-01-12

Version 4.0.0 drops support for installing k3s version 1.20 - 1.23, to keep testing against those versions don't yet upgrade to v4 of this action.

Breaking Changes

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

Other merged PRs

See full changelog for dependabot and pre-commit.ci updates.

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​consideRatio (activity) | @​manics (activity) | @​minrk (activity)

Commits
  • c640de5 Merge pull request #109 from consideRatio/pr/add-changelog-for-v4
  • 15541bc Apply suggestions from code review
  • 3ad1683 Merge pull request #107 from consideRatio/pr/ref0
  • 2fcb36b Add changelog for v4.0.0
  • 9dc56f1 Rely on k3s to provide cri-dockerd
  • 43ed183 Cleanup cri-dockerd logic no longer relevant
  • 0a9119c Update cri-dockerd from 0.3.0 to 0.3.9
  • 45196b5 Update calico from 3.24.5 to 3.27.0
  • b10d49d Merge pull request #103 from consideRatio/pr/ref4
  • d85808f Merge pull request #105 from consideRatio/pr/ref2
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested review from a team as code owners January 22, 2024 22:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 22, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 4b6d77f to 88e733d Compare January 29, 2024 21:04
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 88e733d to 772100d Compare February 5, 2024 21:20
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch 2 times, most recently from e512e22 to 676c4bf Compare February 19, 2024 18:42
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 676c4bf to 7b56cdc Compare February 26, 2024 21:36
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch 2 times, most recently from 0f0b7d9 to 07e1a95 Compare March 11, 2024 21:36
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 07e1a95 to 92a70d1 Compare April 1, 2024 21:28
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 92a70d1 to 543b0a1 Compare April 8, 2024 21:47
Bumps the github-actions group with 4 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [jupyterhub/action-k3s-helm](https://github.com/jupyterhub/action-k3s-helm).


Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

Updates `jupyterhub/action-k3s-helm` from 3 to 4
- [Release notes](https://github.com/jupyterhub/action-k3s-helm/releases)
- [Changelog](https://github.com/jupyterhub/action-k3s-helm/blob/main/CHANGELOG.md)
- [Commits](jupyterhub/action-k3s-helm@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: jupyterhub/action-k3s-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-9d6ff9ea89 branch from 543b0a1 to 8361d52 Compare April 15, 2024 21:52
@ArnoStiefvater ArnoStiefvater merged commit ca4f248 into main Apr 17, 2024
17 of 18 checks passed
@ArnoStiefvater ArnoStiefvater deleted the dependabot/github_actions/github-actions-9d6ff9ea89 branch April 17, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants