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 Nov 1, 2023
1 parent 170dcca commit 2ec9279
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 28 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.2-beta.40
current_version = 0.8.2-beta.41
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.2-beta.40"
__version__ = "0.8.2-beta.41"
# 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.2-beta.40"
__version__ = "0.8.2-beta.41"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pipelines:
run: |-
run_dependencies --all
ensure_pull_secrets --all
build_images --all -t $(git rev-parse --short=6 HEAD) -t 0.8.2-beta.40 -t dev-latest
build_images --all -t $(git rev-parse --short=6 HEAD) -t 0.8.2-beta.41 -t dev-latest
create_deployments --all
vars:
DEVSPACE_ENV_FILE: "default.env"
CONTAINER_REGISTRY: "docker.io"
VERSION: "0.8.2-beta.40"
VERSION: "0.8.2-beta.41"

# This is a list of `images` that DevSpace can build for this project
# We recommend to skip image building during development (devspace dev) as much as possible
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.2-beta.40",
"version": "0.8.2-beta.41",
"private": true,
"scripts": {
"dev": "pnpm i && vite dev --host --port 80",
Expand Down
28 changes: 22 additions & 6 deletions packages/grid/helm/repo/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
apiVersion: v1
entries:
syft:
- apiVersion: v2
appVersion: 0.8.2-beta.41
created: "2023-11-01T05:06:04.592603229Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
version: 0.9.1
description: Perform numpy-like analysis on data that remains in someone elses
server
digest: 2cb82c05cf260d12dbc686ad7d219bfbbf1111d229cd7dfc58fffd0405e7d27f
icon: https://raw.githubusercontent.com/OpenMined/PySyft/dev/docs/img/title_syft_light.png
name: syft
type: application
urls:
- https://openmined.github.io/PySyft/helm/syft-0.8.2-beta.41.tgz
version: 0.8.2-beta.41
- apiVersion: v2
appVersion: 0.8.2-beta.40
created: "2023-10-22T13:02:54.368586813Z"
created: "2023-11-01T05:06:04.591721986Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -19,7 +35,7 @@ entries:
version: 0.8.2-beta.40
- apiVersion: v2
appVersion: 0.8.2-beta.39
created: "2023-10-22T13:02:54.368010476Z"
created: "2023-11-01T05:06:04.591141053Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -35,7 +51,7 @@ entries:
version: 0.8.2-beta.39
- apiVersion: v2
appVersion: 0.8.2-beta.38
created: "2023-10-22T13:02:54.367433309Z"
created: "2023-11-01T05:06:04.590504105Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -51,7 +67,7 @@ entries:
version: 0.8.2-beta.38
- apiVersion: v2
appVersion: 0.8.2-beta.37
created: "2023-10-22T13:02:54.366860409Z"
created: "2023-11-01T05:06:04.589894539Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -67,7 +83,7 @@ entries:
version: 0.8.2-beta.37
- apiVersion: v2
appVersion: 0.8.1
created: "2023-10-22T13:02:54.366267111Z"
created: "2023-11-01T05:06:04.589226473Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -81,4 +97,4 @@ entries:
urls:
- https://openmined.github.io/PySyft/helm/syft-0.8.1.tgz
version: 0.8.1
generated: "2023-10-22T13:02:54.365542868Z"
generated: "2023-11-01T05:06:04.587734752Z"
Binary file added packages/grid/helm/repo/syft-0.8.2-beta.41.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/grid/helm/syft/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: syft
description: Perform numpy-like analysis on data that remains in someone elses server
type: application
version: "0.8.2-beta.40"
appVersion: "0.8.2-beta.40"
version: "0.8.2-beta.41"
appVersion: "0.8.2-beta.41"
icon: https://raw.githubusercontent.com/OpenMined/PySyft/dev/docs/img/title_syft_light.png

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/podman/podman-kube/podman-syft-kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- configMapRef:
name: podman-syft-config

image: docker.io/openmined/grid-backend:0.8.2-beta.40
image: docker.io/openmined/grid-backend:0.8.2-beta.41
imagePullPolicy: IfNotPresent
resources: {}
tty: true
Expand All @@ -57,7 +57,7 @@ spec:
envFrom:
- configMapRef:
name: podman-syft-config
image: docker.io/openmined/grid-frontend:0.8.2-beta.40
image: docker.io/openmined/grid-frontend:0.8.2-beta.41
imagePullPolicy: IfNotPresent
resources: {}
tty: true
Expand Down
2 changes: 1 addition & 1 deletion packages/hagrid/hagrid/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .version import __version__

LATEST_STABLE_SYFT = "0.8.1"
LATEST_BETA_SYFT = "0.8.2-beta.40"
LATEST_BETA_SYFT = "0.8.2-beta.41"

DOCKER_ERROR = """
You are running an old version of docker, possibly on Linux. You need to install v2.
Expand Down
6 changes: 3 additions & 3 deletions packages/hagrid/hagrid/manifest_template.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
manifestVersion: 0.1
hagrid_version: 0.3.79
syft_version: 0.8.2-beta.40
dockerTag: 0.8.2-beta.40
syft_version: 0.8.2-beta.41
dockerTag: 0.8.2-beta.41
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/
hash: b75e54d469206bfa9dd1e350590ff62c93ded907
hash: 170dccaa8be0e3154271ad453c7cec00bf8b51e2
target_dir: ~/.hagrid/PySyft/
files:
grid:
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = syft
version = attr: "0.8.2-beta.40"
version = attr: "0.8.2-beta.41"
description = Perform numpy-like analysis on data that remains in someone elses server
author = OpenMined
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.2-beta.40"
__version__ = "0.8.2-beta.41"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.2-beta.40"
__version__ = "0.8.2-beta.41"

# stdlib
import pathlib
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/protocol/protocol_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dev": {
"1": {
"object_versions": {
"PartialSyftObject": {
"1": {
Expand Down
8 changes: 4 additions & 4 deletions packages/syftcli/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
manifestVersion: 1.0

syftVersion: 0.8.2-beta.40
dockerTag: 0.8.2-beta.40
syftVersion: 0.8.2-beta.41
dockerTag: 0.8.2-beta.41

images:
- docker.io/openmined/grid-frontend:0.8.2-beta.40
- docker.io/openmined/grid-backend:0.8.2-beta.40
- docker.io/openmined/grid-frontend:0.8.2-beta.41
- docker.io/openmined/grid-backend:0.8.2-beta.41
- docker.io/library/mongo:latest
- docker.io/traefik:v2.10

Expand Down

0 comments on commit 2ec9279

Please sign in to comment.