Skip to content

Commit

Permalink
Merge pull request #705 from fluxcd/release-v0.27.0
Browse files Browse the repository at this point in the history
Release v0.27.0
  • Loading branch information
stefanprodan authored Aug 8, 2022
2 parents 74a260f + 0851cae commit b965178
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 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.27.0

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

This prerelease comes with support for the `OCIRepository` source type.

In addition, the controller has been updated to Kubernetes v1.24.3
and Kustomize v4.5.7.

Features:
- Add support for OCIRepository sources
[#684](https://github.com/fluxcd/kustomize-controller/pull/684)

Improvements:
- Update dependencies
[#704](https://github.com/fluxcd/kustomize-controller/pull/704)

## 0.26.3

**Release date:** 2022-07-13
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.3
newTag: v0.27.0
4 changes: 2 additions & 2 deletions 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.3
github.com/fluxcd/kustomize-controller/api v0.27.0
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 Expand Up @@ -50,7 +50,7 @@ require (
sigs.k8s.io/yaml v1.3.0
)

// Pin kustomize to v4.5.6
// Pin kustomize to v4.5.7
replace (
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9
Expand Down

0 comments on commit b965178

Please sign in to comment.