Skip to content

Commit 7df2c15

Browse files
chore(main): release 1.6.1 (#1156)
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 9abd814 commit 7df2c15

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.infra/prod/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stack:
99
annotations:
1010
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
1111
image:
12-
tag: sha-7caf0a63
12+
tag: sha-41e65e9
1313
replicaCount: 3
1414
resources:
1515
limits:

.infra/staging/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stack:
99
annotations:
1010
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
1111
image:
12-
tag: sha-7caf0a63
12+
tag: sha-41e65e9
1313
replicaCount: 1
1414
resources:
1515
limits:

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.6.0"}
1+
{".":"1.6.1"}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.6.0...v1.6.1) (2025-02-19)
4+
5+
6+
### Misc
7+
8+
* remove deprecated tags ([#1158](https://github.com/chanzuckerberg/single-cell-explorer/issues/1158)) ([81e7471](https://github.com/chanzuckerberg/single-cell-explorer/commit/81e7471c626aab0d48f9d391e14058a3232a570c))
9+
* update for CytAssist ([#1162](https://github.com/chanzuckerberg/single-cell-explorer/issues/1162)) ([d9e63fa](https://github.com/chanzuckerberg/single-cell-explorer/commit/d9e63fa42223f167ff96768a5e447b9b86bcbc8c))
10+
* upgrade docker builder ([#1163](https://github.com/chanzuckerberg/single-cell-explorer/issues/1163)) ([6aee4b7](https://github.com/chanzuckerberg/single-cell-explorer/commit/6aee4b7bdc5082eafc8b12739dc6c7cb2883580c))
11+
* Upgrade GHA actions ([#1155](https://github.com/chanzuckerberg/single-cell-explorer/issues/1155)) ([e9be54e](https://github.com/chanzuckerberg/single-cell-explorer/commit/e9be54e4844d5bb7ada78dcfef274dd8e1ecb41d))
12+
13+
14+
### Bug Fixes
15+
16+
* Update runs-on labels in GitHub Actions workflows ([#1161](https://github.com/chanzuckerberg/single-cell-explorer/issues/1161)) ([875058c](https://github.com/chanzuckerberg/single-cell-explorer/commit/875058c01364adc64914073d94bcd6d1e5697aa5))
17+
* upload artifact v4 ([#1164](https://github.com/chanzuckerberg/single-cell-explorer/issues/1164)) ([9abd814](https://github.com/chanzuckerberg/single-cell-explorer/commit/9abd814714458cf5000e3e9d00ef4122e8b8c0d7))
18+
319
## [1.6.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.2...v1.6.0) (2024-12-19)
420

521

0 commit comments

Comments
 (0)