Skip to content

Commit

Permalink
REL - 2023.10.1 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Oct 19, 2023
1 parent 91d2cb4 commit e26552c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Release captain responsible - <@gh_username>
- [ ] Prepare the branch just in case `git clean -fxdq`
- [ ] Bump `conda-store` version in [`conda-store/conda-store/__init__.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store/conda_store/__init__.py)
- [ ] Bump `conda-store-server` version in [`conda-store-server/conda-store-server/__init__.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store/conda_store/__init__.py)
- [ ] Update the `conda-store-ui` version users in `conda-store-server` [`conda-store-server/hatch_build.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store-server/hatch_build.py)
- [ ] Update the `conda-store-ui` version used in `conda-store-server` [`conda-store-server/hatch_build.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store-server/hatch_build.py)
- [ ] Update the [CHANGELOG.md](./CHANGELOG.md) file with the new version, release date, and relevant changes[^github-activity].
- [ ] Check the version locally with `hatch version`
- [ ] Build and test locally
Expand All @@ -50,7 +50,7 @@ Release captain responsible - <@gh_username>
- Call the release the current version, e.g. `2023.9.1`
- In the **`Choose a Tag:`** dropdown, type in the release name (e.g., `2023.9.1`) and click "Create new tag"
- In the **`Target:`** dropdown, pin it to the release commit you've recently pushed.
- Add release notes in the field below[^github-activity]; you can copy/paste the changelog from the [CHANGELOG.md](./CHANGELOG.md) file.
- Add release notes in the field below[^github-activity]; you can copy/paste the Changelog from the [CHANGELOG.md](./CHANGELOG.md) file.
- [ ] Confirm that the release completed
- [The `release` GitHub action job](https://github.com/conda-incubator/conda-store/blob/main/.github/workflows/release.yaml) has completed successfully in the [actions tab](https://github.com/pydata/pydata-sphinx-theme/actions).
- [The `conda-store` PyPI version is updated](https://pypi.org/project/conda-store/)
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ 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.

## [2023.10.1] - 2023-10-19

([full changelog](https://github.com/conda-incubator/conda-store/compare/2023.9.1...91d2cb43f81c42c8445d6d7e213bc962500117a3))

## Merged PRs

- ENH - Use miniforge throughout [#634](https://github.com/conda-incubator/conda-store/pull/634) ([@trallard](https://github.com/trallard))
- :heavy_plus_sign: Add python-docker [#633](https://github.com/conda-incubator/conda-store/pull/633) ([@trallard](https://github.com/trallard))
- Dcmcand optimize docker files [#625](https://github.com/conda-incubator/conda-store/pull/625) ([@dcmcand](https://github.com/dcmcand))
- :pencil2: Tone and grammar improvements to templates [#624](https://github.com/conda-incubator/conda-store/pull/624) ([@trallard](https://github.com/trallard))
- Bump @babel/traverse from 7.22.10 to 7.23.2 in /docusaurus-docs [#623](https://github.com/conda-incubator/conda-store/pull/623) ([@dependabot](https://github.com/dependabot))
- Bug fix: use context manager for Sessions [#622](https://github.com/conda-incubator/conda-store/pull/622) ([@nkaretnikov](https://github.com/nkaretnikov))
- update conda store dockerfile to have prod target [#621](https://github.com/conda-incubator/conda-store/pull/621) ([@dcmcand](https://github.com/dcmcand))
- remove extra redis and move to using built images for examples [#620](https://github.com/conda-incubator/conda-store/pull/620) ([@dcmcand](https://github.com/dcmcand))
- DOC - Add alembic example for postgres in docker [#610](https://github.com/conda-incubator/conda-store/pull/610) ([@nkaretnikov](https://github.com/nkaretnikov))
- Bump postcss from 8.4.27 to 8.4.31 in /docusaurus-docs [#609](https://github.com/conda-incubator/conda-store/pull/609) ([@dependabot](https://github.com/dependabot))
- MAINT - Update release docs and add issue template [#608](https://github.com/conda-incubator/conda-store/pull/608) ([@trallard](https://github.com/trallard))
- REL - `2023.9.2` [#587](https://github.com/conda-incubator/conda-store/pull/587) ([@trallard](https://github.com/trallard))
- 🔖 release 2023.9.1 [#586](https://github.com/conda-incubator/conda-store/pull/586) ([@trallard](https://github.com/trallard))
- [DOC] Add Community documentation [#579](https://github.com/conda-incubator/conda-store/pull/579) ([@pavithraes](https://github.com/pavithraes))
- Add a macOS worker to the CI [#550](https://github.com/conda-incubator/conda-store/pull/550) ([@asmeurer](https://github.com/asmeurer))
- Better handling of pydantic error msgs [#546](https://github.com/conda-incubator/conda-store/pull/546) ([@pierrotsmnrd](https://github.com/pierrotsmnrd))

## Contributors to this release

([GitHub contributors page for this release](https://github.com/conda-incubator/conda-store/graphs/contributors?from=2023-09-20&to=2023-10-19&type=c))

[@asmeurer](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Aasmeurer+updated%3A2023-09-20..2023-10-19&type=Issues) | [@costrouc](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Acostrouc+updated%3A2023-09-20..2023-10-19&type=Issues) | [@dcmcand](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Adcmcand+updated%3A2023-09-20..2023-10-19&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Adependabot+updated%3A2023-09-20..2023-10-19&type=Issues) | [@dharhas](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Adharhas+updated%3A2023-09-20..2023-10-19&type=Issues) | [@iameskild](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Aiameskild+updated%3A2023-09-20..2023-10-19&type=Issues) | [@jaimergp](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Ajaimergp+updated%3A2023-09-20..2023-10-19&type=Issues) | [@kcpevey](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Akcpevey+updated%3A2023-09-20..2023-10-19&type=Issues) | [@netlify](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Anetlify+updated%3A2023-09-20..2023-10-19&type=Issues) | [@nkaretnikov](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Ankaretnikov+updated%3A2023-09-20..2023-10-19&type=Issues) | [@pavithraes](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apavithraes+updated%3A2023-09-20..2023-10-19&type=Issues) | [@pierrotsmnrd](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apierrotsmnrd+updated%3A2023-09-20..2023-10-19&type=Issues) | [@trallard](https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Atrallard+updated%3A2023-09-20..2023-10-19&type=Issues)

## [2023.9.1] - 2023-09-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2023.9.2"
__version__ = "2023.10.1"
2 changes: 1 addition & 1 deletion conda-store-server/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from hatchling.builders.hooks.plugin.interface import BuildHookInterface

CONDA_STORE_UI_VERSION = "2023.9.3"
CONDA_STORE_UI_VERSION = "2023.10.2"
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",
Expand Down
2 changes: 1 addition & 1 deletion conda-store/conda_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2023.9.2"
__version__ = "2023.10.1"

0 comments on commit e26552c

Please sign in to comment.