@odigos/ui-kit 0.0.285 → 0.0.286
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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.286](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.285...ui-kit-v0.0.286) (2026-08-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* show ContainersCard for connector/VM container overrides (PLAT-1405) ([#1193](https://github.com/odigos-io/ui-kit/issues/1193)) ([7cc4265](https://github.com/odigos-io/ui-kit/commit/7cc42658a71bc65d106f9b2d19fd76b8c0f8b362))
|
|
9
|
+
|
|
3
10
|
## [0.0.285](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.284...ui-kit-v0.0.285) (2026-08-11)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -6,8 +6,11 @@ export interface RuntimeCardProps {
|
|
|
6
6
|
/**
|
|
7
7
|
* Connector/VM counterpart to the K8s Containers card row: one instrumentation
|
|
8
8
|
* unit (the source itself) with runtime + instrumented badge and source-level
|
|
9
|
-
* runtime/distro overrides.
|
|
10
|
-
*
|
|
9
|
+
* runtime/distro overrides.
|
|
10
|
+
*
|
|
11
|
+
* Used for kinds without a container layer (Lambda, process, systemd). When
|
|
12
|
+
* `source.containers` is populated (ECS/Fargate/docker), Overview renders
|
|
13
|
+
* ContainersCard instead — that card owns per-container overrides.
|
|
11
14
|
*
|
|
12
15
|
* VM only: nests a per-PID process list from WorkloadReport.instances/processMetadata.
|
|
13
16
|
*/
|