Skip to content

Commit

Permalink
Merge pull request #8364 from OpenMined/rasswanth/fix_artifact_release
Browse files Browse the repository at this point in the history
Fix Aritifacts CD- Release
  • Loading branch information
rasswanth-s authored Dec 22, 2023
2 parents d822ad2 + ebcb9d6 commit 2d96fd6
Show file tree
Hide file tree
Showing 21 changed files with 158 additions and 61 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.4-beta.3
current_version = 0.8.4-beta.4
tag = False
tag_name = {new_version}
commit = True
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Upload digest for grid-backend, grid-frontend and grid-seaweedfs
uses: actions/upload-artifact@v4
with:
name: digests-${{ steps.release_metadata.outputs.grid_version }}
name: digests-${{ steps.release_metadata.outputs.grid_version }}-${{ steps.release_metadata.outputs.short_release_platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -218,8 +218,9 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests-${{ needs.build-and-push-docker-images.outputs.grid_version }}
path: /tmp/digests
pattern: digests-${{ needs.build-and-push-docker-images.outputs.grid_version }}-*
merge-multiple: true

- name: Set up Docker Buildx
id: buildx
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cd-syftcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: upload binaries
uses: actions/upload-artifact@v4
with:
name: syftcli-binaries-${{needs.deploy-syft-cli.outputs.deployed_version}}
name: syftcli-binaries-${{needs.deploy-syft-cli.outputs.deployed_version}}-${{matrix.os}}
path: ./packages/syftcli/dist/cli/*
if-no-files-found: error

Expand Down Expand Up @@ -175,8 +175,9 @@ jobs:
if: steps.check-pypi.outputs.released == 'true'
uses: actions/download-artifact@v4
with:
name: syftcli-binaries-${{needs.deploy-syft-cli.outputs.deployed_version}}
pattern: syftcli-binaries-${{needs.deploy-syft-cli.outputs.deployed_version}}-*
path: ./downloaded-binaries/
merge-multiple: true

- name: GitHub Release
if: steps.check-pypi.outputs.released == '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.4-beta.3"
__version__ = "0.8.4-beta.4"
# 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.4-beta.3"
__version__ = "0.8.4-beta.4"
# 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/worker_cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Later we'd want to uninstall old python, and then install a new python runtime...
# ... but pre-built syft deps may break!

FROM openmined/grid-backend:0.8.4-beta.3
FROM openmined/grid-backend:0.8.4-beta.4

ARG PYTHON_VERSION="3.11"
ARG SYSTEM_PACKAGES=""
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vars:
DEVSPACE_ENV_FILE: "default.env"
CONTAINER_REGISTRY: "docker.io"
NODE_NAME: "mynode"
VERSION: "0.8.4-beta.3"
VERSION: "0.8.4-beta.4"

# 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.4-beta.3",
"version": "0.8.4-beta.4",
"private": true,
"scripts": {
"dev": "pnpm i && vite dev --host --port 80",
Expand Down
78 changes: 45 additions & 33 deletions packages/grid/helm/repo/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
apiVersion: v1
entries:
syft:
- apiVersion: v2
appVersion: 0.8.4-beta.4
created: "2023-12-22T07:04:42.272547682Z"
description: Perform numpy-like analysis on data that remains in someone elses
server
digest: 1d5808ecaf55391f3b27ae6236400066508acbd242e33db24a1ab4bffa77409e
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.4-beta.4.tgz
version: 0.8.4-beta.4
- apiVersion: v2
appVersion: 0.8.4-beta.3
created: "2023-12-10T17:06:06.120631761Z"
created: "2023-12-22T07:04:42.272167199Z"
description: Perform numpy-like analysis on data that remains in someone elses
server
digest: b64efa8529d82be56c6ab60487ed24420a5614d96d2509c1f93c1003eda71a54
Expand All @@ -15,7 +27,7 @@ entries:
version: 0.8.4-beta.3
- apiVersion: v2
appVersion: 0.8.4-beta.2
created: "2023-12-10T17:06:06.120258589Z"
created: "2023-12-22T07:04:42.271807816Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -31,7 +43,7 @@ entries:
version: 0.8.4-beta.2
- apiVersion: v2
appVersion: 0.8.4-beta.1
created: "2023-12-10T17:06:06.119681438Z"
created: "2023-12-22T07:04:42.271244551Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -47,7 +59,7 @@ entries:
version: 0.8.4-beta.1
- apiVersion: v2
appVersion: 0.8.3-beta.6
created: "2023-12-10T17:06:06.119039086Z"
created: "2023-12-22T07:04:42.270670005Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -63,7 +75,7 @@ entries:
version: 0.8.3-beta.6
- apiVersion: v2
appVersion: 0.8.3-beta.5
created: "2023-12-10T17:06:06.118424365Z"
created: "2023-12-22T07:04:42.270005129Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -79,7 +91,7 @@ entries:
version: 0.8.3-beta.5
- apiVersion: v2
appVersion: 0.8.3-beta.4
created: "2023-12-10T17:06:06.117774268Z"
created: "2023-12-22T07:04:42.269236269Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -95,7 +107,7 @@ entries:
version: 0.8.3-beta.4
- apiVersion: v2
appVersion: 0.8.3-beta.3
created: "2023-12-10T17:06:06.116940872Z"
created: "2023-12-22T07:04:42.267602225Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -111,7 +123,7 @@ entries:
version: 0.8.3-beta.3
- apiVersion: v2
appVersion: 0.8.3-beta.2
created: "2023-12-10T17:06:06.11525835Z"
created: "2023-12-22T07:04:42.267036104Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -127,7 +139,7 @@ entries:
version: 0.8.3-beta.2
- apiVersion: v2
appVersion: 0.8.3-beta.1
created: "2023-12-10T17:06:06.114697018Z"
created: "2023-12-22T07:04:42.266472518Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -143,7 +155,7 @@ entries:
version: 0.8.3-beta.1
- apiVersion: v2
appVersion: 0.8.2
created: "2023-12-10T17:06:06.114135636Z"
created: "2023-12-22T07:04:42.265872755Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -159,7 +171,7 @@ entries:
version: 0.8.2
- apiVersion: v2
appVersion: 0.8.2-beta.60
created: "2023-12-10T17:06:06.113468849Z"
created: "2023-12-22T07:04:42.265070292Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -175,7 +187,7 @@ entries:
version: 0.8.2-beta.60
- apiVersion: v2
appVersion: 0.8.2-beta.59
created: "2023-12-10T17:06:06.112795008Z"
created: "2023-12-22T07:04:42.264391931Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -191,7 +203,7 @@ entries:
version: 0.8.2-beta.59
- apiVersion: v2
appVersion: 0.8.2-beta.58
created: "2023-12-10T17:06:06.112120888Z"
created: "2023-12-22T07:04:42.26372972Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -207,7 +219,7 @@ entries:
version: 0.8.2-beta.58
- apiVersion: v2
appVersion: 0.8.2-beta.57
created: "2023-12-10T17:06:06.111403216Z"
created: "2023-12-22T07:04:42.2630463Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -223,7 +235,7 @@ entries:
version: 0.8.2-beta.57
- apiVersion: v2
appVersion: 0.8.2-beta.56
created: "2023-12-10T17:06:06.11071563Z"
created: "2023-12-22T07:04:42.262322825Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -239,7 +251,7 @@ entries:
version: 0.8.2-beta.56
- apiVersion: v2
appVersion: 0.8.2-beta.53
created: "2023-12-10T17:06:06.107567746Z"
created: "2023-12-22T07:04:42.260720617Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -255,7 +267,7 @@ entries:
version: 0.8.2-beta.53
- apiVersion: v2
appVersion: 0.8.2-beta.52
created: "2023-12-10T17:06:06.106879499Z"
created: "2023-12-22T07:04:42.259949282Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -271,7 +283,7 @@ entries:
version: 0.8.2-beta.52
- apiVersion: v2
appVersion: 0.8.2-beta.51
created: "2023-12-10T17:06:06.106209967Z"
created: "2023-12-22T07:04:42.25927571Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -287,7 +299,7 @@ entries:
version: 0.8.2-beta.51
- apiVersion: v2
appVersion: 0.8.2-beta.50
created: "2023-12-10T17:06:06.10553798Z"
created: "2023-12-22T07:04:42.258600505Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -303,7 +315,7 @@ entries:
version: 0.8.2-beta.50
- apiVersion: v2
appVersion: 0.8.2-beta.49
created: "2023-12-10T17:06:06.104861985Z"
created: "2023-12-22T07:04:42.257917104Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -319,7 +331,7 @@ entries:
version: 0.8.2-beta.49
- apiVersion: v2
appVersion: 0.8.2-beta.48
created: "2023-12-10T17:06:06.104166405Z"
created: "2023-12-22T07:04:42.257197126Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -335,7 +347,7 @@ entries:
version: 0.8.2-beta.48
- apiVersion: v2
appVersion: 0.8.2-beta.47
created: "2023-12-10T17:06:06.103442772Z"
created: "2023-12-22T07:04:42.256508706Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -351,7 +363,7 @@ entries:
version: 0.8.2-beta.47
- apiVersion: v2
appVersion: 0.8.2-beta.46
created: "2023-12-10T17:06:06.102806731Z"
created: "2023-12-22T07:04:42.255943638Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -367,7 +379,7 @@ entries:
version: 0.8.2-beta.46
- apiVersion: v2
appVersion: 0.8.2-beta.45
created: "2023-12-10T17:06:06.10148549Z"
created: "2023-12-22T07:04:42.255361107Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -383,7 +395,7 @@ entries:
version: 0.8.2-beta.45
- apiVersion: v2
appVersion: 0.8.2-beta.44
created: "2023-12-10T17:06:06.100906104Z"
created: "2023-12-22T07:04:42.254726939Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -399,7 +411,7 @@ entries:
version: 0.8.2-beta.44
- apiVersion: v2
appVersion: 0.8.2-beta.43
created: "2023-12-10T17:06:06.100326319Z"
created: "2023-12-22T07:04:42.25341626Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -415,7 +427,7 @@ entries:
version: 0.8.2-beta.43
- apiVersion: v2
appVersion: 0.8.2-beta.41
created: "2023-12-10T17:06:06.09875352Z"
created: "2023-12-22T07:04:42.252725406Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -431,7 +443,7 @@ entries:
version: 0.8.2-beta.41
- apiVersion: v2
appVersion: 0.8.2-beta.40
created: "2023-12-10T17:06:06.098049514Z"
created: "2023-12-22T07:04:42.2520445Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -447,7 +459,7 @@ entries:
version: 0.8.2-beta.40
- apiVersion: v2
appVersion: 0.8.2-beta.39
created: "2023-12-10T17:06:06.09746009Z"
created: "2023-12-22T07:04:42.251469853Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -463,7 +475,7 @@ entries:
version: 0.8.2-beta.39
- apiVersion: v2
appVersion: 0.8.2-beta.38
created: "2023-12-10T17:06:06.096838957Z"
created: "2023-12-22T07:04:42.250893173Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -479,7 +491,7 @@ entries:
version: 0.8.2-beta.38
- apiVersion: v2
appVersion: 0.8.2-beta.37
created: "2023-12-10T17:06:06.095704724Z"
created: "2023-12-22T07:04:42.250301214Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -495,7 +507,7 @@ entries:
version: 0.8.2-beta.37
- apiVersion: v2
appVersion: 0.8.1
created: "2023-12-10T17:06:06.094922052Z"
created: "2023-12-22T07:04:42.249673919Z"
dependencies:
- name: component-chart
repository: https://charts.devspace.sh
Expand All @@ -509,4 +521,4 @@ entries:
urls:
- https://openmined.github.io/PySyft/helm/syft-0.8.1.tgz
version: 0.8.1
generated: "2023-12-10T17:06:06.094187919Z"
generated: "2023-12-22T07:04:42.248829848Z"
Binary file added packages/grid/helm/repo/syft-0.8.4-beta.4.tgz
Binary file not shown.
Loading

0 comments on commit 2d96fd6

Please sign in to comment.