Skip to content

Commit 856c5bc

Browse files
chore(main): release 1.5.2 (#1139)
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com> Co-authored-by: czi-github-helper[bot] <czi-github-helper[bot]@users.noreply.github.com>
1 parent a6aca42 commit 856c5bc

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.infra/prod/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stack:
55
annotations:
66
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
77
image:
8-
tag: sha-c69ee2c4
8+
tag: sha-eb9362b5
99
replicaCount: 3
1010
resources:
1111
limits:

.infra/staging/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stack:
55
annotations:
66
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
77
image:
8-
tag: sha-c69ee2c4
8+
tag: sha-eb9362b5
99
replicaCount: 1
1010
resources:
1111
limits:

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.1"}
1+
{".":"1.5.2"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.2](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.1...v1.5.2) (2024-11-05)
4+
5+
6+
### Misc
7+
8+
* **deps:** bump werkzeug from 3.0.4 to 3.0.6 in /server ([#1141](https://github.com/chanzuckerberg/single-cell-explorer/issues/1141)) ([a6aca42](https://github.com/chanzuckerberg/single-cell-explorer/commit/a6aca42ba60edaac64943900592de7d982b5181d))
9+
10+
11+
### Code Refactoring
12+
13+
* AnnoDialog (SCE-34) ([#1138](https://github.com/chanzuckerberg/single-cell-explorer/issues/1138)) ([d494730](https://github.com/chanzuckerberg/single-cell-explorer/commit/d494730a5c5fe05ad0c309eaf20820a141bb3efa))
14+
* DiffExpButtons (SCE-34) ([#1140](https://github.com/chanzuckerberg/single-cell-explorer/issues/1140)) ([186fea8](https://github.com/chanzuckerberg/single-cell-explorer/commit/186fea88a42bc452e55adfe6fa1347c531f19cdd))
15+
316
## [1.5.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.0...v1.5.1) (2024-10-10)
417

518

0 commit comments

Comments
 (0)