Skip to content

Commit a58b357

Browse files
committed
Release v0.5.0
Signed-off-by: Hidde Beydals <[email protected]>
1 parent b35b9e3 commit a58b357

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
**Release date:** 2021-02-12
6+
7+
Alpine has been updated to `3.13`, making it possible to move away from `edge`
8+
for `libgit2` and `musl` dependencies.
9+
10+
`pprof` endpoints have been enabled on the metrics server, making it easier to
11+
collect runtime information to for example debug performance issues.
12+
13+
A bug has been fixed that caused SSH authentication for the `libgit2` Git
14+
implementation to fail.
15+
16+
Improvements:
17+
* Enable pprof endpoints on metrics server
18+
[#104](https://github.com/fluxcd/image-automation-controller/pull/104)
19+
* Update Alpine to v3.13
20+
[#105](https://github.com/fluxcd/image-automation-controller/pull/105)
21+
* Use musl and libgit2 packages from v3.13 branch
22+
[#107](https://github.com/fluxcd/image-automation-controller/pull/107)
23+
* Update kyaml to v0.10.9
24+
[#108](https://github.com/fluxcd/image-automation-controller/pull/108)
25+
26+
Fixes:
27+
* Test git over SSH too, and correct hard-wired implementation causing
28+
SSH/libgit2 problems
29+
[#109](https://github.com/fluxcd/image-automation-controller/pull/109)
30+
331
## 0.4.0
432

533
**Release date:** 2021-01-22

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.4.0
8+
newTag: v0.5.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
88
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
99

1010
require (
11-
github.com/fluxcd/image-automation-controller/api v0.4.0
12-
github.com/fluxcd/image-reflector-controller/api v0.4.0
11+
github.com/fluxcd/image-automation-controller/api v0.5.0
12+
github.com/fluxcd/image-reflector-controller/api v0.6.0
1313
github.com/fluxcd/pkg/apis/meta v0.8.0
1414
github.com/fluxcd/pkg/gittestserver v0.2.1
1515
github.com/fluxcd/pkg/runtime v0.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZM
302302
github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc=
303303
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
304304
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
305-
github.com/fluxcd/image-reflector-controller/api v0.4.0 h1:/7mxmTsjmwmzTchWG06FaTki4hbN4qrVXdT5l/Yio5A=
306-
github.com/fluxcd/image-reflector-controller/api v0.4.0/go.mod h1:MS3mGjZLnzZsfSqVLGbp0WNJr/k8XRFpw4G6ApLFTbc=
305+
github.com/fluxcd/image-reflector-controller/api v0.6.0 h1:M62HPqw2UvFRVNKy0EMtNUJC9BJ6HC3VULnV0gnqlpg=
306+
github.com/fluxcd/image-reflector-controller/api v0.6.0/go.mod h1:MS3mGjZLnzZsfSqVLGbp0WNJr/k8XRFpw4G6ApLFTbc=
307307
github.com/fluxcd/pkg/apis/meta v0.7.0/go.mod h1:yHuY8kyGHYz22I0jQzqMMGCcHViuzC/WPdo9Gisk8Po=
308308
github.com/fluxcd/pkg/apis/meta v0.8.0 h1:wqWpUsxhKHB1ZztcvOz+vnyhdKW9cWmjFp8Vci/XOdk=
309309
github.com/fluxcd/pkg/apis/meta v0.8.0/go.mod h1:yHuY8kyGHYz22I0jQzqMMGCcHViuzC/WPdo9Gisk8Po=

0 commit comments

Comments
 (0)