From 23b714c3f77522295953bd6cb1f770f0780dc3b7 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:50:31 -0700 Subject: [PATCH] chore(main): release apiv2 1.1.0 (#266) * chore(main): release apiv2 1.1.0 * chore: Updated [staging prod] values.yaml image tags to sha-a1b2e53 --------- Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com> Co-authored-by: czi-github-helper[bot] --- .infra/prod/values.yaml | 8 ++++---- .infra/staging/values.yaml | 8 ++++---- .release-please-manifest.json | 2 +- apiv2/CHANGELOG.md | 7 +++++++ 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.infra/prod/values.yaml b/.infra/prod/values.yaml index ba9da07c3..242ea97f3 100644 --- a/.infra/prod/values.yaml +++ b/.infra/prod/values.yaml @@ -2,13 +2,13 @@ stack: services: apiv2: image: - tag: sha-5756355 + tag: sha-a1b2e53 initContainers: # Install cerbos policies where the cerbos sidecar can grab them. - name: install-cerbos-policies image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["cp", "-r", "./cerbos/", "/var/policies/"] volumeMounts: - mountPath: /var/policies @@ -24,7 +24,7 @@ stack: - name: run-migrations image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["alembic", "upgrade", "head"] resources: limits: @@ -37,7 +37,7 @@ stack: - name: gen-keypair image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["bash", "./etc/gen_keys.sh", "/var/keys/"] volumeMounts: - mountPath: /var/keys diff --git a/.infra/staging/values.yaml b/.infra/staging/values.yaml index ba9da07c3..242ea97f3 100644 --- a/.infra/staging/values.yaml +++ b/.infra/staging/values.yaml @@ -2,13 +2,13 @@ stack: services: apiv2: image: - tag: sha-5756355 + tag: sha-a1b2e53 initContainers: # Install cerbos policies where the cerbos sidecar can grab them. - name: install-cerbos-policies image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["cp", "-r", "./cerbos/", "/var/policies/"] volumeMounts: - mountPath: /var/policies @@ -24,7 +24,7 @@ stack: - name: run-migrations image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["alembic", "upgrade", "head"] resources: limits: @@ -37,7 +37,7 @@ stack: - name: gen-keypair image: repository: 533267185808.dkr.ecr.us-west-2.amazonaws.com/core-platform/cryoet-data-portal-backend/apiv2/apiv2 - tag: sha-5756355 + tag: sha-a1b2e53 command: ["bash", "./etc/gen_keys.sh", "/var/keys/"] volumeMounts: - mountPath: /var/keys diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f0d830cbb..c94a14329 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apiv2": "1.0.0" + "apiv2": "1.1.0" } \ No newline at end of file diff --git a/apiv2/CHANGELOG.md b/apiv2/CHANGELOG.md index 89436c996..2e8a45784 100644 --- a/apiv2/CHANGELOG.md +++ b/apiv2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.0.0...apiv2-v1.1.0) (2024-09-10) + + +### Features + +* add docs for release ([#265](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/265)) ([cb4af79](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/cb4af7956737e225a9429684ca6202ac24f60781)) + ## 1.0.0 (2024-09-06)