Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
image:
tag: sha-6009e67
tag: sha-c3d7dcf
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 @@ -9,7 +9,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
image:
tag: sha-6009e67
tag: sha-c3d7dcf
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.12.0"}
{".":"1.12.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.12.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.12.0...v1.12.1) (2025-07-09)


### Bug Fixes

* GeneSets bug ([#1232](https://github.com/chanzuckerberg/single-cell-explorer/issues/1232)) ([43780a5](https://github.com/chanzuckerberg/single-cell-explorer/commit/43780a5705d0064a14bc76d09a9ed3575fa79c33))
* skip truncate test ([#1235](https://github.com/chanzuckerberg/single-cell-explorer/issues/1235)) ([60f6cea](https://github.com/chanzuckerberg/single-cell-explorer/commit/60f6ceabeb7b9e9fbd1dd8d34426a937f65b2744))

## [1.12.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.11.1...v1.12.0) (2025-07-04)


Expand Down
Loading