Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2023
1 parent 6e82995 commit 2f88ad1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [8.0.0](https://github.com/guidebooks/store/compare/7.10.7...8.0.0) (2023-10-11)


### Features

* Update to mcad v1.34.1 support and torchx 0.6.0 ([6e82995](https://github.com/guidebooks/store/commit/6e8299577ce327bc78dd5602aa1fdfb17e1844b8))

## [7.10.7](https://github.com/guidebooks/store/compare/7.10.6...7.10.7) (2023-05-25)


Expand Down
2 changes: 1 addition & 1 deletion guidebooks/ml/mlflow/start/kubernetes/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BRANCH=7.10.7 # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=8.0.0 # <-- will get updated by @release-it/bumper; see top-level package.json
CHART_DIR=guidebooks/ml/mlflow/start/kubernetes/chart

MLFLOW_CLONE_TEMPDIR=$(mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion guidebooks/ml/ray/start/kubernetes/install-via-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$KUBE_POD_MANAGER" = mcad ] || [ "$KUBE_POD_MANAGER" = kubernetes ]; then
GITHUB=github.com
ORG=${RAY_CHART_ORG-guidebooks}
REPO=${RAY_CHART_REPO-store}
BRANCH=${RAY_CHART_BRANCH-7.10.7} # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=${RAY_CHART_BRANCH-8.0.0} # <-- will get updated by @release-it/bumper; see top-level package.json
SUBDIR=${RAY_CHART_SUBDIR-guidebooks/ml/ray/start/kubernetes/chart}

if [ "$KUBE_POD_MANAGER" = mcad ]
Expand Down
2 changes: 1 addition & 1 deletion guidebooks/ml/tensorboard/start/kubernetes/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BRANCH=7.10.7 # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=8.0.0 # <-- will get updated by @release-it/bumper; see top-level package.json
CHART_DIR=guidebooks/ml/tensorboard/start/kubernetes/chart

TENSORBOARD_CLONE_TEMPDIR=$(mktemp -d)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidebooks/store",
"version": "7.10.7",
"version": "8.0.0",
"description": "The home for importable Guidebooks.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2f88ad1

Please sign in to comment.