Skip to content

Commit

Permalink
Merge pull request #697 from pjbgf/release-v0.26.3
Browse files Browse the repository at this point in the history
Release v0.26.3
  • Loading branch information
Paulo Gomes authored Jul 13, 2022
2 parents 1c661ad + f3a08b1 commit 71802c6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 0.26.3

**Release date:** 2022-07-13

This prerelease adds a retry mechanism for "not found" errors when
downloading artifacts and recovers from SOPS store panics.
Some dependencies have also been updated to patch upstream CVEs.

Fixes:
- decryptor: recover from SOPS store panic
[#691](https://github.com/fluxcd/kustomize-controller/pull/691)

Improvements:
- Retry downloading artifacts on not found errors
[#689](https://github.com/fluxcd/kustomize-controller/pull/689)
- Update dependencies
[#692](https://github.com/fluxcd/kustomize-controller/pull/692)
[#696](https://github.com/fluxcd/kustomize-controller/pull/696)
- build: Upgrade to Go 1.18
[#694](https://github.com/fluxcd/kustomize-controller/pull/694)

## 0.26.2

**Release date:** 2022-06-29
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.2
newTag: v0.26.3
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.2
github.com/fluxcd/kustomize-controller/api v0.26.3
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 71802c6

Please sign in to comment.