@forgezero/agent 0.1.99 → 0.1.100
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/README.md +4 -1
- package/dist/agent-heartbeat.js +1 -1
- package/dist/bootstrap.js +1 -1
- package/dist/fz-agent.js +1 -1
- package/dist/fz.js +1 -1
- package/dist/metal-bootstrap.js +1 -1
- package/dist/operator-bootstrap.js +1 -1
- package/dist/platform-fleet-verification.js +1 -1
- package/dist/provision.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -617,15 +617,18 @@ export const selectedCapability = AGENT_UPDATE_GROUP;
|
|
|
617
617
|
<a id="forgezero-agent-bootstrap"></a>
|
|
618
618
|
## @forgezero/agent/bootstrap
|
|
619
619
|
|
|
620
|
-
Typed one-time platform bootstrap and internal API-driven enrolled-compute activation contracts. This entry exposes
|
|
620
|
+
Typed one-time platform bootstrap and internal API-driven enrolled-compute activation contracts. This entry exposes 16 named value exports and 18 named type exports. The generated import block lists one name per line for scanning and copying; keep only the names used by your file.
|
|
621
621
|
|
|
622
622
|
```text
|
|
623
623
|
import {
|
|
624
624
|
BOOTSTRAP_STATE_PATH,
|
|
625
625
|
PLATFORM_BOOTSTRAP_PROFILES,
|
|
626
626
|
applyBootstrap,
|
|
627
|
+
approvedPlatformRepairIdentityDigests,
|
|
627
628
|
bootstrapIdentityDigest,
|
|
628
629
|
bootstrapStatus,
|
|
630
|
+
interruptedPlatformReleaseIdentityDigests,
|
|
631
|
+
legacyBootstrapIdentityDigest,
|
|
629
632
|
localBootstrapHost,
|
|
630
633
|
planBootstrap,
|
|
631
634
|
planBootstrapAgentInstall,
|
package/dist/agent-heartbeat.js
CHANGED
package/dist/bootstrap.js
CHANGED
package/dist/fz-agent.js
CHANGED
package/dist/fz.js
CHANGED
package/dist/metal-bootstrap.js
CHANGED
|
@@ -366,7 +366,7 @@ function systemdAgentEgressDirectives(loopbackTcpPorts = []) {
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
// src/version.ts
|
|
369
|
-
var VERSION = "0.1.
|
|
369
|
+
var VERSION = "0.1.100";
|
|
370
370
|
|
|
371
371
|
// src/otel-collector.ts
|
|
372
372
|
var FORGEZERO_OTEL_COLLECTOR_UNIT = "forgezero-otel-collector.service";
|
|
@@ -2908,7 +2908,7 @@ function requestSoftware(requirements, socketPath = DEFAULT_SOFTWARE_HELPER_SOCK
|
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
2910
|
// src/version.ts
|
|
2911
|
-
var VERSION3 = "0.1.
|
|
2911
|
+
var VERSION3 = "0.1.100";
|
|
2912
2912
|
|
|
2913
2913
|
// src/egress-policy.ts
|
|
2914
2914
|
import { realpathSync as realpathSync3 } from "node:fs";
|
package/dist/provision.js
CHANGED
|
@@ -2908,7 +2908,7 @@ function requestSoftware(requirements, socketPath = DEFAULT_SOFTWARE_HELPER_SOCK
|
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
2910
|
// src/version.ts
|
|
2911
|
-
var VERSION3 = "0.1.
|
|
2911
|
+
var VERSION3 = "0.1.100";
|
|
2912
2912
|
|
|
2913
2913
|
// src/egress-policy.ts
|
|
2914
2914
|
import { realpathSync as realpathSync3 } from "node:fs";
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** One package version shared by both public binaries. Pinned to package.json by tests. */
|
|
2
|
-
export declare const VERSION = "0.1.
|
|
2
|
+
export declare const VERSION = "0.1.100";
|