File tree Expand file tree Collapse file tree 6 files changed +22
-8
lines changed Expand file tree Collapse file tree 6 files changed +22
-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.13.1
6+
7+ ** Release date:** 2021-06-30
8+
9+ This prerelease comes with kubectl v1.21.1.
10+
11+ Improvements:
12+ * Update kubectl to v1.21.1
13+ [ #381 ] ( https://github.com/fluxcd/kustomize-controller/pull/381 )
14+ * e2e: Update Kubernetes to v1.21.1
15+ [ #380 ] ( https://github.com/fluxcd/kustomize-controller/pull/380 )
16+ * Improve test coverage of the ` dependsOn ` feature
17+ [ #380 ] ( https://github.com/fluxcd/kustomize-controller/pull/380 )
18+
519## 0.13.0
620
721** Release date:** 2021-06-14
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.14.0
5+ SOURCE_VER ?= v0.15.3
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.14.0 /source-controller.crds.yaml
6- - https://github.com/fluxcd/source-controller/releases/download/v0.14.0 /source-controller.deployment.yaml
5+ - https://github.com/fluxcd/source-controller/releases/download/v0.15.3 /source-controller.crds.yaml
6+ - https://github.com/fluxcd/source-controller/releases/download/v0.15.3 /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.13.0
8+ newTag : v0.13.1
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ require (
88 filippo.io/age v1.0.0-beta7
99 github.com/cyphar/filepath-securejoin v0.2.2
1010 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
11- github.com/fluxcd/kustomize-controller/api v0.13.0
11+ github.com/fluxcd/kustomize-controller/api v0.13.1
1212 github.com/fluxcd/pkg/apis/kustomize v0.2.0
1313 github.com/fluxcd/pkg/apis/meta v0.10.0
1414 github.com/fluxcd/pkg/runtime v0.12.0
1515 github.com/fluxcd/pkg/testserver v0.1.0
1616 github.com/fluxcd/pkg/untar v0.1.0
17- github.com/fluxcd/source-controller/api v0.14.0
17+ github.com/fluxcd/source-controller/api v0.15.3
1818 github.com/go-logr/logr v0.4.0
1919 github.com/hashicorp/go-retryablehttp v0.6.8
2020 github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ github.com/fluxcd/pkg/testserver v0.1.0 h1:nOYgM1HYFZNNSUFykuWDmrsxj4jQxUCvmLHWO
193193github.com/fluxcd/pkg/testserver v0.1.0 /go.mod h1:fvt8BHhXw6c1+CLw1QFZxcQprlcXzsrL4rzXaiGM+Iw =
194194github.com/fluxcd/pkg/untar v0.1.0 h1:k97V/xV5hFrAkIkVPuv5AVhyxh1ZzzAKba/lbDfGo6o =
195195github.com/fluxcd/pkg/untar v0.1.0 /go.mod h1:aGswNyzB1mlz/T/kpOS58mITBMxMKc9tlJBH037A2HY =
196- github.com/fluxcd/source-controller/api v0.14.0 h1:BiRhSF13RAcDzAi9k/HzOgzdobcDhEATYINr7Dn+wiE =
197- github.com/fluxcd/source-controller/api v0.14.0 /go.mod h1:P1pIkaoIsiCJ/NLC7IBXPb9XEime9NvA1WN4hZu2Of4 =
196+ github.com/fluxcd/source-controller/api v0.15.3 h1:xJodSIQr/pAlUhVsmaiPNLV+tabSYLjr+93remjI3WI =
197+ github.com/fluxcd/source-controller/api v0.15.3 /go.mod h1:P1pIkaoIsiCJ/NLC7IBXPb9XEime9NvA1WN4hZu2Of4 =
198198github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk =
199199github.com/form3tech-oss/jwt-go v3.2.2+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
200200github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db /go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4 =
You can’t perform that action at this time.
0 commit comments