Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2023
1 parent c5a4494 commit 17ce6fa
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.1](https://github.com/guidebooks/store/compare/8.0.0...8.0.1) (2023-10-11)


### Bug Fixes

* remove Items field ([c5a4494](https://github.com/guidebooks/store/commit/c5a4494c12992807c47702210edb59657f252427))

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


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

0 comments on commit 17ce6fa

Please sign in to comment.