@7n/rules-ci-azure 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.3] - 2026-08-29
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- `azure-pipelines/service_deploy_pipeline`: детект концерну тепер обслуговує wasm-гість `crates/plugin-ci-azure` — вшитий `.rego` через host-import `rego-engine` замість субпроцесу `conftest`; перший walkGlob-концерн цього гостя (`.azurepipelines/**/*.yml` без `templates/**`). Виключення `templates/**` тепер реально діє: `!`-патерн у глобі контрибуції хост раніше ігнорував мовчки. T0-фікс (`fix-service_deploy_pipeline.mjs`) свідомо лишається в JS — він потребує реєстру ввімкнених правил (`relevantDomains`), якого гість не має. Побитий YAML тепер дає видиму діагностику замість мовчазного пропуску (§2.81)
|
|
8
|
+
|
|
3
9
|
## [2.1.2] - 2026-08-29
|
|
4
10
|
|
|
5
11
|
### Changed
|