Skip to content

Commit

Permalink
chore(main): release 1.5.2 (#1139)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
1 parent a6aca42 commit 856c5bc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
image:
tag: sha-c69ee2c4
tag: sha-eb9362b5
replicaCount: 3
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion .infra/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
image:
tag: sha-c69ee2c4
tag: sha-eb9362b5
replicaCount: 1
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.1"}
{".":"1.5.2"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.5.2](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.1...v1.5.2) (2024-11-05)


### Misc

* **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))


### Code Refactoring

* AnnoDialog (SCE-34) ([#1138](https://github.com/chanzuckerberg/single-cell-explorer/issues/1138)) ([d494730](https://github.com/chanzuckerberg/single-cell-explorer/commit/d494730a5c5fe05ad0c309eaf20820a141bb3efa))
* DiffExpButtons (SCE-34) ([#1140](https://github.com/chanzuckerberg/single-cell-explorer/issues/1140)) ([186fea8](https://github.com/chanzuckerberg/single-cell-explorer/commit/186fea88a42bc452e55adfe6fa1347c531f19cdd))

## [1.5.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.0...v1.5.1) (2024-10-10)


Expand Down

0 comments on commit 856c5bc

Please sign in to comment.