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

Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 #2161

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2024

Bumps conda-incubator/setup-miniconda from 3.0.4 to 3.1.0.

Release notes

Sourced from conda-incubator/setup-miniconda's releases.

Version 3.1.0

Features

  • #367: Add conda-remove-defaults setting to remove the defaults channel if added implicitly
  • #342: Add installation-dir to customize where the installers are installed to
  • #328: Make conda's cache configurable via pkgs-dirs

Fixes

  • #360: Start deprecation of miniforge-variant: Mambaforge
  • #362: Ignore conda cygpath warning
  • #368: Address mamba v2 incompatibilities
  • #350: set CONDA environment variable regardless of useBundled option

Tasks and Maintenance

  • #353: Bump semver and @​types/semver
  • #356: Bump braces from 3.0.2 to 3.0.3
  • #359: Bump semver from 7.6.2 to 7.6.3
  • #370: Bump @​actions/core from 1.10.1 to 1.11.1

#360: conda-incubator/setup-miniconda#360 #362: conda-incubator/setup-miniconda#362 #368: conda-incubator/setup-miniconda#368 #367: conda-incubator/setup-miniconda#367 #342: conda-incubator/setup-miniconda#342 #328: conda-incubator/setup-miniconda#328 #350: conda-incubator/setup-miniconda#350 #348: conda-incubator/setup-miniconda#348 #353: conda-incubator/setup-miniconda#353 #356: conda-incubator/setup-miniconda#356 #359: conda-incubator/setup-miniconda#359 #370: conda-incubator/setup-miniconda#370

Changelog

Sourced from conda-incubator/setup-miniconda's changelog.

CHANGELOG

v3.1.0 (2024-10-31)

Features

  • #367: Add conda-remove-defaults setting to remove the defaults channel if added implicitly
  • #342: Add installation-dir to customize where the installers are installed to
  • #328: Make conda's cache configurable via pkgs-dirs

Fixes

  • #360: Start deprecation of miniforge-variant: Mambaforge
  • #362: Ignore conda cygpath warning
  • #368: Address mamba v2 incompatibilities
  • #350: set CONDA environment variable regardless of useBundled option

Tasks and Maintenance

  • #348: Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4
  • #353: Bump semver and @​types/semver
  • #356: Bump braces from 3.0.2 to 3.0.3
  • #359: Bump semver from 7.6.2 to 7.6.3
  • #370: Bump @​actions/core from 1.10.1 to 1.11.1

#360: conda-incubator/setup-miniconda#360 #362: conda-incubator/setup-miniconda#362 #368: conda-incubator/setup-miniconda#368 #367: conda-incubator/setup-miniconda#367 #342: conda-incubator/setup-miniconda#342 #328: conda-incubator/setup-miniconda#328 #350: conda-incubator/setup-miniconda#350 #348: conda-incubator/setup-miniconda#348 #353: conda-incubator/setup-miniconda#353 #356: conda-incubator/setup-miniconda#356 #359: conda-incubator/setup-miniconda#359 #370: conda-incubator/setup-miniconda#370

[v3.0.4] (2024-04-25)

Fixes

  • #345 Fix running on macOS 13 on Intel since the runners no longer provide miniconda by default.

Tasks and Maintenance

... (truncated)

Commits
  • d2e6a04 Update changelog for 3.1.0 (#373)
  • 0e14962 Bump @​actions/core from 1.10.1 to 1.11.1 (#370)
  • 4a3d80f Bump semver from 7.6.2 to 7.6.3 (#359)
  • 27f1202 set CONDA environment variable regardless of useBundled option (#350)
  • 1a6b55c Make conda’s package directories configurable (#328)
  • 6225267 Add installation-dir to customize where the installers are installed to (#342)
  • 65da104 Add 'conda-remove-defaults' setting and support 'nodefaults' as a keyword cha...
  • 899c78d Address mamba v2 incompatibilities (#368)
  • 8f65dda Ignore conda cygpath warning (#362)
  • e5293c8 Start deprecation of miniforge-variant: Mambaforge (#360)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
- [Commits](conda-incubator/setup-miniconda@a426040...d2e6a04)

---
updated-dependencies:
- dependency-name: conda-incubator/setup-miniconda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2024
@intel-python-devops
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

github-actions bot commented Nov 9, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@antonwolfy antonwolfy self-assigned this Nov 12, 2024
@antonwolfy antonwolfy merged commit 4f12d67 into master Nov 12, 2024
24 checks passed
@antonwolfy antonwolfy deleted the dependabot/github_actions/conda-incubator/setup-miniconda-3.1.0 branch November 12, 2024 12:25
github-actions bot added a commit that referenced this pull request Nov 12, 2024
* Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0

Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
- [Commits](conda-incubator/setup-miniconda@a426040...d2e6a04)

---
updated-dependencies:
- dependency-name: conda-incubator/setup-miniconda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* setup-miniconda doesn't expose CONDA_PKGS_DIR env variable

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vahid Tavanashad <[email protected]>
Co-authored-by: Anton Volkov <[email protected]> 4f12d67
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants