Skip to content

Commit

Permalink
Update docs for Linkerd 1.7.4 (linkerd#742)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Pretzer <[email protected]>
  • Loading branch information
cpretzer authored Jun 12, 2020
1 parent d198a9e commit b1ad180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api.linkerd.io/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p $BASE_DIR/public
TMP_SLATE_DIR=$(mktemp -d /tmp/slate-linkerd.XXXXX)
cd $TMP_SLATE_DIR

git clone --depth=1 https://github.com/BuoyantIO/slate-linkerd.git slate-linkerd
git clone --depth=1 git@github.com:BuoyantIO/slate-linkerd.git slate-linkerd
cd slate-linkerd

bundle install
Expand Down
4 changes: 2 additions & 2 deletions linkerd.io/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ section = ["HTML", "JSON"]
[params]
description = "Linkerd is an ultralight service mesh for Kubernetes. It gives you observability, reliability, and security without requiring any code changes."
images = [""]
latest_release_date = "2020-05-22"
latest_release_version = "1.7.3"
latest_release_date = "2020-06-10"
latest_release_version = "1.7.4"
logo = "/images/identity/svg/linkerd_primary_color_white.svg"
[permalinks]
blog = "/:year/:month/:day/:slug/"
Expand Down

0 comments on commit b1ad180

Please sign in to comment.