Skip to content

Commit f64ef67

Browse files
authored
Merge pull request #88 from fluxcd/release-v0.3.0
Release v0.3.0
2 parents 30d3ef7 + cd7c843 commit f64ef67

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
**Release date:** 2021-01-15
6+
7+
This prerelease adds support for the `libgit2` implementation,
8+
making it possible to push changes to Git servers that require
9+
support for the v2 protocol, like Azure DevOps.
10+
11+
The container image for ARMv7 and ARM64 that used to be published
12+
separately as `image-automation-controller:*-arm64` has been merged
13+
with the AMD64 image.
14+
15+
Improvements:
16+
* Update to kyaml 0.10.5
17+
[#87](https://github.com/fluxcd/kustomize-controller/pull/87)
18+
* Upgrade controller-runtime to v0.7.0
19+
[#84](https://github.com/fluxcd/kustomize-controller/pull/84)
20+
* Libgit2 support
21+
[#82](https://github.com/fluxcd/kustomize-controller/pull/82)
22+
* Publish as single multi-arch Docker image
23+
[#80](https://github.com/fluxcd/kustomize-controller/pull/80)
24+
325
## 0.2.0
426

527
**Release date:** 2021-01-06

config/manager/kustomization.yaml

+1-1
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.2.0
8+
newTag: v0.3.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.2.0
11+
github.com/fluxcd/image-automation-controller/api v0.3.0
1212
github.com/fluxcd/image-reflector-controller/api v0.2.0
1313
github.com/fluxcd/pkg/apis/meta v0.5.0
1414
github.com/fluxcd/pkg/gittestserver v0.1.0

0 commit comments

Comments
 (0)