Skip to content

0.3.4

Latest

Choose a tag to compare

@vig-os-release-app vig-os-release-app released this 29 Apr 14:37
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
9ed20be

Added

  • Renovate config validation on pull requests (#520)
    • Workflow discovers tracked renovate*.json files (excluding assets/workspace/renovate.json, whose extends uses an unresolved template placeholder) and runs renovate-config-validator --strict on the rest when renovate JSON changes
    • just test-renovate recipe mirrors the workflow locally and is included in just test

Changed

  • Bump expected tool versions in image tests
    • gh 2.89 → 2.92, just 1.49 → 1.50, cargo-binstall 1.17 → 1.18 to match the latest upstream releases the image now installs

Fixed

  • Renovate preset blocked all dependency updates (#520)
    • Split Python packageRules so matchUpdateTypes and rangeStrategy are not combined in one rule; rename baseBranches to baseBranchPatterns
    • Remove invalid uv from enabledManagers (pep621 continues to handle pyproject.toml and uv.lock)