Skip to content

Commit

Permalink
Release 7.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed May 25, 2023
1 parent 8ad9bef commit 9c1d108
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 @@


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


### Bug Fixes

* more EOF protection fixes ([8ad9bef](https://github.com/guidebooks/store/commit/8ad9bef0877ea5af8384434c0576306560a6fafb))

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


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.6 # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=7.10.7 # <-- 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.6} # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=${RAY_CHART_BRANCH-7.10.7} # <-- 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.6 # <-- will get updated by @release-it/bumper; see top-level package.json
BRANCH=7.10.7 # <-- 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.6",
"version": "7.10.7",
"description": "The home for importable Guidebooks.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9c1d108

Please sign in to comment.