What's Changed
In this release, the loading of site configuration is refactored to enable improvements to user experience around multi-site support, and in automated use cases when passing API keys and other configuration into Dockerfiles. This release is associated with coordinated changes in anaconda-cli-base v0.7.0.
Additionally, we now support automatic configuration of the anaconda-auth conda auth handler plugin to allow authenticated repository access without requiring .condarc configuration. This behavior will be engaged when accessing repo.anaconda.cloud and repo.anaconda.com, however note that the specific authentication requirements are channel-specific. Automatic configuration can be disabled by setting the following in your ~/.anaconda/config.toml file:
[plugin.auth]
disable_conda_auto_config = trueFeatures
- feat: Improved loading of site configuration by @AlbertDeFusco in #171
- feat: Auto configuration of the conda plugin by @mcg1969 in #175
- feat: Add setting to disable auto-configuration of the conda auth handler plugin by @mattkram in #181
Fixes
Maintenance
- chore(deps): update actions/checkout action to v6 by @anaconda-renovate[bot] in #174
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.6 by @anaconda-renovate[bot] in #176
- chore(deps): update actions/setup-python action to v6.1.0 by @anaconda-renovate[bot] in #177
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.7 by @anaconda-renovate[bot] in #179
- chore(deps): update actions/checkout action to v6.0.1 by @anaconda-renovate[bot] in #185
- chore: Test matrix to include π by @AlbertDeFusco in #187
- chore(deps): Update dependency on anaconda-cli-base by @mattkram in #183
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.8 by @anaconda-renovate[bot] in #190
Full Changelog: v0.11.0...v0.12.0