Skip to content

Releases: conda-incubator/conda-store

Release 0.4.8 - 08/04/2022

04 Aug 05:00
2f8d979
Compare
Choose a tag to compare

[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)

Release 0.4.7 - 07/28/2022

29 Jul 02:17
92e5646
Compare
Choose a tag to compare

[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

Release 0.4.6 - 07/08/2022

08 Jul 21:25
2c33bb0
Compare
Choose a tag to compare

[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

Release 0.4.5 - 06/29/2022

30 Jun 01:24
846c93a
Compare
Choose a tag to compare

[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)

Release 0.4.4 - 06/25/2022

26 Jun 01:32
b734278
Compare
Choose a tag to compare

[0.4.4] - 2022-06-25

Added

  • wait option in cli for waiting on artifacts and builds (#328)
  • list build command (#328)
  • tests for client conda-store (#328)

Fixed

  • issue with caching option in run command (#328)

Changed

  • api now exposes the build_artifacts field on api/v1/build/<build-id>/

Release 0.4.3 - 06/24/2022

24 Jun 23:28
b78c64e
Compare
Choose a tag to compare

Fixes

  • Release checks put in CI

Release 0.4.2 - 06/24/2022

24 Jun 23:04
8979df7
Compare
Choose a tag to compare

Fixed

  • fixed release process using build toolchain

Release 0.4.1 - 06/24/2022

24 Jun 22:17
11f76f0
Compare
Choose a tag to compare

Added

  • Command line client for conda-store (#327)
  • Adding searchbar for UI (#326)
  • OpenAPI specification in documentation
  • Added namespace query parameter to /api/v1/environment/?namespace= (#324)

Release 0.4.0 - 05/04/2022

05 May 02:02
8298e20
Compare
Choose a tag to compare

[0.4.0] - 2022-05-04

Changed

  • Transition to FastAPI for web server from Flask (#277) end user API should not have changed
  • conda_store_server.server.auth.Authentication.authenticate is now an async method receiving a Starlette request object

Added

  • Adding PyPi validation for included, required, and default packages (#292)
  • Creating a Conda solve API endpoint (#279)
  • Fully tested API for /api/v1/... endpoints (#281)

Fixed

  • Support for valid pip options in environment.yaml (#295)

Release 0.3.15 - 03/25/2022

26 Mar 01:26
c0ea6fd
Compare
Choose a tag to compare

Added

  • Debug mode now controlled by CondaStoreServer.log_level
  • Make concurrency setting optional in configuration
  • Sort namespaces in create environment UI button
  • Allow cookies cross domain

Fixed

  • Correct default namespace for POST /api/v1/specification/