mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 10:33:16 -05:00
* consolidate deserializers * key value list doc * use string list deserializers for all entity Vec<String> * add additional env files support * plumbing for Action resource * js client readme indentation * regen lock * add action UI * action backend * start on action frontend * update lock * get up to speed * get action started * clean up default action file * seems to work * toml export include action * action works * action works part 2 * bump rust version to 1.82.0 * copy deno bin from bin image * action use local dir * update not having changes doesn't return error * format with prettier * support yaml formatting with prettier * variable no change is Ok
1.1 KiB
1.1 KiB
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: Support "Swarm" resource - Manage docker swarms, attach Deployments / Stacks to "Swarm".
- v1.18+: 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.