Skip to content

Releases: anaconda/anaconda-auth

v0.8.5

29 Apr 16:16
f701f8a
Compare
Choose a tag to compare

What's Changed

This release includes a small change to the URLs a user lands at after successful login, to reflect the domain-name change. Instead of landing at https://anaconda.cloud/local-login-success (which is deprecated), the user will land at https://anaconda.com/app/local-login-success.

No other behavior changes are included.

Updates

  • feat: Update login success and error URLs to point to anaconda.com by @mattkram in #73

Docs

Dependency Updates

  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.4 by @anaconda-renovate in #69
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.2 by @anaconda-renovate in #64
  • chore(deps): update actions/setup-python action to v5.5.0 by @anaconda-renovate in #65
  • chore(deps): update dependency python to 3.13 by @anaconda-renovate in #66
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.32.1 by @anaconda-renovate in #67
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.5 by @anaconda-renovate in #70
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.33.0 by @anaconda-renovate in #72
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.6 by @anaconda-renovate in #74
  • chore(deps): update actions/setup-python action to v5.6.0 by @anaconda-renovate in #77
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.7 by @anaconda-renovate in #75
  • chore(deps): update actions/download-artifact action to v4.3.0 by @anaconda-renovate in #76

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

20 Mar 19:39
01a4e16
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: Reconcile domain config inconsistencies to resolve error in Assistant plugin by @mattkram in #59

Maintenance

  • chore(deps): update actions/download-artifact action to v4.2.0 by @anaconda-renovate in #58
  • chore(deps): update actions/cache action to v4.2.3 by @anaconda-renovate in #60
  • chore(deps): update actions/upload-artifact action to v4.6.2 by @anaconda-renovate in #62
  • chore(deps): update actions/download-artifact action to v4.2.1 by @anaconda-renovate in #61
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.1 by @anaconda-renovate in #63

Full Changelog: v0.8.3...v0.8.4

v0.8.3

19 Mar 02:03
4da215d
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Add repo:read scope to generated API keys for future by @mattkram in #43
  • feat: Update terminal message during token installation to remove token by @Alaere00 in #47

Fixes

  • fix: Don't require login just to list installed tokens by @mattkram in #48
  • fix(ci): Use ubuntu-latest image for pre-commit job by @mattkram in #49
  • fix: Add additional import alias to address Navigator bug by @mattkram in #53

Maintenance

  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.3 by @anaconda-renovate in #46
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.10 by @anaconda-renovate in #45
  • chore(deps): Drop support for python 3.8 by @AlbertDeFusco in #44
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.0 by @anaconda-renovate in #54
  • chore(deps): update actions/cache action to v4.2.2 by @anaconda-renovate in #55
  • chore(deps): update actions/checkout action to v4.2.2 by @anaconda-renovate in #56
  • chore(deps): update actions/setup-python action to v5.4.0 by @anaconda-renovate in #57

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

05 Mar 21:44
6dc5bc2
Compare
Choose a tag to compare

What's Changed

  • feat: Fallback to anaconda auth from anaconda-client when options present by @mattkram in #41
  • fix: Add a runtime constraint to ensure update of conda-token by @mattkram in #42

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Mar 13:33
c428a5a
Compare
Choose a tag to compare

What's Changed

This patch release fixes a bug related to the authentication service URL where there was a duplicate https:// at the beginning of the constructed string. Additionally, CI configuration has been fixed to ensure all tests are run. Previously, the bug meant the tests relying on presence of conda ran locally but not in CI/CD.

Bugfixes

Full Changelog: v0.8.0...v0.8.1

v0.8.0

04 Mar 18:11
1769a3d
Compare
Choose a tag to compare

What's Changed

This is the first release under the name anaconda-auth. This package was previously released under the name anaconda-cloud-auth, and the new package also includes functionality integrated from conda-token. It is intended to be a backwards-compatible extension to both of these.

The anaconda-auth library provides an integrated way to authenticate with auth.anaconda.com and to manage repository tokens for repo.anaconda.cloud.

Features

  • feat: Migrate recipe to multi-output by @mattkram in #9
  • feat: Add anaconda_auth library with import equivalence by @mattkram in #10
  • feat: Copy over relevant code from conda-token by @mattkram in #12
  • fix: Add missing import alias for private function by @mattkram in #16
  • feat: Update plugin name but maintain deprecated functionality by @mattkram in #17
  • refac: Move test certificates into resources/ directory by @mattkram in #24
  • feat: Add ability to load TokenInfo with domain from configuration by @mattkram in #27
  • refac: Domain name updates by @mattkram in #31
  • feat: Add token subcommand to manage repo tokens by @mattkram in #23
  • feat: Configure .condarc with auth handler when token is installed by @mattkram in #33
  • feat: Update API key URL to use new unified auth service by @mattkram in #34
  • fix: Catch IndexError instead of KeyError by @mattkram in #35
  • fix: GitHub Actions job to upload to PyPI by @mattkram in #36

Maintenance

  • chore: Add test and release pipelines by @mattkram in #8
  • chore(deps): update actions/setup-python digest to 4237552 by @anaconda-renovate in #5
  • chore(deps): update actions/checkout digest to 11bd719 by @anaconda-renovate in #1
  • chore(deps): update actions/upload-artifact digest to 65c4c4a by @anaconda-renovate in #6
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 by @anaconda-renovate in #7
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 by @anaconda-renovate in #11
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 by @anaconda-renovate in #14
  • chore(deps): update actions/cache digest to 0c907a7 by @anaconda-renovate in #18
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.7 by @anaconda-renovate in #19
  • chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.2 by @anaconda-renovate in #20
  • chore(deps): update actions/upload-artifact action to v4.6.1 by @anaconda-renovate in #21
  • chore(deps): update actions/download-artifact action to v4.1.9 by @anaconda-renovate in #25
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.8 by @anaconda-renovate in #26
  • chore(docs): github pages by @AlbertDeFusco in #28
  • chore(deps): update actions/cache digest to d4323d4 by @anaconda-renovate in #29
  • chore(docs): github icon in docs by @AlbertDeFusco in #30
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.9 by @anaconda-renovate in #32

New Contributors

  • @anaconda-renovate made their first contribution in #5
  • @AlbertDeFusco made their first contribution in #28

Full Changelog: v0.7.2...v0.8.0