Skip to content

Commit

Permalink
Merge branch 'dev' into snwagh/base-notifier-class-pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
snwagh authored Aug 1, 2024
2 parents 4fc02d9 + 5ebe163 commit 7d14309
Show file tree
Hide file tree
Showing 35 changed files with 1,457 additions and 413 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.9.0-beta.3
current_version = 0.9.0-beta.5
tag = False
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ jobs:

- name: Copy helm repo files from Syft Repo
run: |
cp packages/grid/helm/repo/index.yaml ghpages/helm/
cp packages/grid/helm/repo/syft-${{ needs.merge-docker-images.outputs.server_version }}.tgz ghpages/helm/
cd ghpages/helm && helm repo index . --url https://openmined.github.io/PySyft/helm
- name: Commit changes to gh-pages
uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ jobs:

- name: Copy helm repo files from Syft Repo
run: |
cp packages/grid/helm/repo/index.yaml ghpages/helm/
cp packages/grid/helm/repo/syft-${{ steps.release_checks.outputs.syft_version }}.tgz ghpages/helm/
cd ghpages/helm && helm repo index . --url https://openmined.github.io/PySyft/helm
- name: Commit changes to gh-pages
uses: EndBug/add-and-commit@v9
Expand Down
368 changes: 87 additions & 281 deletions README.md

Large diffs are not rendered by default.

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.9.0-beta.3"
__version__ = "0.9.0-beta.5"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
126 changes: 126 additions & 0 deletions docs/img/Syft-Logo-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions docs/img/Syft-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7d14309

Please sign in to comment.