Skip to content

Commit

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

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

---------

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 aba973b commit ef6da89
Show file tree
Hide file tree
Showing 4 changed files with 24 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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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-587a38b
tag: sha-1aba3f7
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.4.0"
"apiv2": "1.5.0"
}
15 changes: 15 additions & 0 deletions apiv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.5.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.4.0...apiv2-v1.5.0) (2024-11-06)


### Features

* Expand the Tomgram importer hash function to include processing software ([#340](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/340)) ([3a92596](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/3a92596e94293f3026547939422ac6cf0440ff04))
* update apiv2 db ingestion to support new s3 schema ([#324](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/324)) ([02441de](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/02441dea0c008ac476bb0e993fb01c8331cd8f8b))


### Bug Fixes

* fixes for db ingestion ([#334](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/334)) ([d142394](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/d1423949f534667fc6131eb29729c040461cc16d))
* fixes for filtering on related fields. ([#343](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/343)) ([9cf033a](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/9cf033ab930a7a11e971eac65efcbf6644a0b935))
* Only read one alignment per run from the V1 api into the V2 api ([#341](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/341)) ([3a7cacf](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/3a7cacf03fae251a401088143719e7d201f1545e))

## [1.4.0](https://github.com/chanzuckerberg/cryoet-data-portal-backend/compare/apiv2-v1.3.0...apiv2-v1.4.0) (2024-10-16)


Expand Down

0 comments on commit ef6da89

Please sign in to comment.