-
-
Notifications
You must be signed in to change notification settings - Fork 528
Comparing changes
Open a pull request
base repository: conda-forge/miniforge
base: 26.3.2-3
head repository: conda-forge/miniforge
compare: 26.5.3-0
- 14 commits
- 10 files changed
- 4 contributors
Commits on May 31, 2026
-
ci: add independent offline-install test job (Linux/macOS/Windows)
<details><summary>Claude's draft</summary> Add a regression guard that proves the Miniforge installer provisions the base environment using only the embedded payload, with no network access. - `scripts/test_offline.sh` (executable, shellcheck-clean): runs the built installer into a dedicated prefix and verifies the base env (python/conda/mamba/pip) is complete. Handles both the Unix `.sh` batch installer and the Windows `.exe` silent installer. Must run with outbound network blocked; if the installer reaches for conda.anaconda.org it fails. - `.github/workflows/ci.yml`: new independent `test-offline` job (`needs: build`) that downloads the built installer artifact (does not rebuild) and runs it offline: - Linux: `docker run --network none` (loopback only -> hard isolation). - macOS: blocks the package hosts in /etc/hosts (ephemeral runner). - Windows: blocks the package hosts in the hosts file + flushes DNS. Linux/macOS installers unpack with the bundled micromamba, so this would have caught #883 (micromamba 2.6.0 downloading the embedded packages from conda.anaconda.org). Windows installers unpack with conda-standalone, so the Windows leg guards the conda-standalone offline path instead (e.g. conda#15306) and is unaffected by #883. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Resume this Claude session: ``` claude --resume 5def403e-e73c-45bd-ad0a-4dcfaf6d402d ``` </details>Configuration menu - View commit details
-
Copy full SHA for b0b0ef5 - Browse repository at this point
Copy the full SHA b0b0ef5View commit details
Commits on Jun 1, 2026
-
Update .github/workflows/ci.yml
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b284b4 - Browse repository at this point
Copy the full SHA 3b284b4View commit details -
Update .github/workflows/ci.yml
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff11789 - Browse repository at this point
Copy the full SHA ff11789View commit details -
Merge pull request #887 from hmaarrfk/offline-installer-ci-test
Offline installer ci test
Configuration menu - View commit details
-
Copy full SHA for 05d551e - Browse repository at this point
Copy the full SHA 05d551eView commit details
Commits on Jun 2, 2026
-
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [azure/artifact-signing-action](https://github.com/azure/artifact-signing-action) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `azure/artifact-signing-action` from 1.2.0 to 2.0.0 - [Release notes](https://github.com/azure/artifact-signing-action/releases) - [Commits](Azure/artifact-signing-action@b443cf8...c7ab2a8) Updates `peaceiris/actions-gh-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@4f9cc66...84c30a8) --- updated-dependencies: - dependency-name: azure/artifact-signing-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c9df456 - Browse repository at this point
Copy the full SHA c9df456View commit details
Commits on Jun 3, 2026
-
Merge pull request #888 from conda-forge/dependabot/github_actions/gi…
…thub-actions-1e996aebf0 Bump the github-actions group with 2 updates
Configuration menu - View commit details
-
Copy full SHA for 414fceb - Browse repository at this point
Copy the full SHA 414fcebView commit details
Commits on Jul 1, 2026
-
Bump actions/checkout from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 78383fe - Browse repository at this point
Copy the full SHA 78383feView commit details -
Merge pull request #893 from conda-forge/dependabot/github_actions/gi…
…thub-actions-640176b5ab Bump actions/checkout from 6 to 7 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for 3fbc493 - Browse repository at this point
Copy the full SHA 3fbc493View commit details
Commits on Aug 1, 2026
-
Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 366804f - Browse repository at this point
Copy the full SHA 366804fView commit details
Commits on Aug 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a80bfff - Browse repository at this point
Copy the full SHA a80bfffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37020d1 - Browse repository at this point
Copy the full SHA 37020d1View commit details
Commits on Aug 4, 2026
-
Merge pull request #897 from conda-forge/dependabot/github_actions/gi…
…thub-actions-7a5a078ad4 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group
Configuration menu - View commit details
-
Copy full SHA for 2cb311f - Browse repository at this point
Copy the full SHA 2cb311fView commit details
Commits on Aug 15, 2026
-
Document Python 3.14 as the base environment default
<details><summary>Claude's draft</summary> The installer table said "Latest installers with Python 3.13", which is no longer true once this branch ships Python 3.14 in the base environment. - Update the table heading to Python 3.14. - Add a "Support for Python 3.13 in the base environment" subsection naming 26.3.2-3 as the last release with Python 3.13, linking its release page, and pointing users who only need a 3.13 interpreter at `conda create` rather than an older installer. Resume this Claude session: ``` cd /home/mark/git/feedstock claude --resume 228cf321-cf6a-4f27-a928-57a68edd29c0 ``` </details>
Configuration menu - View commit details
-
Copy full SHA for 2c1b482 - Browse repository at this point
Copy the full SHA 2c1b482View commit details -
Merge pull request #898 from conda-forge/conda-26.5
Bump to conda 26.5.3, conda-libmamba-solver 26.7.0, Python 3.14
Configuration menu - View commit details
-
Copy full SHA for 8ae029d - Browse repository at this point
Copy the full SHA 8ae029dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 26.3.2-3...26.5.3-0