Skip to content

Commit f15d9c3

Browse files
authored
Merge pull request #857 from fluxcd/release-v0.26.0
Release v0.26.0
2 parents 6c215e9 + f648910 commit f15d9c3

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

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

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+
539
## 0.25.11
640

741
**Release date:** 2022-07-27

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.25.11
9+
newTag: v0.26.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/fluxcd/pkg/testserver v0.2.0
4444
github.com/fluxcd/pkg/untar v0.1.0
4545
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
4747
github.com/go-git/go-billy/v5 v5.3.1
4848
github.com/go-git/go-git/v5 v5.4.2
4949
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)