File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,29 @@ All notable changes to this project are documented in this file.
44
55## 0.14.0
66
7- ** Release date:** 2021-06-08
7+ ** Release date:** 2021-06-09
88
99This prerelease comes with an update to the Kubernetes and controller-runtime
1010dependencies to align them with the Kubernetes 1.21 release, including an update
1111of Helm to ` v3.6.0 ` .
1212
13+ After a failed ARMv7 build during the initial release attempt of this version,
14+ ` binutils-gold ` has been introduced to the ` builder ` image [ to allow ` gccgo ` to
15+ build using the] ( https://golang.org/doc/install/gccgo#Gold ) .
16+
1317Improvements:
1418* Update K8s, controller-runtime and fluxcd/pkg deps
1519 [ #374 ] ( https://github.com/fluxcd/source-controller/pull/374 )
20+ * Add nightly builds workflow
21+ [ #376 ] ( https://github.com/fluxcd/source-controller/pull/376 )
1622
1723Fixes:
1824* Reinstate Git cloning timeout
1925 [ #372 ] ( https://github.com/fluxcd/source-controller/pull/372 )
26+ * Use ` binutils-gold ` in builder image
27+ [ #377 ] ( https://github.com/fluxcd/source-controller/pull/377 )
28+ * Use ` github.repository ` property for image name
29+ [ #378 ] ( https://github.com/fluxcd/source-controller/pull/378 )
2030
2131## 0.13.2
2232
You can’t perform that action at this time.
0 commit comments