Conda Store Versions Save

Data science environments, for collaboration. ✨

v0.4.14

1 year ago

[0.4.14] - 2023-04-07

Fixed

  • make conda-store-ui settings configurable (were previously hardcoded and broken) (#451)

Full Changelog: https://github.com/Quansight/conda-store/compare/v0.4.13...v0.4.14

v0.4.13

1 year ago

[0.4.13] - 2023-04-23

Added

  • Added new conda-store-ui (#444)
  • Added new option CondaStore.conda_indexed_channels for indexed channels (#445)
  • Allow passing environment variables in specification (#424)

Changed

  • Switched to hatch for conda-store and conda-store-server (#449, #450)
  • Switch default UI to conda-store-ui and expose behind /admin/ (#448)
  • Significant database rework on package storage for performance (#300)

Removed

  • Remove unused helm chart (#450)
  • Remove nix flakes from repository (#443)

New Contributors

Full Changelog: https://github.com/Quansight/conda-store/compare/v0.4.12...v0.4.13

v0.4.12

1 year ago

[0.4.12] - 2022-09-21

Fixed

  • environment description is optional

Added

  • Make symlink path configurable for builds on filesystem #388
  • Redirect on login and cookie handling #381
  • Visually split the namespace with bootstrap bit #374
  • Make image name and tag configurable for uploads to registries #380

v0.4.11

1 year ago

[0.4.11] - 2022-08-17

Fixed

  • including package_data #379

v0.4.10

1 year ago

[0.4.10] - 2022-08-16

Added

  • conda-store-server --standalone now runs conda-store-server without any service dependencies (#378, #376)
  • Initial helm chart skeleton still work to be done to have official helm chart

Fixed

  • Bug in LocalStorage implmentation #376
  • Bug in docker builds when pushed to container registries #377
  • CORS endpoint error on login when using POST #375

v0.4.9

1 year ago

[0.4.9] - 2022-08-09

Added

  • push/pull container images to/from additionall registries (#370)
  • adding description associated with environments #363

v0.4.8

1 year ago

[0.4.8] - 2022-08-04

Added

  • Adding shebang support for conda-store (#362)

Fixed

  • Fixed example demo for docker
  • Fixing docker registry implementation in conda-store (#368)

Security

  • Adding authentication behind docker registry (#369)

v0.4.7

1 year ago

[0.4.7] - 2022-07-28

Added

  • Adding additional query parameters environment_id, namespace, name in list api methods in build/environment #350
  • Adding ability to sort based on start/schedule/ended for list builds #352
  • Adding repo.anaconda.com to default channels #354
  • Empty list for conda_allowed_channels now will allow any channel #358

Fixed

  • Changed docker images to no longer run as root by default #355

v0.4.6

1 year ago

[0.4.6] - 2022-07-08

Added

  • Added c.CondaStoreServer.template_vars for easy customization #347
  • Consistent naming of conda-store throughout project #345
  • Adding token endpoint #335
  • Adding token UI create button #348

Fixed

  • Bug with user being able to modify c.RBACAuthorizationBackend.authenticated_role_bindings #346

v0.4.5

1 year ago

[0.4.5] - 2022-06-29

Added

  • Adding cli command solve to call remote conda solve api (#329)
  • New filters for build and environment api calls status, artifact, package (#329)
  • Adding Alembic migration integration (#314)