Skip to content

Commit 7c93070

Browse files
📖 Update roadmap for 2025 with new statuses and details (#5057)
Update roadmap for 2025 with new statuses and details Updated status of Comprehensive E2E Testing and provided additional details on the proposal for keeping users updated.
1 parent 9591997 commit 7c93070

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

roadmap/roadmap_2025.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and losing their existing customizations on top.
2525
- [GitHub Issue](https://github.com/kubernetes-sigs/kubebuilder/issues/2589)
2626
- [Pull Request](https://github.com/kubernetes-sigs/kubebuilder/pull/4254)
2727

28-
- **Comprehensive E2E Testing**: Expand end-to-end tests for conversion webhooks to validate not only CA injection but also the conversion process itself.
28+
- **Comprehensive E2E Testing**: ✅ Complete ([Example](https://github.com/kubernetes-sigs/kubebuilder/blob/v4.7.1/testdata/project-v4-with-plugins/test/e2e/e2e_test.go#L284-L296)) Expand end-to-end tests for conversion webhooks to validate not only CA injection but also the conversion process itself.
2929
- [GitHub Issue](https://github.com/kubernetes-sigs/kubebuilder/issues/4297)
3030

3131
- **E2E Test Scaffolding**: Improve the E2E test scaffolds under `test/e2e` to validate conversion behavior beyond CA injection for conversion webhooks.
@@ -82,8 +82,10 @@ Align tutorials and sample projects with best practices to improve quality and u
8282

8383
## Provide Solutions to Keep Users Updated with the Latest Changes
8484

85-
**Status:** Proposal in WIP
86-
[GitHub Proposal](https://github.com/kubernetes-sigs/kubebuilder/pull/4302)
85+
**Status:** (✅ feature complete from 4.8.0 )
86+
- Proposal: https://github.com/kubernetes-sigs/kubebuilder/blob/master/designs/update_action.md
87+
- `kubebuilder alpha update` command implemented. More info: https://book.kubebuilder.io/reference/commands/alpha_update
88+
- AutoUpdate Plugin implemented as v1-alpha. More info: https://book.kubebuilder.io/plugins/available/autoupdate-v1-alpha
8789

8890
### Context
8991
Kubebuilder currently offers a "Help to Upgrade" feature via the `kubebuilder alpha generate` command, but applying updates requires significant manual effort.

0 commit comments

Comments
 (0)