Skip to content

Commit

Permalink
chore(main): release apiv2 1.0.0 (#241)
Browse files Browse the repository at this point in the history
* chore(main): release apiv2 1.0.0
  • Loading branch information
czi-github-helper[bot] authored Sep 9, 2024
1 parent 29943b5 commit 0601cb6
Show file tree
Hide file tree
Showing 4 changed files with 19 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-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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
tag: sha-4cc7891
tag: sha-5756355
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": "0.0.0"
"apiv2": "1.0.0"
}
10 changes: 10 additions & 0 deletions apiv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2024-09-06)


### Bug Fixes

* more ci fixes. ([#247](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/247)) ([771671d](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/771671da21c22d3600b8b7c88ac8c0b1bc3ce3b1))
* Update scrape tool to handle alignments and depositions. ([#240](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/240)) ([571943f](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/571943f1ed68b3e62b2f70a91f8de38925d2fd92))
* use supported github workflows. ([#242](https://github.com/chanzuckerberg/cryoet-data-portal-backend/issues/242)) ([4f5fcee](https://github.com/chanzuckerberg/cryoet-data-portal-backend/commit/4f5fcee7546c6bd77ad8dfe8346ac29be18f637d))

0 comments on commit 0601cb6

Please sign in to comment.