Skip to content

Commit

Permalink
v0.1.1 release (#675)
Browse files Browse the repository at this point in the history
## 0.1.1

- Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc
  and openssl
- Build CLI and controller as static binaries
- The controller docker image is now based on `scratch`
- Added RBAC to allow publishing events associated to the TrafficSplit resource
  • Loading branch information
alpeb authored May 31, 2023
1 parent 87b0edb commit 86980f5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## 0.1.1

- Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc
and openssl
- Build CLI and controller as static binaries
- The controller docker image is now based on `scratch`
- Added RBAC to allow publishing events associated to the TrafficSplit resource

## 0.1.0

Even though 0.0.1-edge was stable enough, this is officially the first stable
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.1.1
version: 0.1.1
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.1.1](https://img.shields.io/badge/Version-0.1.1-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.1.1](https://img.shields.io/badge/AppVersion-0.1.1-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.1.1
version: 0.1.1
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.1.1](https://img.shields.io/badge/Version-0.1.1-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.1.1](https://img.shields.io/badge/AppVersion-0.1.1-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.1.1"}` | 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.1.1

# -- 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 86980f5

Please sign in to comment.