From 87f8ffc98bd5e54436bfa5707a8d56b9c9d34c15 Mon Sep 17 00:00:00 2001 From: Peyton Murray Date: Mon, 10 Jun 2024 11:13:32 -0700 Subject: [PATCH] REL - 2024.6.1 (#829) --- CHANGELOG.md | 42 +++++++++++++++++++ .../conda_store_server/__init__.py | 2 +- conda-store-server/hatch_build.py | 2 +- conda-store/conda_store/__init__.py | 2 +- 4 files changed, 45 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e75f2921d..238e9403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,48 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The project changed to `CalVer` in September 2023. +## [2024.6.1] - 2024-06-10 + +([full changelog](https://github.com/conda-incubator/conda-store/compare/2024.3.1...293d19fa7a7bce999b1069b147314a5966541a32)) + +## Merged PRs + +- Update runtime dependencies [#827](https://github.com/conda-incubator/conda-store/pull/827) ([@peytondmurray](https://github.com/peytondmurray)) +- Add conda-store Usability Study Report.md [#824](https://github.com/conda-incubator/conda-store/pull/824) ([@smeragoel](https://github.com/smeragoel)) +- [pre-commit.ci] pre-commit autoupdate [#819](https://github.com/conda-incubator/conda-store/pull/819) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Run tests as separate jobs [#813](https://github.com/conda-incubator/conda-store/pull/813) ([@nkaretnikov](https://github.com/nkaretnikov)) +- Add user journey test for canceling a build [#812](https://github.com/conda-incubator/conda-store/pull/812) ([@peytondmurray](https://github.com/peytondmurray)) +- Implement log flushing [#808](https://github.com/conda-incubator/conda-store/pull/808) ([@nkaretnikov](https://gith +ub.com/nkaretnikov)) +- Add user journey test to retrieve a lockfile for a build [#807](https://github.com/conda-incubator/conda-store/pull/807) ([@peytondmurray](https://github.com/peytondmurray)) +- Add user journey test to mark build as active [#804](https://github.com/conda-incubator/conda-store/pull/804) ([@peytondmurray](https://github.com/peytondmurray)) +- MAINT - Add conda-store dependencies to pyproject.toml [#798](https://github.com/conda-incubator/conda-store/pull/798) ([@trallard](https://github.com/trallard)) +- Add user journey test to check that logs can be found for failed builds [#797](https://github.com/conda-incubator/conda-store/pull/797) ([@peytondmurray](https://github.com/peytondmurray)) +- 🔧 Update .pre-commit-config [#796](https://github.com/conda-incubator/conda-store/pull/796) ([@trallard](https://github.com/trallard)) +- MAINT - Bump actions versions [#795](https://github.com/conda-incubator/conda-store/pull/795) ([@trallard](https://github.com/trallard)) +- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docusaurus-docs [#794](https://github.com/conda-incubator/conda-store/pull/794) ([@dependabot](https://github.com/dependabot)) +- Add conda recipe with verification workflow [#793](https://github.com/conda-incubator/conda-store/pull/793) ([@jaimergp](https://github.com/jaimergp)) +- Make conda_flags configurable [#790](https://github.com/conda-incubator/conda-store/pull/790) ([@patrix58](https://github.com/patrix58)) +- Added user journey test to delete old environment [#787](https://github.com/conda-incubator/conda-store/pull/787) ([@peytondmurray](https://github.com/peytondmurray)) +- Set `CONDA_STORE_DIR` to `platformdirs.user_data_path` [#786](https://github.com/conda-incubator/conda-store/pull/786) ([@nkaretnikov](https://github.com/nkaretnikov)) +- Update docs theme [#784](https://github.com/conda-incubator/conda-store/pull/784) ([@pavithraes](https://github.com/pavithraes)) +- [pre-commit.ci] pre-commit autoupdate [#781](https://github.com/conda-incubator/conda-store/pull/781) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Add CHANGELOG entries for v2024.3.1 [#779](https://github.com/conda-incubator/conda-store/pull/779) ([@pavithraes](https://github.com/pavithraes)) +- REL - 2024.3.1 [#778](https://github.com/conda-incubator/conda-store/pull/778) ([@pavithraes](https://github.com/pavithraes)) +- Support hash-only build paths [#777](https://github.com/conda-incubator/conda-store/pull/777) ([@nkaretnikov](https://github.com/nkaretnikov)) +- Add user journey for logging in and deleting shared environment [#776](https://github.com/conda-incubator/conda-store/pull/776) ([@peytondmurray](https://github.com/peytondmurray)) +- Document user personas [#773](https://github.com/conda-incubator/conda-store/pull/773) ([@pavithraes](https://github.com/pavithraes)) +- Add ability to create environment from lockfile [#772](https://github.com/conda-incubator/conda-store/pull/772) ([@nkaretnikov](https://github.com/nkaretnikov)) +- Create temp REST API reference [#766](https://github.com/conda-incubator/conda-store/pull/766) ([@pavithraes](https://github.com/pavithraes)) +- [DOC] Add JupyterLab Extension docs page [#752](https://github.com/conda-incubator/conda-store/pull/752) ([@pavithraes](https://github.com/pavithraes)) +- Add standalone installation docs [#724](https://github.com/conda-incubator/conda-store/pull/724) ([@pavithraes](https://github.com/pavithraes)) + +## Contributors to this release + +([GitHub contributors page for this release](https://github.com/conda-incubator/conda-store/graphs/contributors?from=2024-03-12&to=2024-06-10&type=c)) + +[@asmeurer](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Aasmeurer+updated%3A2024-03-12..2024-06-10&type=Issues) | [@costrouc](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Acostrouc+updated%3A2024-03-12..2024-06-10&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Adependabot+updated%3A2024-03-12..2024-06-10&type=Issues) | [@jaimergp](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Ajaimergp+updated%3A2024-03-12..2024-06-10&type=Issues) | [@kcpevey](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Akcpevey+updated%3A2024-03-12..2024-06-10&type=Issues) | [@netlify](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Anetlify+updated%3A2024-03-12..2024-06-10&type=Issues) | [@nkaretnikov](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Ankaretnikov+updated%3A2024-03-12..2024-06-10&type=Issues) | [@patrix58](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apatrix58+updated%3A2024-03-12..2024-06-10&type=Issues) | [@pavithraes](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apavithraes+updated%3A2024-03-12..2024-06-10&type=Issues) | [@peytondmurray](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apeytondmurray+updated%3A2024-03-12..2024-06-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apre-commit-ci+updated%3A2024-03-12..2024-06-10&type=Issues) | [@smeragoel](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Asmeragoel+updated%3A2024-03-12..2024-06-10&type=Issues) | [@trallard](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Atrallard+updated%3A2024-03-12..2024-06-10&type=Issues) + ## [2024.3.1] - 2024-03-12 ([full changelog](https://github.com/conda-incubator/conda-store/compare/2024.1.1...2024.3.1)) diff --git a/conda-store-server/conda_store_server/__init__.py b/conda-store-server/conda_store_server/__init__.py index 60dfdb27d..27b937dda 100644 --- a/conda-store-server/conda_store_server/__init__.py +++ b/conda-store-server/conda_store_server/__init__.py @@ -5,7 +5,7 @@ import platformdirs -__version__ = "2024.3.1" +__version__ = "2024.6.1" CONDA_STORE_DIR = platformdirs.user_data_path(appname="conda-store") diff --git a/conda-store-server/hatch_build.py b/conda-store-server/hatch_build.py index 742db2503..18c01f739 100644 --- a/conda-store-server/hatch_build.py +++ b/conda-store-server/hatch_build.py @@ -10,7 +10,7 @@ from hatchling.builders.hooks.plugin.interface import BuildHookInterface -CONDA_STORE_UI_VERSION = "2024.3.1" +CONDA_STORE_UI_VERSION = "2024.6.1" CONDA_STORE_UI_URL = f"https://registry.npmjs.org/@conda-store/conda-store-ui/-/conda-store-ui-{CONDA_STORE_UI_VERSION}.tgz" CONDA_STORE_UI_FILES = [ "main.js", diff --git a/conda-store/conda_store/__init__.py b/conda-store/conda_store/__init__.py index 1e9d9afbc..f37ece379 100644 --- a/conda-store/conda_store/__init__.py +++ b/conda-store/conda_store/__init__.py @@ -1 +1 @@ -__version__ = "2024.3.1" +__version__ = "2024.6.1"