You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/21 04:57:28 UTC

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1567: chore(deps): bump actions/setup-python from 4.1.0 to 4.6.0

dependabot[bot] opened a new pull request, #1567:
URL: https://github.com/apache/apisix-website/pull/1567

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/setup-python/releases">actions/setup-python's releases</a>.</em></p>
   <blockquote>
   <h2>Add allow-prereleases input</h2>
   <p>In scope of this release we added a new input (<code>allow-prereleases</code>) to allow <a href="https://redirect.github.com/actions/setup-python/pull/414">falling back to pre-release versions of Python when a matching GA version of Python is not available</a></p>
   <pre lang="yaml"><code>steps:
     - uses: actions/checkout@v3
     - uses: actions/setup-python@v4
       with:
         python-version: 3.12
         allow-prereleases: true
   </code></pre>
   <p>Besides, we added such changes as:</p>
   <ul>
   <li>Fix bug to trim new line for PyPy version: <a href="https://redirect.github.com/actions/setup-python/pull/610">actions/setup-python#610</a></li>
   <li>Added pip dependency file to generate hash from it: <a href="https://redirect.github.com/actions/setup-python/pull/604">actions/setup-python#604</a></li>
   <li>Improved error handling for saving and restoring cache: <a href="https://redirect.github.com/actions/setup-python/pull/618">actions/setup-python#618</a></li>
   <li>Add warning if cache paths are empty: <a href="https://redirect.github.com/actions/setup-python/pull/642">actions/setup-python#642</a></li>
   </ul>
   <h2>Fix cache issue for Poetry projects located in subfolders</h2>
   <p>In scope of this release we fixed cache issue for Poetry projects located in subfolders (<a href="https://redirect.github.com/actions/setup-python/issues/446">actions/setup-python#446</a>). Besides that we updated json5 version from 2.2.0 to 2.2.3 (<a href="https://redirect.github.com/actions/setup-python/pull/579">actions/setup-python#579</a>).</p>
   <h2>Add support to install multiple python versions</h2>
   <p>In scope of this release we added support to <a href="https://redirect.github.com/actions/setup-python/pull/567">install multiple python versions</a>. For this you can try to use this snippet:</p>
   <pre lang="yaml"><code>    - uses: actions/setup-python@v4
         with:
           python-version: |
               3.8
               3.9
               3.10
   </code></pre>
   <p>Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (<a href="https://redirect.github.com/actions/setup-python/pull/566">actions/setup-python#566</a>).</p>
   <h2>Improve error handling and messages</h2>
   <p>In scope of this release we added improved error message to put operating system and its version in the logs (<a href="https://redirect.github.com/actions/setup-python/pull/559">actions/setup-python#559</a>). Besides, the release</p>
   <ul>
   <li>fixes issue about <a href="https://redirect.github.com/actions/setup-python/issues/518">specifying architecture for pypy-nightly on Windows</a> with related <a href="https://redirect.github.com/actions/setup-python/pull/520">pull request</a>.</li>
   <li>improves error handling for Http Errors (<a href="https://redirect.github.com/actions/setup-python/pull/511">actions/setup-python#511</a>).</li>
   <li>updates minimatch (<a href="https://redirect.github.com/actions/setup-python/pull/558">actions/setup-python#558</a>).</li>
   </ul>
   <h2>v4.3.0</h2>
   <ul>
   <li>Update <code>@​actions/core</code> to 1.10.0 version <a href="https://redirect.github.com/actions/setup-python/issues/517">#517</a></li>
   <li>Update <code>@​actions/cache</code> to 3.0.4 version <a href="https://redirect.github.com/actions/setup-python/issues/499">#499</a></li>
   <li>Only use github.token on github.com <a href="https://redirect.github.com/actions/setup-python/issues/443">#443</a></li>
   <li>Improvement of documentation <a href="https://redirect.github.com/actions/setup-python/issues/477">#477</a>  <a href="https://redirect.github.com/actions/setup-python/issues/479">#479</a> <a href="https://redirect.github.com/actions/setup-python/issues/491">#491</a>  <a href="https://redirect.github.com/actions/setup-python/issues/492">#492</a></li>
   </ul>
   <h2>Add check-latest input and bug fixes</h2>
   <p>In scope of this release we add the <a href="https://redirect.github.com/actions/setup-python/pull/406">check-latest</a> input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from <a href="https://github.com/actions/python-versions">python-versions</a> repository. By default check-latest is set to false. For PyPy it will to try to reach <a href="https://downloads.python.org/pypy/versions.json">https://downloads.python.org/pypy/versions.json</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-python/commit/57ded4d7d5e986d7296eab16560982c6dd7c923b"><code>57ded4d</code></a> update <code>@​azure/storage-blob</code> (<a href="https://redirect.github.com/actions/setup-python/issues/655">#655</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/df6abcc733fa14327c82798d7708a84870433c17"><code>df6abcc</code></a> update xml2js (<a href="https://redirect.github.com/actions/setup-python/issues/652">#652</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/7a4f344e33a712c3d16d01bdb95be5ef34e8ab59"><code>7a4f344</code></a> Add warning for empty cache paths (<a href="https://redirect.github.com/actions/setup-python/issues/642">#642</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/d1244c8404095bc119fe30f1b9296fc644569ac0"><code>d1244c8</code></a> Remove ubuntu-18.04 from e2e (<a href="https://redirect.github.com/actions/setup-python/issues/641">#641</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/3091b37310257c35e28f059cf05d8c8c74250b17"><code>3091b37</code></a> Fix glob bug in package.json scripts section (<a href="https://redirect.github.com/actions/setup-python/issues/637">#637</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/dfa76f8d0df0f92390ab2d42e57c6537748ecc71"><code>dfa76f8</code></a> Update configuration files (<a href="https://redirect.github.com/actions/setup-python/issues/622">#622</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/03eb867e3d1d557bdb958602013c4b401deef7a0"><code>03eb867</code></a> Add error handling for saving and restoring cache (<a href="https://redirect.github.com/actions/setup-python/issues/618">#618</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/b41aaf9f0c19cdc253ff8d58a4c13ae91e94ccd2"><code>b41aaf9</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-python/issues/621">#621</a> from akv-platform/reusable-workflow</li>
   <li><a href="https://github.com/actions/setup-python/commit/0ffa49cfcadde3e5646e772b051f4b67766aaa96"><code>0ffa49c</code></a> Add update-config-files.yml</li>
   <li><a href="https://github.com/actions/setup-python/commit/ec365b4eba6e8fff05c772c50ea738054d9b52ef"><code>ec365b4</code></a> Add and configure ESLint and update configuration for Prettier (<a href="https://redirect.github.com/actions/setup-python/issues/617">#617</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v4.1.0...v4.6.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4.1.0&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] netlify[bot] commented on pull request #1567: chore(deps): bump actions/setup-python from 4.1.0 to 4.6.0

Posted by "netlify[bot] (via GitHub)" <gi...@apache.org>.
netlify[bot] commented on PR #1567:
URL: https://github.com/apache/apisix-website/pull/1567#issuecomment-1517258975

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |:-:|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | aa8d5b019118c3a4073b175089de53e4f3290d4e |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/644217b8fa7d60000868ce06 |


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] dependabot[bot] commented on pull request #1567: chore(deps): bump actions/setup-python from 4.1.0 to 4.6.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1567:
URL: https://github.com/apache/apisix-website/pull/1567#issuecomment-1562266841

   Superseded by #1595.


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-website] dependabot[bot] closed pull request #1567: chore(deps): bump actions/setup-python from 4.1.0 to 4.6.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #1567: chore(deps): bump actions/setup-python from 4.1.0 to 4.6.0
URL: https://github.com/apache/apisix-website/pull/1567


-- 
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: notifications-unsubscribe@apisix.apache.org

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