mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-18 15:27:45 +00:00
Added app.oam.dev/autoRevision annotation to control whether policies can modify Application.Spec and trigger new ApplicationRevisions. Changes: - Added AnnotationAutoRevision constant to pkg/oam/labels.go - Added shouldAutoCreateRevision() helper function - Orthogonal to autoUpdate (which controls definition version updates) - Consistent naming: autoRevision (not auto-revision) matches autoUpdate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>