Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 890b3b5

Browse files
authored
0.1.0 (#327)
Even though 0.0.1-edge was stable enough, this is officially the first stable release! - Added the linkerd failover CLI - Started recording events when failing over - Started treating first backend as primary by default
1 parent 722eace commit 890b3b5

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

charts/linkerd-failover-tests/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords:
77
kubeVersion: ">=1.20.0-0"
88
sources:
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
1212
icon: https://linkerd.io/images/logo-only-200h.png
1313
maintainers:
1414
- name: Linkerd authors

charts/linkerd-failover-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

charts/linkerd-failover/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords:
77
kubeVersion: ">=1.20.0-0"
88
sources:
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
1212
icon: https://linkerd.io/images/logo-only-200h.png
1313
maintainers:
1414
- name: Linkerd authors

charts/linkerd-failover/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 }} |

charts/linkerd-failover/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ logFormat: plain
88
image:
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 }}

0 commit comments

Comments
 (0)