File tree 3 files changed +36
-2
lines changed
3 files changed +36
-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.0
6
+
7
+ ** Release date:** 2022-08-08
8
+
9
+ This prerelease comes with a new API kind named ` OCIRepository ` ,
10
+ for fetching OCI artifacts from container registries as defined in
11
+ [ RFC-0003 Flux OCI support for Kubernetes manifests] ( https://github.com/fluxcd/flux2/tree/main/rfcs/0003-kubernetes-oci ) .
12
+ Please see the
13
+ [ OCIRepository API documentation] ( https://github.com/fluxcd/source-controller/blob/api/v0.26.0/docs/spec/v1beta2/ocirepositories.md )
14
+ for more details.
15
+
16
+ In addition, Helm charts stored in Git can now have dependencies to
17
+ other charts stored as OCI artifacts in container registries.
18
+
19
+ Features:
20
+ - Implement OCIRepository reconciliation
21
+ [ #788 ] ( https://github.com/fluxcd/source-controller/pull/788 )
22
+
23
+ Improvements:
24
+ - Enable Umbrella Chart with dependencies from OCI repositories
25
+ [ #770 ] ( https://github.com/fluxcd/source-controller/pull/770 )
26
+ - Allow for charts from OCI registries to specify a chart path
27
+ [ #856 ] ( https://github.com/fluxcd/source-controller/pull/856 )
28
+ - Remove MUSL and enable threadless libgit2 support
29
+ [ #853 ] ( https://github.com/fluxcd/source-controller/pull/853 )
30
+ - Upgrade to Go 1.18
31
+ [ #816 ] ( https://github.com/fluxcd/source-controller/pull/816 )
32
+ - Update Azure Go SDK to v1.1.0
33
+ [ #786 ] ( https://github.com/fluxcd/source-controller/pull/786 )
34
+
35
+ Fixes:
36
+ - fix(openapi): full regex for url to prevent error
37
+ [ #838 ] ( https://github.com/fluxcd/source-controller/pull/838 )
38
+
5
39
## 0.25.11
6
40
7
41
** Release date:** 2022-07-27
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.25.11
9
+ newTag : v0.26.0
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.25.11
46
+ github.com/fluxcd/source-controller/api v0.26.0
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