File tree Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.12.2
6+
7+ ** Release date:** 2021-06-02
8+
9+ This prerelease comes with support for decrypting any file format used with
10+ [ Kustomize ` secretGenerator ` ] ( https://github.com/fluxcd/kustomize-controller/blob/v0.12.2/docs/spec/v1beta1/kustomization.md#kustomize-secretgenerator ) .
11+
12+ Improvements:
13+ * Support decrypting any file format in secret generator
14+ [ #353 ] ( https://github.com/fluxcd/kustomize-controller/pull/353 )
15+
516## 0.12.1
617
718** Release date:** 2021-05-26
Original file line number Diff line number Diff line change 22IMG ?= fluxcd/kustomize-controller:latest
33# Produce CRDs that work back to Kubernetes 1.16
44CRD_OPTIONS ?= crd:crdVersions=v1
5- SOURCE_VER ?= v0.13.0
5+ SOURCE_VER ?= v0.13.2
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : kustomize-system
44resources :
5- - https://github.com/fluxcd/source-controller/releases/download/v0.13.0 /source-controller.crds.yaml
6- - https://github.com/fluxcd/source-controller/releases/download/v0.13.0 /source-controller.deployment.yaml
5+ - https://github.com/fluxcd/source-controller/releases/download/v0.13.2 /source-controller.crds.yaml
6+ - https://github.com/fluxcd/source-controller/releases/download/v0.13.2 /source-controller.deployment.yaml
77- ../crd
88- ../rbac
99- ../manager
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.12.1
8+ newTag : v0.12.2
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ require (
99 github.com/Microsoft/go-winio v0.4.16 // indirect
1010 github.com/cyphar/filepath-securejoin v0.2.2
1111 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
12- github.com/fluxcd/kustomize-controller/api v0.12.1
12+ github.com/fluxcd/kustomize-controller/api v0.12.2
1313 github.com/fluxcd/pkg/apis/kustomize v0.0.1
1414 github.com/fluxcd/pkg/apis/meta v0.9.0
1515 github.com/fluxcd/pkg/runtime v0.11.0
1616 github.com/fluxcd/pkg/testserver v0.0.2
1717 github.com/fluxcd/pkg/untar v0.0.5
18- github.com/fluxcd/source-controller/api v0.13.0
18+ github.com/fluxcd/source-controller/api v0.13.2
1919 github.com/go-logr/logr v0.3.0
2020 github.com/hashicorp/go-retryablehttp v0.6.8
2121 github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ github.com/fluxcd/pkg/testserver v0.0.2 h1:SoaMtO9cE5p/wl2zkGudzflnEHd9mk68CGjZO
204204github.com/fluxcd/pkg/testserver v0.0.2 /go.mod h1:pgUZTh9aQ44FSTQo+5NFlh7YMbUfdz1B80DalW7k96Y =
205205github.com/fluxcd/pkg/untar v0.0.5 h1:UGI3Ch1UIEIaqQvMicmImL1s9npQa64DJ/ozqHKB7gk =
206206github.com/fluxcd/pkg/untar v0.0.5 /go.mod h1:O6V9+rtl8c1mHBafgqFlJN6zkF1HS5SSYn7RpQJ/nfw =
207- github.com/fluxcd/source-controller/api v0.13.0 h1:p7SWHPpxco1EsGu2jnF0aCZcQcl4IYQzjcXf4K5GpcY =
208- github.com/fluxcd/source-controller/api v0.13.0 /go.mod h1:+EPyhxC7Y+hUnq7EwAkkLtfbwCxJxF5yfmiyzDk43KY =
207+ github.com/fluxcd/source-controller/api v0.13.2 h1:LdWeapRXal3FmxTKEMh6wshg7u8Z3V3IDiB8TOPwM9o =
208+ github.com/fluxcd/source-controller/api v0.13.2 /go.mod h1:+EPyhxC7Y+hUnq7EwAkkLtfbwCxJxF5yfmiyzDk43KY =
209209github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk =
210210github.com/form3tech-oss/jwt-go v3.2.2+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
211211github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
You can’t perform that action at this time.
0 commit comments