Skip to content

Commit d7afc35

Browse files
authored
Merge pull request #418 from fluxcd/release-v0.15.4
Release v0.15.4
2 parents c30b940 + fd1b3ce commit d7afc35

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.15.4
6+
7+
**Release date:** 2021-08-05
8+
9+
This prerelease comes with a series of bug fixes, and updates the Kubernetes
10+
dependencies to `v1.21.3` and Helm to `v3.6.3`.
11+
12+
Fixes:
13+
* Fix tag checkout with libgit2
14+
[#394](https://github.com/fluxcd/source-controller/pull/394)
15+
* Take relative paths in account for Bucket revision
16+
[#403](https://github.com/fluxcd/source-controller/pull/403)
17+
* Ensure rel path never traverses outside Storage
18+
[#417](https://github.com/fluxcd/source-controller/pull/417)
19+
* Use same SemVer logic in both Git implementations
20+
[#417](https://github.com/fluxcd/source-controller/pull/417)
21+
* storage: strip env specific data during archive
22+
[#417](https://github.com/fluxcd/source-controller/pull/417)
23+
24+
Improvements:
25+
* e2e: Update Kubernetes to v1.21
26+
[#396](https://github.com/fluxcd/source-controller/pull/396)
27+
* Update Helm to v3.6.3
28+
[#400](https://github.com/fluxcd/source-controller/pull/400)
29+
* Add setup-envtest in Makefile
30+
[#404](https://github.com/fluxcd/source-controller/pull/404)
31+
* Use ObjectKeyFromObject instead of ObjectKey
32+
[#405](https://github.com/fluxcd/source-controller/pull/405)
33+
* Drop deprecated `io/ioutil`
34+
[#409](https://github.com/fluxcd/source-controller/pull/409)
35+
* Update dependencies
36+
[#416](https://github.com/fluxcd/source-controller/pull/416)
37+
538
## 0.15.3
639

740
**Release date:** 2021-06-29

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.15.3
9+
newTag: v0.15.4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/fluxcd/pkg/ssh v0.1.0
1717
github.com/fluxcd/pkg/untar v0.1.0
1818
github.com/fluxcd/pkg/version v0.1.0
19-
github.com/fluxcd/source-controller/api v0.15.3
19+
github.com/fluxcd/source-controller/api v0.15.4
2020
github.com/go-git/go-billy/v5 v5.3.1
2121
github.com/go-git/go-git/v5 v5.4.2
2222
github.com/go-logr/logr v0.4.0

0 commit comments

Comments
 (0)