Skip to content

Commit

Permalink
[syft]bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-openmined-bot committed Jun 25, 2024
1 parent 4c38f9c commit a2bd3e2
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.7-beta.11
current_version = 0.8.7-beta.12
tag = False
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.7-beta.11"
__version__ = "0.8.7-beta.12"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.7-beta.11"
__version__ = "0.8.7-beta.12"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/backend/grid/images/worker_cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# NOTE: This dockerfile will be built inside a grid-backend container in PROD
# Hence COPY will not work the same way in DEV vs. PROD

ARG SYFT_VERSION_TAG="0.8.7-beta.11"
ARG SYFT_VERSION_TAG="0.8.7-beta.12"
FROM openmined/grid-backend:${SYFT_VERSION_TAG}

# should match base image python version
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vars:
DOCKER_IMAGE_SEAWEEDFS: openmined/grid-seaweedfs
DOCKER_IMAGE_ENCLAVE_ATTESTATION: openmined/grid-enclave-attestation
CONTAINER_REGISTRY: "docker.io"
VERSION: "0.8.7-beta.11"
VERSION: "0.8.7-beta.12"
PLATFORM: $(uname -m | grep -q 'arm64' && echo "arm64" || echo "amd64")

# This is a list of `images` that DevSpace can build for this project
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pygrid-ui",
"version": "0.8.7-beta.11",
"version": "0.8.7-beta.12",
"private": true,
"scripts": {
"dev": "pnpm i && vite dev --host --port 80",
Expand Down
Loading

0 comments on commit a2bd3e2

Please sign in to comment.