Skip to content

Commit

Permalink
chore(main): release apiv2 1.7.0 (#392)
Browse files Browse the repository at this point in the history
* chore(main): release apiv2 1.7.0

* chore: Updated [staging prod] values.yaml image tags to sha-a03a87f

---------

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>
  • Loading branch information
1 parent 0bbe310 commit 3cb71ee
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .infra/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ stack:
services:
apiv2:
image:
tag: sha-9745d77
tag: sha-a03a87f
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-9745d77
tag: sha-a03a87f
command: ["cp", "-r", "./cerbos/", "/var/policies/"]
volumeMounts:
- mountPath: /var/policies
Expand All @@ -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-9745d77
tag: sha-a03a87f
command: ["alembic", "upgrade", "head"]
resources:
limits:
Expand All @@ -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-9745d77
tag: sha-a03a87f
command: ["bash", "./etc/gen_keys.sh", "/var/keys/"]
volumeMounts:
- mountPath: /var/keys
Expand Down
8 changes: 4 additions & 4 deletions .infra/staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ stack:
services:
apiv2:
image:
tag: sha-9745d77
tag: sha-a03a87f
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-9745d77
tag: sha-a03a87f
command: ["cp", "-r", "./cerbos/", "/var/policies/"]
volumeMounts:
- mountPath: /var/policies
Expand All @@ -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-9745d77
tag: sha-a03a87f
command: ["alembic", "upgrade", "head"]
resources:
limits:
Expand All @@ -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-9745d77
tag: sha-a03a87f
command: ["bash", "./etc/gen_keys.sh", "/var/keys/"]
volumeMounts:
- mountPath: /var/keys
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apiv2": "1.6.0"
"apiv2": "1.7.0"
}
17 changes: 17 additions & 0 deletions apiv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.7.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.6.0...apiv2-v1.7.0) (2025-01-14)


### Features

* support filtering on related aggregates ([#394](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/394)) ([8885ab7](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/8885ab734a8f753ddaaf3b4f08f780f3b08f7ac4))


### Bug Fixes

* Don't replace spaces with underscores for reconstruction software. ([#402](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/402)) ([e253f1f](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/e253f1fa2e31c0e7909933dd2b88ead3d3708a87))
* Fix for spurious test failures. ([#410](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/410)) ([fedd776](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/fedd77611f15f8c2dd33bd1b1e57108f7d5f8456))
* fix response handling for grouping by related fields ([#409](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/409)) ([7ef1563](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/7ef1563367b1a7499834537cb09fe85ab3fa4c76))
* scrape script overwriting existing data ([709e8a0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/709e8a006b542abe824edc394281059dda29a757))
* scrape script overwriting existing v2 data ([#390](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/390)) ([709e8a0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/709e8a006b542abe824edc394281059dda29a757))
* support __typename fields in gql queries ([#397](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/397)) ([6ea76ea](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/6ea76eab06864914ce16cbbd81da844f13e172e2))

## [1.6.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.5.0...apiv2-v1.6.0) (2024-12-17)


Expand Down

0 comments on commit 3cb71ee

Please sign in to comment.