Skip to content

Commit

Permalink
Merge pull request #678 from fluxcd/release-v0.26.1
Browse files Browse the repository at this point in the history
Release v0.26.1
  • Loading branch information
stefanprodan authored Jun 8, 2022
2 parents 98ea573 + 32d0d06 commit 57a0a1f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project are documented in this file.

## 0.26.1

**Release date:** 2022-06-08

This prerelease comes with documentation improvements on how to generate
image pull secrets from SOPS encrypted `.dockerconfigjson` files.

In addition, the controller has been updated to Kubernetes v1.24.1.

Improvements:
- docs: Add example section and dockerconfigjson encryption
[#675](https://github.com/fluxcd/kustomize-controller/pull/675)
- Update dependencies
[#676](https://github.com/fluxcd/kustomize-controller/pull/676)
- Update fluxcd/pkg dependencies
[#677](https://github.com/fluxcd/kustomize-controller/pull/677)

## 0.26.0

**Release date:** 2022-06-01
Expand Down
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kustomize-system
resources:
- https://github.com/fluxcd/source-controller/releases/download/v0.25.3/source-controller.crds.yaml
- https://github.com/fluxcd/source-controller/releases/download/v0.25.3/source-controller.deployment.yaml
- https://github.com/fluxcd/source-controller/releases/download/v0.25.5/source-controller.crds.yaml
- https://github.com/fluxcd/source-controller/releases/download/v0.25.5/source-controller.deployment.yaml
- ../crd
- ../rbac
- ../manager
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.26.0
newTag: v0.26.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/drone/envsubst v1.0.3
github.com/fluxcd/kustomize-controller/api v0.26.0
github.com/fluxcd/kustomize-controller/api v0.26.1
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.4.2
github.com/fluxcd/pkg/apis/meta v0.14.2
Expand Down

0 comments on commit 57a0a1f

Please sign in to comment.