mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
* ensure sync state cache is refreshed on sync create / copy * clean up resources post_create * show sidebar if element length > 1 * update `run_komodo_command` command * rename all resources * refresh repo cache after clone / pull * improve rename repo log
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
# Roadmap
|
|
|
|
In order to clarify the goals and invite community participation in the direction of the project, this document will serve as a roadmap for upcoming features / releases.
|
|
|
|
If you have an idea for Komodo, feel free to open an issue beginning with the `[Request]` tag. The community is also encouraged to open PRs fulfilling the goals of any planned release.
|
|
|
|
## Release plans
|
|
|
|
- **v1.12**: Support any git provider / docker registry (supports self-hosted providers like Gitea) ✅
|
|
- **v1.13**: Support "Compose" resource - Paste in a docker compose file and manage it like a Portainer "Stack" ✅
|
|
- **v1.14**: Manage docker networks, images, volumes in the UI ✅
|
|
- **v1.15**: Support generic OIDC providers (including self-hosted) ✅
|
|
- **v1.16**: "Action" resource: Run requests on the Komodo API using snippets of typescript.
|
|
- **v1.17**: Procedure Schedules: Run procedures at scheduled times, like CRON job.
|
|
- **v1.18**: Support "Swarm" resource - Manage docker swarms, attach Deployments / Stacks to "Swarm".
|
|
- **v1.19+**: Support "Cluster" resource - Manage Kubernetes cluster, can attach deployments to "Cluster" (in addition to existing "Server")
|
|
|
|
**Note. The specific versions associated with these features are not final.** |