Skip to content

Commit

Permalink
Changes for v0.2.6 (#124)
Browse files Browse the repository at this point in the history
This release adds `imagePullSecrets` support, for pulling images from private
docker registries.
  • Loading branch information
alpeb authored Oct 19, 2023
1 parent dbd9ccb commit c174f50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit c174f50

Please sign in to comment.