What's Changed
Fixes two minor bugs related to handling of SSL certificate validation. The first is related to handling of the --ssl-verify CLI option. The second relates to cases where users may specify a path to their certificate via ssl_verify: /path/to/cert.pem in their conda configuration.
We also drop the default application of the anaconda-auth auth handler for default domains.
Fixes
- fix: --ssl-verify overriding config.toml by @AlbertDeFusco in #199
- fix: Type validation for
ssl_verifyby @mattkram in #205
Maintenance
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.9 by @anaconda-renovate[bot] in #200
- chore(deps): update actions/cache action to v5 by @anaconda-renovate[bot] in #201
- chore(deps): update github artifact actions (major) by @anaconda-renovate[bot] in #202
- chore: Remove special-handling of anaconda-cli-base dependency by @mattkram in #203
Full Changelog: v0.12.2...v0.12.3