You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/08/22 17:02:28 UTC

[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request, #1594: Bump actions/cache from 3.0.4 to 3.0.8

dependabot[bot] opened a new pull request, #1594:
URL: https://github.com/apache/qpid-dispatch/pull/1594

   Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix <code>zstd</code> not working for windows on gnu tar in issues.</li>
   <li>Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MIN</code>. Default is 60 minutes.</li>
   </ul>
   <h2>v3.0.7</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.</li>
   </ul>
   <h2>v3.0.6</h2>
   <h3>What's Changed</h3>
   <ul>
   <li>Add example for clojure lein project dependencies by <a href="https://github.com/shivamarora1"><code>@​shivamarora1</code></a> in PR <a href="https://github-redirect.dependabot.com/actions/cache/pull/835">actions/cache#835</a></li>
   <li>Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by <a href="https://github.com/pdotl"><code>@​pdotl</code></a> in PR <a href="https://github-redirect.dependabot.com/actions/cache/pull/887">actions/cache#887</a></li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> where cache save/restore was failing for Amazon Linux 2 runners due to older tar version</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> where cache save was not working for caching github workspace directory</li>
   </ul>
   <h3>New Contributors</h3>
   <ul>
   <li><a href="https://github.com/shivamarora1"><code>@​shivamarora1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/835">actions/cache#835</a></li>
   <li><a href="https://github.com/pdotl"><code>@​pdotl</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/887">actions/cache#887</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.0.6">https://github.com/actions/cache/compare/v3...v3.0.6</a></p>
   <h2>v3.0.5</h2>
   <p>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p>
   <blockquote>
   <h3>3.0.4</h3>
   <ul>
   <li>Fixed tar creation error while trying to create tar with path as <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/689">issue</a>)</li>
   </ul>
   <h3>3.0.5</h3>
   <ul>
   <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (<a href="https://github-redirect.dependabot.com/actions/cache/pull/834">PR</a>)</li>
   </ul>
   <h3>3.0.6</h3>
   <ul>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> - zstd -d: no such file or directory error</li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> - cache doesn't work with github workspace directory</li>
   </ul>
   <h3>3.0.7</h3>
   <ul>
   <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/810">#810</a> - 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.</li>
   </ul>
   <h3>3.0.8</h3>
   <ul>
   <li>Fix zstd not working for windows on gnu tar in issues <a href="https://github-redirect.dependabot.com/actions/cache/issues/888">#888</a> and <a href="https://github-redirect.dependabot.com/actions/cache/issues/891">#891</a>.</li>
   <li>Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable <code>SEGMENT_DOWNLOAD_TIMEOUT_MIN</code>. Default is 60 minutes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/cache/commit/fd5de65bc895cf536527842281bea11763fefd77"><code>fd5de65</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/899">#899</a> from actions/kotewar/download-and-compression-fix</li>
   <li><a href="https://github.com/actions/cache/commit/d49b6bb21d712fc1556f99339b8324b1603f7560"><code>d49b6bb</code></a> Updated actions/cache toolkit dep to v3.0.4</li>
   <li><a href="https://github.com/actions/cache/commit/a7c34adf76222e77931dedbf4a45b2e4648ced19"><code>a7c34ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/894">#894</a> from actions/kotewar/update-toolkit-version</li>
   <li><a href="https://github.com/actions/cache/commit/83394c99b7089b29ee6c302fad5e940df48c472a"><code>83394c9</code></a> Updated cache version in license file</li>
   <li><a href="https://github.com/actions/cache/commit/e839c25979e6ffdd90792d34de69d6a87d3016f6"><code>e839c25</code></a> Updated actions/cache version to 3.0.3</li>
   <li><a href="https://github.com/actions/cache/commit/33a923d660988a68affcd47de6bd6744193223a6"><code>33a923d</code></a> Added release information</li>
   <li><a href="https://github.com/actions/cache/commit/a404368986bb049d406166fc20afc01d032ad8a2"><code>a404368</code></a> Updated actions/cache version to 3.0.2</li>
   <li><a href="https://github.com/actions/cache/commit/f4278025ab0f432ce369118909e46deec636f50c"><code>f427802</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/887">#887</a> from actions/pdotl-version-patch</li>
   <li><a href="https://github.com/actions/cache/commit/9916fe1701f098b95a05e7c2bacee7c5a022c553"><code>9916fe1</code></a> Update cache version in licences</li>
   <li><a href="https://github.com/actions/cache/commit/318935ef66557a1906560e4e7d0069344a4b31bf"><code>318935e</code></a> Update README and RELEASES</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v3.0.4...v3.0.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.0.4&new-version=3.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #1594: Bump actions/cache from 3.0.4 to 3.0.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1594:
URL: https://github.com/apache/qpid-dispatch/pull/1594#issuecomment-1263810697

   Superseded by #1600.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #1594: Bump actions/cache from 3.0.4 to 3.0.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1594: Bump actions/cache from 3.0.4 to 3.0.8
URL: https://github.com/apache/qpid-dispatch/pull/1594


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org