File tree Expand file tree Collapse file tree 6 files changed +27
-8
lines changed Expand file tree Collapse file tree 6 files changed +27
-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.10.0
6+
7+ ** Release date:** 2021-03-26
8+
9+ This is the tenth MINOR prerelease.
10+
11+ This prerelease comes with a breaking change to the leader election ID
12+ from ` 305740c0.fluxcd.io ` to ` source-controller-leader-election `
13+ to be more descriptive. This change should not have an impact on most
14+ installations, as the default replica count is ` 1 ` . If you are running
15+ a setup with multiple replicas, it is however advised to scale down
16+ before upgrading.
17+
18+ Improvements:
19+ * Set leader election deadline to 30s
20+ [ #303 ] ( https://github.com/fluxcd/kustomize-controller/pull/303 )
21+ * Update SOPS to v3.7.0
22+ [ #304 ] ( https://github.com/fluxcd/kustomize-controller/pull/304 )
23+
524## 0.9.3
625
726** Release date:** 2021-03-17
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.9.1
5+ SOURCE_VER ?= v0.10.0
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.9.1 /source-controller.crds.yaml
6- - https://github.com/fluxcd/source-controller/releases/download/v0.9.1 /source-controller.deployment.yaml
5+ - https://github.com/fluxcd/source-controller/releases/download/v0.10.0 /source-controller.crds.yaml
6+ - https://github.com/fluxcd/source-controller/releases/download/v0.10.0 /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.9.3
8+ newTag : v0.10.0
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
77require (
88 github.com/cyphar/filepath-securejoin v0.2.2
99 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
10- github.com/fluxcd/kustomize-controller/api v0.9.3
10+ github.com/fluxcd/kustomize-controller/api v0.10.0
1111 github.com/fluxcd/pkg/apis/kustomize v0.0.1
1212 github.com/fluxcd/pkg/apis/meta v0.8.0
1313 github.com/fluxcd/pkg/runtime v0.10.1
1414 github.com/fluxcd/pkg/testserver v0.0.2
1515 github.com/fluxcd/pkg/untar v0.0.5
16- github.com/fluxcd/source-controller/api v0.9.1
16+ github.com/fluxcd/source-controller/api v0.10.0
1717 github.com/go-logr/logr v0.3.0
1818 github.com/hashicorp/go-retryablehttp v0.6.8
1919 github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ github.com/fluxcd/pkg/testserver v0.0.2 h1:SoaMtO9cE5p/wl2zkGudzflnEHd9mk68CGjZO
206206github.com/fluxcd/pkg/testserver v0.0.2 /go.mod h1:pgUZTh9aQ44FSTQo+5NFlh7YMbUfdz1B80DalW7k96Y =
207207github.com/fluxcd/pkg/untar v0.0.5 h1:UGI3Ch1UIEIaqQvMicmImL1s9npQa64DJ/ozqHKB7gk =
208208github.com/fluxcd/pkg/untar v0.0.5 /go.mod h1:O6V9+rtl8c1mHBafgqFlJN6zkF1HS5SSYn7RpQJ/nfw =
209- github.com/fluxcd/source-controller/api v0.9.1 h1:kaL+tBflccsuj3NDESPPQyKXlZXlAgyNoT2nYY02JAE =
210- github.com/fluxcd/source-controller/api v0.9.1 /go.mod h1:Vuw+7UqEUUOdkKBfTUPHwaQgbn6LL2FwqPDx2UAk7NE =
209+ github.com/fluxcd/source-controller/api v0.10.0 h1:Mu4cAXtZ7yq/rIrab81q1jbbhWwUxxAZ2R5bZ1m8AxE =
210+ github.com/fluxcd/source-controller/api v0.10.0 /go.mod h1:Vuw+7UqEUUOdkKBfTUPHwaQgbn6LL2FwqPDx2UAk7NE =
211211github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk =
212212github.com/form3tech-oss/jwt-go v3.2.2+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
213213github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
You can’t perform that action at this time.
0 commit comments