Skip to content

Commit

Permalink
Update Linkerd1 release doc, bump to 1.4.6 (kubernetes#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy authored and grampelberg committed Sep 20, 2018
1 parent e8184f1 commit f69365d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ master from slate-linkerd and add it to the public dir.
### Creating a new release
1. First you must run `./release-next-version <release-tag> <new version>` in
1. From the [linkerd.io](linkerd.io) directory, run:
```bash
./release-next-version <new version>
```
1. Run `./release-next-version <release-tag> <new version>` in
[slate-linkerd](https://github.com/BuoyantIO/slate-linkerd)
1. Then check locally
Expand Down
4 changes: 2 additions & 2 deletions linkerd.io/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sectionPagesMenu = "main"

#CUSTOM PARAMS
[params]
latest_release_version = "1.4.5"
latest_release_date = "2018-07-13"
latest_release_version = "1.4.6"
latest_release_date = "2018-08-13"
description = "Linkerd is a transparent proxy that adds service discovery, routing, failure handling, and visibility to modern software applications"

l5d2_release_version = "L5D2_STABLE_VERSION"
Expand Down

0 comments on commit f69365d

Please sign in to comment.