File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.26.1
6
+
7
+ ** Release date:** 2022-08-11
8
+
9
+ This prerelease comes with panic recovery, to protect the controller from crashing
10
+ when reconciliations lead to a crash. It also adds OCI documentation and improvements
11
+ to the controllers CI pipeline.
12
+
13
+ Improvements:
14
+ - Enable panic recovery
15
+ [ #859 ] ( https://github.com/fluxcd/source-controller/pull/859 )
16
+ - build: Ignore CI workflows for markdown files
17
+ [ #858 ] ( https://github.com/fluxcd/source-controller/pull/858 )
18
+ - oci: Document Auto-Login usage in SC
19
+ [ #860 ] ( https://github.com/fluxcd/source-controller/pull/860 )
20
+
5
21
## 0.26.0
6
22
7
23
** Release date:** 2022-08-08
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.26.0
9
+ newTag : v0.26.1
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
43
43
github.com/fluxcd/pkg/testserver v0.2.0
44
44
github.com/fluxcd/pkg/untar v0.1.0
45
45
github.com/fluxcd/pkg/version v0.1.0
46
- github.com/fluxcd/source-controller/api v0.26.0
46
+ github.com/fluxcd/source-controller/api v0.26.1
47
47
github.com/go-git/go-billy/v5 v5.3.1
48
48
github.com/go-git/go-git/v5 v5.4.2
49
49
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments