Skip to content

Commit

Permalink
Release v0.1.2 (#691)
Browse files Browse the repository at this point in the history
- Dependencies bumps
- Replaced curlimages/curl docker image in the namespace-metadata Job with
  linkerd's extension-init image, to avoid all the OS luggage included in the
  former, which generates CVE alerts.

Should be merged after #690
  • Loading branch information
alpeb authored Sep 25, 2023
1 parent a3990c3 commit cebfa30
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.1.2

- Dependencies bumps
- Replaced curlimages/curl docker image in the namespace-metadata Job with
linkerd's extension-init image, to avoid all the OS luggage included in the
former, which generates CVE alerts.

## 0.1.1

- Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc
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.1
version: 0.1.1
appVersion: 0.1.2
version: 0.1.2
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.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-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.1
version: 0.1.1
appVersion: 0.1.2
version: 0.1.2
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.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-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.1"}` | Docker image |
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.2"}` | Docker image |
| linkerdNamespace | string | `"linkerd"` | Namespace of the Linkerd core control-plane install |
| logFormat | string | `"plain"` | Log format (`plain` or `json`) |
| logLevel | string | `"linkerd=info,warn"` | Log level |
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 @@ -11,7 +11,7 @@ logFormat: plain
image:
registry: cr.l5d.io/linkerd
name: failover
tag: 0.1.1
tag: 0.1.2

# -- 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 cebfa30

Please sign in to comment.