The v0.49.x tag line diverged from origin/master, leaving many features only accessible via tags but not on the master branch. This PR brings all missing functionality to master.
New Modules
ci/cancel_superseded_runs.py — cancel superseded CI runs
ci/check_workflow_artifact_deps.py — validate artifact dependencies in workflows
ci/check_workflow_tofu_init.py — validate tofu init steps in workflows
## Summary
The v0.49.x tag line diverged from origin/master, leaving many features only accessible via tags but not on the master branch. This PR brings all missing functionality to master.
## New Modules
- `ci/cancel_superseded_runs.py` — cancel superseded CI runs
- `ci/check_workflow_artifact_deps.py` — validate artifact dependencies in workflows
- `ci/check_workflow_tofu_init.py` — validate tofu init steps in workflows
- `tools/check_alert_rules.py` — validate Prometheus alert rules
- `tools/check_ansible_set_fact_to_json.py` — lint set_fact usage
- `tools/check_docker_init.py` — validate Docker init scripts
- `utils/jinja.py` — Jinja2 template utilities
- `utils/ui.py` — UI/console utilities
## Modified Modules
- `distribute_molecule.py`: add `--include-roles`/`--exclude-roles`
- `utils/api.py`: add `container.credentials` for private registry auth
- `install_tools.py`: retry ansible-galaxy on transient timeouts
- `setup_image.py`: skip dep resolution with `--no-deps`
- `cli.py`: register new commands
- `i18n.py`: add new translation keys
## Cleanup
- Removes accidentally committed `.vale/styles/Google/` files
## Test Results
2195 passed, 100% coverage. All pre-commit hooks passed.
## Dependencies
- PR #258 (DEVX-153: remove molecule_ci_guard) should merge first or after — both branches are independent.
- After this merges, a new release tag (v0.50.0) should be cut from master.
- Infra and grm can then bump their devx pin to v0.50.0.
Generated with [Devin](https://devin.ai)
The v0.49.x tag line diverged from origin/master, leaving many
features only accessible via tags but not on the master branch.
New modules:
- ci/cancel_superseded_runs.py — cancel superseded CI runs
- ci/check_workflow_artifact_deps.py — validate artifact deps
- ci/check_workflow_tofu_init.py — validate tofu init steps
- tools/check_alert_rules.py — validate Prometheus alert rules
- tools/check_ansible_set_fact_to_json.py — lint set_fact usage
- tools/check_docker_init.py — validate Docker init scripts
- utils/jinja.py — Jinja2 template utilities
- utils/ui.py — UI/console utilities
Modified modules:
- distribute_molecule.py: add --include-roles/--exclude-roles
- utils/api.py: add container.credentials for private registry auth
- install_tools.py: retry ansible-galaxy on transient timeouts
- setup_image.py: skip dep resolution with --no-deps
- cli.py: register new commands
- i18n.py: add new translation keys
Also removes accidentally committed .vale/styles/Google/ files.
Test results: 2195 passed, 100% coverage.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
emil
changed title from sync missing features from v0.49.x line to master to DEVX-154: sync missing features from v0.49.x line to master2026-08-09 00:52:59 +00:00
emil
deleted branch DEVX-154-sync-missing-features2026-08-09 00:56:18 +00:00
emil
changed title from DEVX-154: sync missing features from v0.49.x line to master to DEVX-153: sync missing features from v0.49.x line to master2026-08-09 00:56:23 +00:00
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
The v0.49.x tag line diverged from origin/master, leaving many features only accessible via tags but not on the master branch. This PR brings all missing functionality to master.
New Modules
ci/cancel_superseded_runs.py— cancel superseded CI runsci/check_workflow_artifact_deps.py— validate artifact dependencies in workflowsci/check_workflow_tofu_init.py— validate tofu init steps in workflowstools/check_alert_rules.py— validate Prometheus alert rulestools/check_ansible_set_fact_to_json.py— lint set_fact usagetools/check_docker_init.py— validate Docker init scriptsutils/jinja.py— Jinja2 template utilitiesutils/ui.py— UI/console utilitiesModified Modules
distribute_molecule.py: add--include-roles/--exclude-rolesutils/api.py: addcontainer.credentialsfor private registry authinstall_tools.py: retry ansible-galaxy on transient timeoutssetup_image.py: skip dep resolution with--no-depscli.py: register new commandsi18n.py: add new translation keysCleanup
.vale/styles/Google/filesTest Results
2195 passed, 100% coverage. All pre-commit hooks passed.
Dependencies
Generated with Devin
sync missing features from v0.49.x line to masterto DEVX-154: sync missing features from v0.49.x line to masterDEVX-154: sync missing features from v0.49.x line to masterto DEVX-153: sync missing features from v0.49.x line to masterPull request closed