Skip to content

Commit 931f832

Browse files
committed
Bump version v0.3.11
1 parent 1231e03 commit 931f832

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [0.3.11] - 2022-03-08
22+
23+
### Added
24+
25+
- `CondaStore.conda_...` options for managing channels and packages in specification #256
26+
- Ability to modify/validate specifications server side #252
27+
- Concurrency option for Conda-Store celery worker #250
28+
- Flask webserver has a `CondaStore.behind_proxy` option to properly handle X-Forward- headers #249
29+
- Docker layer chaching to CI for docker image builds #234
30+
31+
### Changed
32+
33+
- `buildId` parameter in `/api/v1/environment/<namespace>/<name>/` changed to `build_id` #251
34+
2135
## [0.3.10] - 2022-02-24
2236

2337
### Added

conda-store-server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="conda-store-server",
11-
version="0.3.10",
11+
version="0.3.11",
1212
description="Conda Environment Management, Builds, and Serve",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

conda-store/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="conda-store",
10-
version='0.3.10',
10+
version='0.3.11',
1111
url="https://github.com/Quansight/conda-store",
1212
author="Chris Ostrouchov",
1313
description="A client to interface with conda-store",

examples/kubernetes/conda-store-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: conda-store-server
31-
image: quansight/conda-store-server:v0.3.1
31+
image: quansight/conda-store-server:v0.3.11
3232
args:
3333
- "conda-store-server"
3434
- "--config"

examples/kubernetes/conda-store-worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
containers:
2929
- name: conda-store-server
30-
image: quansight/conda-store-server:v0.3.1
30+
image: quansight/conda-store-server:v0.3.11
3131
args:
3232
- "conda-store-worker"
3333
- "--config"

0 commit comments

Comments
 (0)