Skip to content

Release 2.0.69 (2026-05-28)

Bug fixes

  • make language optional in vrg-release-validate-inputs Remove _NON_LANGUAGE_TYPES hack and change language from a required positional argument to an optional --language flag. When no language is provided, all ecosystem validation is skipped and the CLI returns success. This supports non-language projects that have no programming language ecosystem. Ref #1272

  • add backward-compatible positional arg for transition The CLI now accepts both the old positional form (e.g. vrg-release-validate-inputs python) and the new --language flag. The positional path is lenient: unknown values like 'base' silently pass. The flag path is strict: unknown values error. This eliminates ordering constraints across repos during rollout. Ref #1272

Documentation

  • add design spec and plan for cd-release language separation