Skip to content

Commit

Permalink
0.0.9-edge (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb authored Jul 28, 2022
1 parent 61eea37 commit 722eace
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 19 deletions.
9 changes: 0 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changes

## 0.1.0

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

## 0.0.9-edge

- Added the linkerd failover CLI
Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover-tests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
kubeVersion: ">=1.20.0-0"
sources:
- https://github.com/linkerd/linkerd-failover/
appVersion: 0.1.0
version: 0.1.0
appVersion: 0.0.9-edge
version: 0.0.9-edge
icon: https://linkerd.io/images/logo-only-200h.png
maintainers:
- name: Linkerd authors
Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdownlint-disable -->
# linkerd-failover-tests

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
![Version: 0.0.9-edge](https://img.shields.io/badge/Version-0.0.9--edge-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![AppVersion: 0.0.9-edge](https://img.shields.io/badge/AppVersion-0.0.9--edge-informational?style=flat-square)

**Homepage:** <https://linkerd.io>

Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
kubeVersion: ">=1.20.0-0"
sources:
- https://github.com/linkerd/linkerd-failover/
appVersion: 0.1.0
version: 0.1.0
appVersion: 0.0.9-edge
version: 0.0.9-edge
icon: https://linkerd.io/images/logo-only-200h.png
maintainers:
- name: Linkerd authors
Expand Down
6 changes: 3 additions & 3 deletions charts/linkerd-failover/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdownlint-disable -->
# linkerd-failover

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
![Version: 0.0.9-edge](https://img.shields.io/badge/Version-0.0.9--edge-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![AppVersion: 0.0.9-edge](https://img.shields.io/badge/AppVersion-0.0.9--edge-informational?style=flat-square)

**Homepage:** <https://linkerd.io>

Expand Down Expand Up @@ -108,7 +108,7 @@ Kubernetes: `>=1.20.0-0`

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.0"}` | Docker image |
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.0.9-edge"}` | Docker image |
| logFormat | string | `"plain"` | Log format (`plain` or `json`) |
| logLevel | string | `"linkerd=info,warn"` | Log level |
| selector | string | `nil` | Determines which `TrafficSplit` instances to consider for failover. If empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }} |
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd-failover/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ logFormat: plain
image:
registry: cr.l5d.io/linkerd
name: failover
tag: 0.1.0
tag: 0.0.9-edge

# -- Determines which `TrafficSplit` instances to consider for failover. If
# empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }}
Expand Down

0 comments on commit 722eace

Please sign in to comment.