@meshxdata/fops 0.1.49 → 0.1.51

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +368 -0
  2. package/package.json +1 -1
  3. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-core.js +347 -6
  4. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-data-bootstrap.js +421 -0
  5. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-flux.js +5 -179
  6. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-naming.js +14 -4
  7. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-postgres.js +171 -4
  8. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks-storage.js +303 -8
  9. package/src/plugins/bundled/fops-plugin-azure/lib/azure-aks.js +2 -0
  10. package/src/plugins/bundled/fops-plugin-azure/lib/azure-auth.js +1 -1
  11. package/src/plugins/bundled/fops-plugin-azure/lib/azure-fleet-swarm.js +936 -0
  12. package/src/plugins/bundled/fops-plugin-azure/lib/azure-fleet.js +10 -918
  13. package/src/plugins/bundled/fops-plugin-azure/lib/azure-helpers.js +5 -0
  14. package/src/plugins/bundled/fops-plugin-azure/lib/azure-keyvault-keys.js +413 -0
  15. package/src/plugins/bundled/fops-plugin-azure/lib/azure-keyvault.js +14 -399
  16. package/src/plugins/bundled/fops-plugin-azure/lib/azure-ops-config.js +754 -0
  17. package/src/plugins/bundled/fops-plugin-azure/lib/azure-ops-knock.js +527 -0
  18. package/src/plugins/bundled/fops-plugin-azure/lib/azure-ops-ssh.js +427 -0
  19. package/src/plugins/bundled/fops-plugin-azure/lib/azure-ops.js +99 -1686
  20. package/src/plugins/bundled/fops-plugin-azure/lib/azure-provision-health.js +279 -0
  21. package/src/plugins/bundled/fops-plugin-azure/lib/azure-provision-init.js +186 -0
  22. package/src/plugins/bundled/fops-plugin-azure/lib/azure-provision.js +66 -444
  23. package/src/plugins/bundled/fops-plugin-azure/lib/azure-results.js +11 -0
  24. package/src/plugins/bundled/fops-plugin-azure/lib/azure-vm-lifecycle.js +5 -540
  25. package/src/plugins/bundled/fops-plugin-azure/lib/azure-vm-terraform.js +544 -0
  26. package/src/plugins/bundled/fops-plugin-azure/lib/commands/infra-cmds.js +75 -3
  27. package/src/plugins/bundled/fops-plugin-azure/lib/commands/test-cmds.js +227 -11
  28. package/src/plugins/bundled/fops-plugin-azure/lib/commands/vm-cmds.js +2 -1
  29. package/src/plugins/bundled/fops-plugin-azure/lib/pytest-parse.js +21 -0
  30. package/src/plugins/bundled/fops-plugin-foundation/index.js +371 -44
package/CHANGELOG.md CHANGED
@@ -2,6 +2,374 @@
2
2
 
3
3
  All notable changes to @meshxdata/fops (Foundation Operator CLI) are documented here.
4
4
 
5
+ ## [0.1.51] - 2026-03-24
6
+
7
+ - operator cli plugin fix (4dae908)
8
+ - operator cli plugin fix (25620cc)
9
+ - operator cli test fixes (1d1c18f)
10
+ - feat(test): add setup-users command for QA test user creation (b929507)
11
+ - feat(aks): show HA standby clusters with visual grouping (8fb640c)
12
+ - refactor(provision): extract VM provisioning to dedicated module (af321a7)
13
+ - refactor(provision): extract post-start health checks to dedicated module (6ed5f2d)
14
+ - fix: ping timeout 15s, fix prometheus sed escaping (d11ac14)
15
+ - refactor(vm): extract terraform HCL generation to dedicated module (896a64b)
16
+ - refactor(keyvault): extract key operations to dedicated module (716bbe4)
17
+ - refactor(azure): extract swarm functions to azure-fleet-swarm.js (4690e34)
18
+ - refactor(azure): extract SSH/remote functions to azure-ops-ssh.js (e62b8f0)
19
+ - refactor(azure): split azure-ops.js into smaller modules (4515425)
20
+ - feat(aks): add --ha flag for full cross-region HA setup (ece68c5)
21
+ - feat(fops): inject ENVIRONMENT_NAME on VM provisioning (6ef2a27)
22
+ - fix(postgres): disable SSL mode to fix connection issues (c789ae9)
23
+ - feat(trino): add caching configuration for docker-compose (3668224)
24
+ - fix(fops-azure): run pytest directly instead of missing scripts (29f8410)
25
+ - add -d detach option for local frontend dev, remove hive cpu limits (3306667)
26
+ - release 0.1.49 (dcca32b)
27
+ - release 0.1.48 (9b195e5)
28
+ - stash on updates (2916c01)
29
+ - stash on updates (b5c14df)
30
+ - stash on updates (d0453d1)
31
+ - frontend dev fixes (0ca7b00)
32
+ - fix: update azure test commands (77c81da)
33
+ - default locust to CLI mode, add --web for UI (ca35bff)
34
+ - add locust command for load testing AKS clusters (1278722)
35
+ - update spot node pool default autoscaling to 1-20 (617c182)
36
+ - module for aks (3dd1a61)
37
+ - add hive to PG_SERVICE_DBS for fops pg-setup (afccb16)
38
+ - feat(azure): enhance aks doctor with ExternalSecrets and PGSSLMODE checks (8b14861)
39
+ - add foundation-postgres ExternalName service to reconciler (ea88e11)
40
+ - new flux templates (0e2e372)
41
+ - feat(azure): add storage-engine secrets to Key Vault (a4f488e)
42
+ - feat(azure-aks): add AUTH0_DOMAIN to template rendering variables (216c37e)
43
+ - feat(azure): add storage account creation per cluster (aa1b138)
44
+ - bump watcher (ab24473)
45
+ - fix: concurrent compute calls (#66) (03e2edf)
46
+ - bump backend version (5058ff5)
47
+ - bump fops to 0.1.44 (8c0ef5d)
48
+ - Mlflow and azure plugin fix (176881f)
49
+ - fix lifecycle (a2cb9e7)
50
+ - callback url for localhost (821fb94)
51
+ - disable 4 scaffolding plugin by default. (bfb2b76)
52
+ - jaccard improvements (b7494a0)
53
+ - refactor azure plugin (68dfef4)
54
+ - refactor azure plugin (b24a008)
55
+ - fix trino catalog missing (4928a55)
56
+ - v36 bump and changelog generation on openai (37a0440)
57
+ - v36 bump and changelog generation on openai (a3b02d9)
58
+ - bump (a990058)
59
+ - status bar fix and new plugin for ttyd (27dde1e)
60
+ - file demo and tray (1a3e704)
61
+ - electron app (59ad0bb)
62
+ - compose and fops file plugin (1cf0e81)
63
+ - bump (346ffc1)
64
+ - localhost replaced by 127.0.0.1 (82b9f30)
65
+ - .29 (587b0e1)
66
+ - improve up down and bootstrap script (b79ebaf)
67
+ - checksum (22c8086)
68
+ - checksum (96b434f)
69
+ - checksum (15ed3c0)
70
+ - checksum (8a6543a)
71
+ - bump embed trino linksg (8440504)
72
+ - bump data (765ffd9)
73
+ - bump (cb8b232)
74
+ - broken tests (c532229)
75
+ - release 0.1.18, preflight checks (d902249)
76
+ - fix compute display bug (d10f5d9)
77
+ - cleanup packer files (6330f18)
78
+ - plan mode (cb36a8a)
79
+ - bump to 0.1.16 - agent ui (41ac1a2)
80
+ - bump to 0.1.15 - agent ui (4ebe2e1)
81
+ - bump to 0.1.14 (6c3a7fa)
82
+ - bump to 0.1.13 (8db570f)
83
+ - release 0.1.12 (c1c79e5)
84
+ - bump (11aa3b0)
85
+ - git keep and bump tui (be1678e)
86
+ - skills, index, rrf, compacted context (100k > 10k) (7b2fffd)
87
+ - cloudflare and token consumption, graphs indexing (0ad9eec)
88
+ - bump storage default (22c83ba)
89
+ - storage fix (68a22a0)
90
+ - skills update (7f56500)
91
+ - v9 bump (3864446)
92
+ - bump (c95eedc)
93
+ - rrf (dbf8c95)
94
+ - feat: warning when running predictions (95e8c52)
95
+ - feat: support for local predictions (45cf26b)
96
+ - feat: wip support for predictions + mlflow (3457052)
97
+ - add Reciprocal Rank Fusion (RRF) to knowledge and skill retrieval (61549bc)
98
+ - validate CSV headers in compute_run readiness check (a8c7a43)
99
+ - fix corrupted Iceberg metadata: probe tables + force cleanup on re-apply (50578af)
100
+ - enforce: never use foundation_apply to fix broken products (2e049bf)
101
+ - update SKILL.md with complete tool reference for knowledge retrieval (30b1924)
102
+ - add storage read, input DP table probe, and compute_run improvements (34e6c4c)
103
+ - skills update (1220385)
104
+ - skills update (bb66958)
105
+ - some tui improvement andd tools apply overwrite (e90c35c)
106
+ - skills update (e9227a1)
107
+ - skills update (669c4b3)
108
+ - fix plugin pre-flight checks (f741743)
109
+ - increase agent context (6479aaa)
110
+ - skills and init sql fixes (5fce35e)
111
+ - checksum (3518b56)
112
+ - penging job limit (a139861)
113
+ - checksum (575d28c)
114
+ - bump (92049ba)
115
+ - fix bug per tab status (0a33657)
116
+ - fix bug per tab status (50457c6)
117
+ - checksumming (0ad842e)
118
+ - shot af mardkwon overlapping (51f63b9)
119
+ - add spark dockerfile for multiarch builds (95abbd1)
120
+ - fix plugin initialization (16b9782)
121
+ - split index.js (50902a2)
122
+ - cloudflare cidr (cc4e021)
123
+ - cloduflare restrictions (2f6ba2d)
124
+ - sequential start (86b496e)
125
+ - sequential start (4930fe1)
126
+ - sequential start (353f014)
127
+ - qa tests (2dc6a1a)
128
+ - bump sha for .85 (dc2edfe)
129
+ - preserve env on sudo (7831227)
130
+ - bump sha for .84 (6c052f9)
131
+ - non interactive for azure vms (0aa8a2f)
132
+ - keep .env if present (d072450)
133
+ - bump (7a8e732)
134
+ - ensure opa is on compose if not set (f4a5228)
135
+ - checksum bump (a2ccc20)
136
+ - netrc defensive checks (a0b0ccc)
137
+ - netrc defensive checks (ae37403)
138
+ - checksum (ec45d11)
139
+ - update sync and fix up (7f9af72)
140
+ - expand test for azure and add new per app tag support (388a168)
141
+ - checksum on update (44005fc)
142
+ - cleanup for later (15e5313)
143
+ - cleanup for later (11c9597)
144
+ - switch branch feature (822fecc)
145
+ - add pull (d1c19ab)
146
+ - Bump hono from 4.11.9 to 4.12.0 in /operator-cli (ad25144)
147
+ - tests (f180a9a)
148
+ - cleanup (39c49a3)
149
+ - registry (7b7126a)
150
+ - reconcile kafka (832d0db)
151
+ - gh login bug (025886c)
152
+ - cleanup (bb96cab)
153
+ - strip envs from process (2421180)
154
+ - force use of gh creds not tokens in envs var (fff7787)
155
+ - resolve import between npm installs and npm link (79522e1)
156
+ - fix gh scope and azure states (afd846c)
157
+ - refactoring (da50352)
158
+ - split fops repo (d447638)
159
+ - aks (b791f8f)
160
+ - refactor azure (67d3bad)
161
+ - wildcard (391f023)
162
+ - azure plugin (c074074)
163
+ - zap (d7e6e7f)
164
+ - fix knock (cf89c05)
165
+ - azure (4adec98)
166
+ - Bump tar from 7.5.7 to 7.5.9 in /operator-cli (e41e98e)
167
+ - azure stack index.js split (de12272)
168
+ - Bump ajv from 8.17.1 to 8.18.0 in /operator-cli (76da21f)
169
+ - packer (9665fbc)
170
+ - remove stack api (db0fd4d)
171
+ - packer cleanup (fe1bf14)
172
+ - force refresh token (3a3d7e2)
173
+ - provision shell (2ad505f)
174
+ - azure vm management (91dcb31)
175
+ - azure specific (2b0cca8)
176
+ - azure packer (12175b8)
177
+ - init hashed pwd (db8523c)
178
+ - packer (5b5c7c4)
179
+ - doctor for azure vm (ed524fa)
180
+ - packer and 1pwd (c6d053e)
181
+ - split big index.js (dc85a1b)
182
+ - kafka volume update (21815ec)
183
+ - fix openai azure tools confirmation and flow (0118cd1)
184
+ - nighly fixx, test fix (5e0d04f)
185
+ - open ai training (cdc494a)
186
+
187
+ ## [0.1.50] - 2026-03-24
188
+
189
+ - operator cli plugin fix (25620cc)
190
+ - operator cli test fixes (1d1c18f)
191
+ - feat(test): add setup-users command for QA test user creation (b929507)
192
+ - feat(aks): show HA standby clusters with visual grouping (8fb640c)
193
+ - refactor(provision): extract VM provisioning to dedicated module (af321a7)
194
+ - refactor(provision): extract post-start health checks to dedicated module (6ed5f2d)
195
+ - fix: ping timeout 15s, fix prometheus sed escaping (d11ac14)
196
+ - refactor(vm): extract terraform HCL generation to dedicated module (896a64b)
197
+ - refactor(keyvault): extract key operations to dedicated module (716bbe4)
198
+ - refactor(azure): extract swarm functions to azure-fleet-swarm.js (4690e34)
199
+ - refactor(azure): extract SSH/remote functions to azure-ops-ssh.js (e62b8f0)
200
+ - refactor(azure): split azure-ops.js into smaller modules (4515425)
201
+ - feat(aks): add --ha flag for full cross-region HA setup (ece68c5)
202
+ - feat(fops): inject ENVIRONMENT_NAME on VM provisioning (6ef2a27)
203
+ - fix(postgres): disable SSL mode to fix connection issues (c789ae9)
204
+ - feat(trino): add caching configuration for docker-compose (3668224)
205
+ - fix(fops-azure): run pytest directly instead of missing scripts (29f8410)
206
+ - add -d detach option for local frontend dev, remove hive cpu limits (3306667)
207
+ - release 0.1.49 (dcca32b)
208
+ - release 0.1.48 (9b195e5)
209
+ - stash on updates (2916c01)
210
+ - stash on updates (b5c14df)
211
+ - stash on updates (d0453d1)
212
+ - frontend dev fixes (0ca7b00)
213
+ - fix: update azure test commands (77c81da)
214
+ - default locust to CLI mode, add --web for UI (ca35bff)
215
+ - add locust command for load testing AKS clusters (1278722)
216
+ - update spot node pool default autoscaling to 1-20 (617c182)
217
+ - module for aks (3dd1a61)
218
+ - add hive to PG_SERVICE_DBS for fops pg-setup (afccb16)
219
+ - feat(azure): enhance aks doctor with ExternalSecrets and PGSSLMODE checks (8b14861)
220
+ - add foundation-postgres ExternalName service to reconciler (ea88e11)
221
+ - new flux templates (0e2e372)
222
+ - feat(azure): add storage-engine secrets to Key Vault (a4f488e)
223
+ - feat(azure-aks): add AUTH0_DOMAIN to template rendering variables (216c37e)
224
+ - feat(azure): add storage account creation per cluster (aa1b138)
225
+ - bump watcher (ab24473)
226
+ - fix: concurrent compute calls (#66) (03e2edf)
227
+ - bump backend version (5058ff5)
228
+ - bump fops to 0.1.44 (8c0ef5d)
229
+ - Mlflow and azure plugin fix (176881f)
230
+ - fix lifecycle (a2cb9e7)
231
+ - callback url for localhost (821fb94)
232
+ - disable 4 scaffolding plugin by default. (bfb2b76)
233
+ - jaccard improvements (b7494a0)
234
+ - refactor azure plugin (68dfef4)
235
+ - refactor azure plugin (b24a008)
236
+ - fix trino catalog missing (4928a55)
237
+ - v36 bump and changelog generation on openai (37a0440)
238
+ - v36 bump and changelog generation on openai (a3b02d9)
239
+ - bump (a990058)
240
+ - status bar fix and new plugin for ttyd (27dde1e)
241
+ - file demo and tray (1a3e704)
242
+ - electron app (59ad0bb)
243
+ - compose and fops file plugin (1cf0e81)
244
+ - bump (346ffc1)
245
+ - localhost replaced by 127.0.0.1 (82b9f30)
246
+ - .29 (587b0e1)
247
+ - improve up down and bootstrap script (b79ebaf)
248
+ - checksum (22c8086)
249
+ - checksum (96b434f)
250
+ - checksum (15ed3c0)
251
+ - checksum (8a6543a)
252
+ - bump embed trino linksg (8440504)
253
+ - bump data (765ffd9)
254
+ - bump (cb8b232)
255
+ - broken tests (c532229)
256
+ - release 0.1.18, preflight checks (d902249)
257
+ - fix compute display bug (d10f5d9)
258
+ - cleanup packer files (6330f18)
259
+ - plan mode (cb36a8a)
260
+ - bump to 0.1.16 - agent ui (41ac1a2)
261
+ - bump to 0.1.15 - agent ui (4ebe2e1)
262
+ - bump to 0.1.14 (6c3a7fa)
263
+ - bump to 0.1.13 (8db570f)
264
+ - release 0.1.12 (c1c79e5)
265
+ - bump (11aa3b0)
266
+ - git keep and bump tui (be1678e)
267
+ - skills, index, rrf, compacted context (100k > 10k) (7b2fffd)
268
+ - cloudflare and token consumption, graphs indexing (0ad9eec)
269
+ - bump storage default (22c83ba)
270
+ - storage fix (68a22a0)
271
+ - skills update (7f56500)
272
+ - v9 bump (3864446)
273
+ - bump (c95eedc)
274
+ - rrf (dbf8c95)
275
+ - feat: warning when running predictions (95e8c52)
276
+ - feat: support for local predictions (45cf26b)
277
+ - feat: wip support for predictions + mlflow (3457052)
278
+ - add Reciprocal Rank Fusion (RRF) to knowledge and skill retrieval (61549bc)
279
+ - validate CSV headers in compute_run readiness check (a8c7a43)
280
+ - fix corrupted Iceberg metadata: probe tables + force cleanup on re-apply (50578af)
281
+ - enforce: never use foundation_apply to fix broken products (2e049bf)
282
+ - update SKILL.md with complete tool reference for knowledge retrieval (30b1924)
283
+ - add storage read, input DP table probe, and compute_run improvements (34e6c4c)
284
+ - skills update (1220385)
285
+ - skills update (bb66958)
286
+ - some tui improvement andd tools apply overwrite (e90c35c)
287
+ - skills update (e9227a1)
288
+ - skills update (669c4b3)
289
+ - fix plugin pre-flight checks (f741743)
290
+ - increase agent context (6479aaa)
291
+ - skills and init sql fixes (5fce35e)
292
+ - checksum (3518b56)
293
+ - penging job limit (a139861)
294
+ - checksum (575d28c)
295
+ - bump (92049ba)
296
+ - fix bug per tab status (0a33657)
297
+ - fix bug per tab status (50457c6)
298
+ - checksumming (0ad842e)
299
+ - shot af mardkwon overlapping (51f63b9)
300
+ - add spark dockerfile for multiarch builds (95abbd1)
301
+ - fix plugin initialization (16b9782)
302
+ - split index.js (50902a2)
303
+ - cloudflare cidr (cc4e021)
304
+ - cloduflare restrictions (2f6ba2d)
305
+ - sequential start (86b496e)
306
+ - sequential start (4930fe1)
307
+ - sequential start (353f014)
308
+ - qa tests (2dc6a1a)
309
+ - bump sha for .85 (dc2edfe)
310
+ - preserve env on sudo (7831227)
311
+ - bump sha for .84 (6c052f9)
312
+ - non interactive for azure vms (0aa8a2f)
313
+ - keep .env if present (d072450)
314
+ - bump (7a8e732)
315
+ - ensure opa is on compose if not set (f4a5228)
316
+ - checksum bump (a2ccc20)
317
+ - netrc defensive checks (a0b0ccc)
318
+ - netrc defensive checks (ae37403)
319
+ - checksum (ec45d11)
320
+ - update sync and fix up (7f9af72)
321
+ - expand test for azure and add new per app tag support (388a168)
322
+ - checksum on update (44005fc)
323
+ - cleanup for later (15e5313)
324
+ - cleanup for later (11c9597)
325
+ - switch branch feature (822fecc)
326
+ - add pull (d1c19ab)
327
+ - Bump hono from 4.11.9 to 4.12.0 in /operator-cli (ad25144)
328
+ - tests (f180a9a)
329
+ - cleanup (39c49a3)
330
+ - registry (7b7126a)
331
+ - reconcile kafka (832d0db)
332
+ - gh login bug (025886c)
333
+ - cleanup (bb96cab)
334
+ - strip envs from process (2421180)
335
+ - force use of gh creds not tokens in envs var (fff7787)
336
+ - resolve import between npm installs and npm link (79522e1)
337
+ - fix gh scope and azure states (afd846c)
338
+ - refactoring (da50352)
339
+ - split fops repo (d447638)
340
+ - aks (b791f8f)
341
+ - refactor azure (67d3bad)
342
+ - wildcard (391f023)
343
+ - azure plugin (c074074)
344
+ - zap (d7e6e7f)
345
+ - fix knock (cf89c05)
346
+ - azure (4adec98)
347
+ - Bump tar from 7.5.7 to 7.5.9 in /operator-cli (e41e98e)
348
+ - azure stack index.js split (de12272)
349
+ - Bump ajv from 8.17.1 to 8.18.0 in /operator-cli (76da21f)
350
+ - packer (9665fbc)
351
+ - remove stack api (db0fd4d)
352
+ - packer cleanup (fe1bf14)
353
+ - force refresh token (3a3d7e2)
354
+ - provision shell (2ad505f)
355
+ - azure vm management (91dcb31)
356
+ - azure specific (2b0cca8)
357
+ - azure packer (12175b8)
358
+ - init hashed pwd (db8523c)
359
+ - packer (5b5c7c4)
360
+ - doctor for azure vm (ed524fa)
361
+ - packer and 1pwd (c6d053e)
362
+ - split big index.js (dc85a1b)
363
+ - kafka volume update (21815ec)
364
+ - fix openai azure tools confirmation and flow (0118cd1)
365
+ - nighly fixx, test fix (5e0d04f)
366
+ - open ai training (cdc494a)
367
+ - openai integration in azure (1ca1475)
368
+
369
+ # Changelog
370
+
371
+ All notable changes to @meshxdata/fops (Foundation Operator CLI) are documented here.
372
+
5
373
  ## [0.1.49] - 2026-03-23
6
374
 
7
375
  - release 0.1.48 (9b195e5)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshxdata/fops",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "description": "CLI to install and manage data mesh platforms",
5
5
  "keywords": [
6
6
  "fops",