From 037c1647c89ef95fca7aca4f975e4af38ecfd9ea Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:29:01 -0600 Subject: [PATCH] chore(main): release 1.0.1 (#1013) --- .infra/prod/values.yaml | 2 +- .infra/staging/values.yaml | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.infra/prod/values.yaml b/.infra/prod/values.yaml index 1402323f8..e61324a42 100644 --- a/.infra/prod/values.yaml +++ b/.infra/prod/values.yaml @@ -5,7 +5,7 @@ stack: annotations: "eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer image: - tag: sha-8835a2e0 + tag: sha-96fc9361 replicaCount: 3 resources: limits: diff --git a/.infra/staging/values.yaml b/.infra/staging/values.yaml index b3825474b..0b3d45105 100644 --- a/.infra/staging/values.yaml +++ b/.infra/staging/values.yaml @@ -5,7 +5,7 @@ stack: annotations: "eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer image: - tag: sha-8835a2e0 + tag: sha-96fc9361 replicaCount: 1 resources: limits: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0fb2..7dca81b75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4f11880..165dab457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.0.0...v1.0.1) (2024-07-02) + + +### Bug Fixes + +* GE scroll and overflow ([#1011](https://github.com/chanzuckerberg/single-cell-explorer/issues/1011)) ([8879f03](https://github.com/chanzuckerberg/single-cell-explorer/commit/8879f034cc022a4a96efee9302e4fd3b6fd9f165)) + + +### Misc + +* allow smoke tests to be a required check ([#1016](https://github.com/chanzuckerberg/single-cell-explorer/issues/1016)) ([b6bf390](https://github.com/chanzuckerberg/single-cell-explorer/commit/b6bf3902bf86732705542396785614b0758bbdcb)) +* bump staging memory ([#1014](https://github.com/chanzuckerberg/single-cell-explorer/issues/1014)) ([4ecebd1](https://github.com/chanzuckerberg/single-cell-explorer/commit/4ecebd11dcd144525c3ce688f25258738fa7ef1a)) +* configure e2e tests to run against staging before prod can deploy ([#1012](https://github.com/chanzuckerberg/single-cell-explorer/issues/1012)) ([3995a74](https://github.com/chanzuckerberg/single-cell-explorer/commit/3995a7432b7fbc0c6739d923a21860a28e3c87fb)) +* tune smoke test invocation ([#1017](https://github.com/chanzuckerberg/single-cell-explorer/issues/1017)) ([231ad56](https://github.com/chanzuckerberg/single-cell-explorer/commit/231ad5667e2256975a6a7c0ab218985752cfaedc)) + ## 1.0.0 (2024-06-27)