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-a04a74e
tag: sha-e1027c5
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-a04a74e
tag: sha-e1027c5
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.20.0"}
{".":"1.20.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.20.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.20.0...v1.20.1) (2025-11-21)


### Bug Fixes

* BYOD nav button ([#1328](https://github.com/chanzuckerberg/single-cell-explorer/issues/1328)) ([d4d4d7b](https://github.com/chanzuckerberg/single-cell-explorer/commit/d4d4d7bd439c178495b8a9b7f2a78012553555b0))
* do not show byod toast in vcp ([#1329](https://github.com/chanzuckerberg/single-cell-explorer/issues/1329)) ([644c34d](https://github.com/chanzuckerberg/single-cell-explorer/commit/644c34d1b7753bfc81c3455d975195dd2d18c7be))

## [1.20.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.19.1...v1.20.0) (2025-11-18)


Expand Down
2 changes: 1 addition & 1 deletion vcp-infra/.infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::339713142298:role/virtual-cells-platform-backend-prod
image:
tag: sha-a04a74e
tag: sha-e1027c5
replicaCount: 3
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion vcp-infra/.infra/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stack:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::058264139299:role/virtual-cells-platform-backend-staging
image:
tag: sha-a04a74e
tag: sha-e1027c5
replicaCount: 1
resources:
limits:
Expand Down
Loading