Skip to content

Commit d0d2c0e

Browse files
authored
Merge pull request #379 from fluxcd/release-v0.14.0
Release v0.14.0
2 parents 7f67fb7 + ffd0181 commit d0d2c0e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

99
This prerelease comes with an update to the Kubernetes and controller-runtime
1010
dependencies to align them with the Kubernetes 1.21 release, including an update
1111
of 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+
1317
Improvements:
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

1723
Fixes:
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

0 commit comments

Comments
 (0)