8 Commits
Author SHA1 Message Date
Repinoid 308f92bc37 fix(core): graceful fallback for cfsParams 500 error in createInstanceWithContext
- In provider/internal/core/client.go:
  - If GET /instanceOperations/{opUid}?fields=cfsParams fails with 500 or JSON unmarshal error,
    check whether provided parameters contain unresolved names via hasUnresolvedParams.
  - If all parameters are already resolved (UUIDs/numbers/booleans/JSON), proceed to send
    parameters via POST /instanceOperationCfsParams without hard-failing.
  - If unresolved names remain, fail immediately with original error.
- Bumped DEV provider version to 2.0.2 in TOOLS/config/dev/profile.env, VERSIONS.md, and DEV_STAND/FullPipe/versions.tf.
- Built, signed, and published provider 2.0.2 to DEV registry bucket nubes-terraform-registry.
2026-09-21 09:59:15 +03:00
Repinoid 4b218fbe33 fix: publish providers to registry bucket 2026-09-20 21:42:07 +03:00
“Naeel” 9090488731 reversion: prod=1.*, dev=2.*, test=3.*; cleanup registry; test 3.0.0 + prod 1.0.0 uploaded (dev skipped: jsonEnv nested bug) 2026-09-03 09:07:05 +03:00
“Naeel” b6b25f7548 feat(test): провайдер 5.0.1 залит в nubes-test 2026-08-09 17:13:12 +04:00
“Naeel” 86b44cc141 fix(dev): версия повышена 3.0.1→3.0.2 (terraform init не подхватит старую) 2026-08-09 16:35:03 +04:00
“Naeel” 3a4eddbfb9 fix: версии всех стендов сброшены на X.0.1 (2.0.1 PROD, 3.0.1 DEV, 5.0.1 TEST) 2026-08-09 16:01:45 +04:00
“Naeel” cfd1235d04 doc: HOWTO-UPLOAD.md переписан под новый пайплайн (3 шага, registry.env, profile.env) 2026-08-09 16:00:30 +04:00
“Naeel” 96594fae24 doc: HOWTO-UPLOAD.md — схема версий (2=PROD, 3=DEV, 5=TEST) + VERSIONS.md для трекинга 2026-08-09 15:14:59 +04:00