Go to file
Ayush Kumar 743fcc6efc
CodeQL / Analyze (go) (push) Waiting to run Details
Definition-Lint / definition-doc (push) Waiting to run Details
E2E MultiCluster Test / detect-noop (push) Waiting to run Details
E2E MultiCluster Test / e2e-multi-cluster-tests (v1.31.9) (push) Blocked by required conditions Details
E2E Test / detect-noop (push) Waiting to run Details
E2E Test / e2e-tests (v1.31) (push) Blocked by required conditions Details
Go / detect-noop (push) Waiting to run Details
Go / staticcheck (push) Blocked by required conditions Details
Go / lint (push) Blocked by required conditions Details
Go / check-diff (push) Blocked by required conditions Details
Go / check-windows (push) Blocked by required conditions Details
Go / check-core-image-build (push) Blocked by required conditions Details
Go / check-cli-image-build (push) Blocked by required conditions Details
license / Check for unapproved licenses (push) Waiting to run Details
Registry / Build and Push Vela Images (push) Waiting to run Details
Registry / Generate and Push Provenance to GCHR (${{ needs.publish-vela-images.outputs.vela_cli_digest }}, ${{ needs.publish-vela-images.outputs.vela_cli_image }}, Vela CLI Image) (push) Blocked by required conditions Details
Registry / Generate and Push Provenance to GCHR (${{ needs.publish-vela-images.outputs.vela_core_digest }}, ${{ needs.publish-vela-images.outputs.vela_core_image }}, Vela Core Image) (push) Blocked by required conditions Details
Registry / Generate and Push Provenance to DockerHub (${{ needs.publish-vela-images.outputs.vela_cli_digest }}, ${{ needs.publish-vela-images.outputs.vela_cli_dockerhub_image }}, Vela CLI Image) (push) Blocked by required conditions Details
Registry / Generate and Push Provenance to DockerHub (${{ needs.publish-vela-images.outputs.vela_core_digest }}, ${{ needs.publish-vela-images.outputs.vela_core_dockerhub_image }}, Vela Core Image) (push) Blocked by required conditions Details
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run Details
Unit-Test / detect-noop (push) Waiting to run Details
Unit-Test / unit-tests (push) Blocked by required conditions Details
Webhook Upgrade Validation / webhook-upgrade-check (push) Waiting to run Details
Chore: update homebrew bump action (#6939)
* Fix: update Homebrew formula action to latest version

Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com>

* Fix: update Homebrew formula action reference to correct version

Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com>

* fix: remove redundant Homebrew bump action

- Fixes: https://github.com/kubevela/kubevela/actions/runs/18149681613/job/51659048948
- The kubevela formula in homebrew/core is already configured for automatic updates via BrewTestBot.
- BrewTestBot runs every ~3 hours after a new release to automatically open version bump PRs.
- The manual bump step (dawidd6/action-homebrew-bump-formula) was redundant and caused workflow failures:
  'Error: Whoops, the kubevela formula has its version update pull requests automatically opened by BrewTestBot every ~3 hours!'
- Removed the manual bump action to prevent conflicts and rely solely on BrewTestBot for formula updates https://github.com/Homebrew/homebrew-core/blob/master/Formula/k/kubevela.rb.

Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com>

---------

Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com>
2025-10-06 11:59:00 -07:00
.github Chore: update homebrew bump action (#6939) 2025-10-06 11:59:00 -07:00
.license add license checker into CI (#1182) 2021-03-12 00:34:51 -08:00
CHANGELOG fix typo mistake (#4186) 2022-06-15 19:05:08 +08:00
apis Feature: Validate Definition Permissions on App Creation (#6876) 2025-09-03 05:53:56 +08:00
charts/vela-core Feat(logging): Add colorized logging support for local development with dev-logs option to enable during development (#6931) 2025-09-30 09:32:16 -07:00
cmd Feat(logging): Add colorized logging support for local development with dev-logs option to enable during development (#6931) 2025-09-30 09:32:16 -07:00
config/crd Feat: support chart value to disable conversation on application crd (#3890) 2022-05-21 22:57:38 +08:00
contribute Chore: trim updated docs, make the source clean (#3946) 2022-05-22 15:13:41 +08:00
design Feat: Semantic versioning support for Definitions (#6648) 2025-02-03 11:09:28 +08:00
docs Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
e2e Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
hack Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
makefiles Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
pkg Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
references Fix(references/appfile): Fix namespace check and Terraform output parsing (#6915) 2025-10-06 11:57:37 -07:00
test Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
vela-templates Fix: Address Wrong `Storage` trait for hostPath volumes #6811 (#6812) 2025-09-03 05:59:44 +08:00
version Chore: swtich between old and new registry in vela install (#6173) 2023-07-04 12:15:30 +08:00
.gitignore Feat: webhook reject unknown cr outputs (#6932) 2025-09-30 09:30:53 -07:00
.golangci.yml Chore: update go and golangci version (#6767) 2025-04-29 03:46:08 +08:00
.goreleaser.yaml feat: add signed releases, SBOMs, and SLSA provenance (#6749) 2025-04-15 11:22:37 +08:00
.krew.yaml Chore: fix krew release with new binary format for .exe (#5459) 2023-02-08 21:54:41 +08:00
CODE_OF_CONDUCT.md Fix code of conduct link 2020-10-10 17:35:16 +08:00
CONTRIBUTING.md Chore: removes references to kubevelafix (#6882) 2025-09-04 06:27:00 +08:00
Dockerfile Chore: update go and golangci version (#6767) 2025-04-29 03:46:08 +08:00
Dockerfile.cli Chore: update go and golangci version (#6767) 2025-04-29 03:46:08 +08:00
Dockerfile.e2e Chore: update go and golangci version (#6767) 2025-04-29 03:46:08 +08:00
GOVERNANCE.md Chore: merge goverance doc to community repo (#5103) 2022-11-22 10:19:30 +08:00
ISSUE_TRIAGE.md Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
LICENSE Create LICENSE 2020-09-10 15:06:54 +08:00
Makefile Fix: prevent make reviewable typecheck noise via wrapper (#6858) 2025-08-21 06:08:12 +08:00
OWNERS_ALIASES Chore: add governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
README.md Chore: upgrades kind version (#6853) 2025-08-22 08:55:37 -07:00
SECURITY.md Create SECURITY.md (#1649) 2021-05-13 10:03:26 +08:00
codecov.yml Chore: update test coverage (#4730) 2022-09-15 13:55:16 +08:00
community.md Chore: add governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
entrypoint.sh Refactor: Minor changes on shell script to support double quotes format and [ ] POSIX (#3889) 2022-05-14 13:21:28 +08:00
go.mod Chore: removes references to kubevelafix (#6882) 2025-09-04 06:27:00 +08:00
go.sum Chore: removes references to kubevelafix (#6882) 2025-09-04 06:27:00 +08:00
staticcheck.conf Chore: update cue version to 0.4.3 (#4425) 2022-08-08 17:57:48 +08:00

README.md



Make shipping applications more enjoyable.

Build status Go Report Card Docker Pulls codecov LICENSE Releases TODOs Twitter Artifact HUB CII Best Practices E2E status OpenSSF Scorecard

Introduction

KubeVela is a modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable.

kubevela

Highlights

KubeVela practices the "render, orchestrate, deploy" workflow with below highlighted values added to existing ecosystem:

Deployment as Code

Declare your deployment plan as workflow, run it automatically with any CI/CD or GitOps system, extend or re-program the workflow steps with CUE. No ad-hoc scripts, no dirty glue code, just deploy. The deployment workflow in KubeVela is powered by Open Application Model.

Built-in observability, multi-tenancy and security support

Choose from the wide range of LDAP integrations we provided out-of-box, enjoy enhanced multi-tenancy and multi-cluster authorization and authentication, pick and apply fine-grained RBAC modules and customize them as per your own supply chain requirements. All delivery process has fully automated observability dashboards.

Multi-cloud/hybrid-environments app delivery as first-class citizen

Natively supports multi-cluster/hybrid-cloud scenarios such as progressive rollout across test/staging/production environments, automatic canary, blue-green and continuous verification, rich placement strategy across clusters and clouds, along with automated cloud environments provision.

Lightweight but highly extensible architecture

Minimize your control plane deployment with only one pod and 0.5c1g resources to handle thousands of application delivery. Glue and orchestrate all your infrastructure capabilities as reusable modules with a highly extensible architecture and share the large growing community addons.

Getting Started

Get Your Own Demo with Alibaba Cloud

  • install KubeVela on a Serverless K8S cluster in 3 minutes, try:

    Deploy on Alibaba Cloud

Documentation

Full documentation is available on the KubeVela website.

Blog

Official blog is available on KubeVela blog.

Community

We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls. For more information on the community engagement, developer and contributing guidelines and more, head over to the KubeVela community repo.

Contact Us

Reach out with any questions you may have and we'll make sure to answer them as soon as possible!

Community Call

Every two weeks we host a community call to showcase new features, review upcoming milestones, and engage in a Q&A. All are welcome!

Talks and Conferences

Check out KubeVela videos for these talks and conferences.

Contributing

Check out CONTRIBUTING to see how to develop with KubeVela.

Report Vulnerability

Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to security@mail.kubevela.io .

Code of Conduct

KubeVela adopts CNCF Code of Conduct.