Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/en/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ and make Flux watch for changes in ConfigMaps and Secrets referenced in Kustomiz
- [ ] Promote the `ImageRepository` API to `v1`
- [ ] Promote the `ImagePolicy` API to `v1`
- [x] [Add support for Git sparse checkout](https://github.com/fluxcd/image-automation-controller/pull/920)
- [ ] [Support object-level workload identity auth for Azure DevOps](https://github.com/fluxcd/image-automation-controller/pull/951)

- **Kustomize integrations**
- [x] [Controller-level decryption for Age Keys](https://github.com/fluxcd/kustomize-controller/issues/1465)
Expand All @@ -148,9 +149,14 @@ and make Flux watch for changes in ConfigMaps and Secrets referenced in Kustomiz
- **Git integrations**
- [x] [Support mTLS for GitHub App transport in source-controller](https://github.com/fluxcd/source-controller/pull/1860)
- [ ] [Support mTLS for GitHub App transport in image-automation-controller](https://github.com/fluxcd/image-automation-controller/pull/780)
- [x] [Support object-level workload identity auth for Azure DevOps](https://github.com/fluxcd/source-controller/pull/1871)

- **Bucket integrations**
- [x] [Support object-level workload identity auth for Google Cloud Storage](https://github.com/fluxcd/source-controller/pull/1862)
- [ ] Support object-level workload identity auth for Azure Blob Storage

- **OCI integrations**
- [x] [Support workload identity auth for Azure private cloud](https://github.com/fluxcd/pkg/pull/1002)

- **Conformance testing**
- [ ] End-to-end testing for Kubernetes 1.34
Expand Down