Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for v0.2.6 #124

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
packages: write
env:
GH_ANNOTATION: true
CHART_VERSION: 1.0.2
CHART_VERSION: 1.0.3
jobs:
docker_build:
runs-on: ubuntu-20.04
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## v0.2.6

This release adds `imagePullSecrets` support, for pulling images from private
docker registries.

## v0.2.5

This release just bumps the Helm chart version, which we had missed in the
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd-smi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kubeVersion: ">=1.16.0-0"
name: linkerd-smi
sources:
- https://github.com/linkerd/linkerd-smi/
version: 1.0.2
version: 1.0.3
icon: https://linkerd.io/images/logo-only-200h.png
maintainers:
- name: Linkerd authors
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd-smi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Linkerd-SMI extension adds SMI adaptor to the Linkerd install

![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square)
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square)

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

Expand Down
Loading