Skip to content

Releases: conda-incubator/conda-store

Release 0.4.11 - 08/17/2022

17 Aug 14:24
5a2bebf
Compare
Choose a tag to compare

[0.4.11] - 2022-08-17

Fixed

  • including package_data #379

Release 0.4.10 - 08/16/2022

17 Aug 02:33
5a7527e
Compare
Choose a tag to compare

[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

Release 0.4.9 - 08/09/2022

10 Aug 02:38
774af33
Compare
Choose a tag to compare

[0.4.9] - 2022-08-09

Added

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

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