This repository was archived by the owner on Oct 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 0.1.0
4+
5+ Even though 0.0.1-edge was stable enough, this is officially the first stable
6+ release!
7+
8+ - Added the linkerd failover CLI
9+ - Started recording events when failing over
10+ - Started treating first backend as primary by default
11+
312## 0.0.9-edge
413
514- Added the linkerd failover CLI
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ keywords:
77kubeVersion : " >=1.20.0-0"
88sources :
99- https://github.com/linkerd/linkerd-failover/
10- appVersion : 0.0.9-edge
11- version : 0.0.9-edge
10+ appVersion : 0.1.0
11+ version : 0.1.0
1212icon : https://linkerd.io/images/logo-only-200h.png
1313maintainers :
1414 - name : Linkerd authors
Original file line number Diff line number Diff line change 11<!-- markdownlint-disable -->
22# linkerd-failover-tests
33
4- ![ Version: 0.0.9-edge ] ( https://img.shields.io/badge/Version-0.0.9--edge -informational?style=flat-square )
4+ ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6- ![ AppVersion: 0.0.9-edge ] ( https://img.shields.io/badge/AppVersion-0.0.9--edge -informational?style=flat-square )
6+ ![ AppVersion: 0.1.0 ] ( https://img.shields.io/badge/AppVersion-0.1.0 -informational?style=flat-square )
77
88** Homepage:** < https://linkerd.io >
99
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ keywords:
77kubeVersion : " >=1.20.0-0"
88sources :
99- https://github.com/linkerd/linkerd-failover/
10- appVersion : 0.0.9-edge
11- version : 0.0.9-edge
10+ appVersion : 0.1.0
11+ version : 0.1.0
1212icon : https://linkerd.io/images/logo-only-200h.png
1313maintainers :
1414 - name : Linkerd authors
Original file line number Diff line number Diff line change 11<!-- markdownlint-disable -->
22# linkerd-failover
33
4- ![ Version: 0.0.9-edge ] ( https://img.shields.io/badge/Version-0.0.9--edge -informational?style=flat-square )
4+ ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6- ![ AppVersion: 0.0.9-edge ] ( https://img.shields.io/badge/AppVersion-0.0.9--edge -informational?style=flat-square )
6+ ![ AppVersion: 0.1.0 ] ( https://img.shields.io/badge/AppVersion-0.1.0 -informational?style=flat-square )
77
88** Homepage:** < https://linkerd.io >
99
@@ -108,7 +108,7 @@ Kubernetes: `>=1.20.0-0`
108108
109109| Key | Type | Default | Description |
110110|-----|------|---------|-------------|
111- | image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.0.9-edge "}` | Docker image |
111+ | image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.0 "}` | Docker image |
112112| logFormat | string | `"plain"` | Log format (`plain` or `json`) |
113113| logLevel | string | `"linkerd=info,warn"` | Log level |
114114| selector | string | `nil` | Determines which `TrafficSplit` instances to consider for failover. If empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }} |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ logFormat: plain
88image :
99 registry : cr.l5d.io/linkerd
1010 name : failover
11- tag : 0.0.9-edge
11+ tag : 0.1.0
1212
1313# -- Determines which `TrafficSplit` instances to consider for failover. If
1414# empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }}
You can’t perform that action at this time.
0 commit comments