Skip to content

Commit 1c76878

Browse files
authored
Merge pull request #1094 from fluxcd/ga-roadmap-update
Update GA Roadmap
2 parents d0645f1 + 3d4f4cf commit 1c76878

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

content/en/roadmap.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,37 +37,44 @@ The following GitOps Toolkit APIs are considered production ready:
3737
In our planning discussions we have identified these possible areas of work,
3838
this list is subject to change while we gather feedback:
3939

40-
- Stabilize the image automation APIs
40+
- **Stabilize the image automation APIs**
4141
- [x] Review the spec of `ImageRepository`, `ImagePolicy` and `ImageUpdateAutomation`
4242
- [x] Promote the image automation APIs to `v1beta1`
4343

44-
- Conformance testing
44+
- **Conformance testing**
4545
- [x] End-to-end testing for Flux bootstrap on AMD64 and ARM64 clusters
4646
- [x] End-to-end testing for Flux image automation
4747

48-
- Adopt Kubernetes server-side apply ([fluxcd/flux2#1889](https://github.com/fluxcd/flux2/issues/1889))
48+
- **Adopt Kubernetes server-side apply** ([fluxcd/flux2#1889](https://github.com/fluxcd/flux2/issues/1889))
4949
- [x] Replace `kubectl` usage in Flux CLI with server-side apply
5050
- [x] Rewrite the kustomize-controller reconciler using server-side apply
5151

52-
- Multi-tenancy lockdown
52+
- **Multi-tenancy lockdown**
5353
- [x] [Allow setting a default service account for impersonation](https://github.com/fluxcd/flux2/issues/2340)
5454
- [x] [Allow disabling cross-namespace references](https://github.com/fluxcd/flux2/issues/2337)
5555
- [x] [Document multi-tenancy lockdown configuration](docs/installation.md#multi-tenancy-lockdown)
5656

57-
- OCI Artifacts
58-
- [x] [RFC-0002](https://github.com/fluxcd/flux2/tree/main/rfcs/0002-helm-oci) Flux OCI support for Helm
59-
- [ ] [RFC](https://github.com/fluxcd/flux2/pull/2601) Flux OCI support for Kubernetes manifests
57+
- **OCI Artifacts**
58+
- [x] [RFC-0002](https://github.com/fluxcd/flux2/tree/main/rfcs/0002-helm-oci) Flux OCI support for Helm
59+
- [x] [RFC-0003](https://github.com/fluxcd/flux2/tree/main/rfcs/0003-kubernetes-oci) Flux OCI support for Kubernetes manifests
60+
- [x] [End-to-end testing for OIDC auth with AWS, Azure and Google Cloud container registries](hhttps://github.com/fluxcd/pkg/tree/main/oci/tests/integration)
61+
- [ ] [Verify OCI artifacts with cosign](https://github.com/fluxcd/source-controller/issues/863)
6062

61-
- API consolidation ([fluxcd/flux2#1601](https://github.com/fluxcd/flux2/issues/1601))
63+
- **API consolidation** ([fluxcd/flux2#1601](https://github.com/fluxcd/flux2/issues/1601))
6264
- [ ] Adopt Kubernetes [kstatus](https://github.com/kubernetes-sigs/cli-utils/tree/v0.25.0/pkg/kstatus#conditions) standard conditions
6365
- [ ] Standardize events and status conditions metadata
66+
- [ ] [Standardize the OpenAPI validation](https://github.com/fluxcd/flux2/issues/2993) for the `toolkit.fluxcd.io` CRDs
6467

65-
- Documentation improvements
68+
- **Git improvements** ([fluxcd/flux2#3039](https://github.com/fluxcd/flux2/issues/3039))
69+
- [ ] [Consolidate Git implementations](https://github.com/fluxcd/pkg/issues/245)
70+
- [ ] [End-to-end testing for Git protocols](https://github.com/fluxcd/pkg/issues/334)
71+
72+
- **Documentation improvements**
6673
- [x] Consolidate the docs under [fluxcd.io](https://fluxcd.io) website
6774
- [x] Gather feedback on the [migration guides](https://github.com/fluxcd/flux2/discussions/413) and address more use-cases
6875
- [x] Cloud specific guides (AWS, Azure, Google Cloud)
69-
- [ ] Incident management and troubleshooting guides
70-
- [ ] Developer guides for contributing to and extending Flux
76+
- [x] Incident management and troubleshooting guides
77+
- [ ] [Developer guides](https://github.com/fluxcd/flux2/issues/1602#issuecomment-1131951114) for contributing to and extending Flux
7178

7279
## Security enhancements
7380

0 commit comments

Comments
 (0)