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 +15
-10
lines changed Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 0.1.3
4+
5+ This release adds ` imagePullSecrets ` support, for pulling images from private
6+ docker registries.
7+
38## 0.1.2
49
510- Dependencies bumps
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.1.2
11- version : 0.1.2
10+ appVersion : 0.1.3
11+ version : 0.1.3
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.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square )
4+ ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6- ![ AppVersion: 0.1.2 ] ( https://img.shields.io/badge/AppVersion-0.1.2 -informational?style=flat-square )
6+ ![ AppVersion: 0.1.3 ] ( https://img.shields.io/badge/AppVersion-0.1.3 -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.1.2
11- version : 0.1.2
10+ appVersion : 0.1.3
11+ version : 0.1.3
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.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square )
4+ ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6- ![ AppVersion: 0.1.2 ] ( https://img.shields.io/badge/AppVersion-0.1.2 -informational?style=flat-square )
6+ ![ AppVersion: 0.1.3 ] ( https://img.shields.io/badge/AppVersion-0.1.3 -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.1.2 "}` | Docker image |
111+ | image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.3 "}` | Docker image |
112112| imagePullSecrets | list | `[]` | imagePullSecrets to apply to all ServiceAccounts for pulling images from private registries |
113113| linkerdNamespace | string | `"linkerd"` | Namespace of the Linkerd core control-plane install |
114114| logFormat | string | `"plain"` | Log format (`plain` or `json`) |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ logFormat: plain
1111image :
1212 registry : cr.l5d.io/linkerd
1313 name : failover
14- tag : 0.1.2
14+ tag : 0.1.3
1515
1616# -- imagePullSecrets to apply to all ServiceAccounts for pulling images from
1717# private registries
You can’t perform that action at this time.
0 commit comments