Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33cbb9b

Browse files
authored
1.2.1 (linkerd#1641)
## 1.2.1 2017-09-14 Fix for an issue where Kubernetes namers would continue to route to old endpoints after a service was deleted and re-created, or scaled down to 0 and then scaled back up. Also includes: * The path on which the Prometheus telemeter serves metrics can now be set in the config file. * Minor documentation fixes.
1 parent cc35bdf commit 33cbb9b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.2.1 2017-09-14
2+
3+
Fix for an issue where Kubernetes namers would continue to route to old
4+
endpoints after a service was deleted and re-created, or scaled down to 0 and
5+
then scaled back up.
6+
7+
Also includes:
8+
* The path on which the Prometheus telemeter serves metrics can now be
9+
set in the config file.
10+
* Minor documentation fixes.
11+
12+
113
## 1.2.0 2017-09-07
214

315
* **Breaking Change**: `io.l5d.mesh`, `io.l5d.thriftNameInterpreter`, linkerd

project/Base.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Base {
3232
class Base extends Build {
3333
import Base._
3434

35-
val headVersion = "1.2.0"
35+
val headVersion = "1.2.1"
3636

3737
object Git {
3838
def git(arg: String, args: String*) = Process("git" +: arg +: args)

0 commit comments

Comments
 (0)