n8n-nodes-krova 0.2.8 → 0.2.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ Cubes are scoped to a **Space**, so every Cube operation takes a **Space ID**.
56
56
 
57
57
  - **Image** — an OS image slug or ID. Fetch valid values from **Catalog → Get Images**.
58
58
  - **SSH Public Key** — written to `/root/.ssh/authorized_keys` at boot. Must start with `ssh-ed25519`, `ssh-rsa`, `ecdsa-sha2-*`, `ssh-dss`, or `sk-*@openssh.com`.
59
- - **vCPU / RAM (GB) / Disk (GB)** — sent as nested `resources.{vcpu,ramGb,diskGb}`. Actual ceilings depend on your Space tier and host capacity.
59
+ - **vCPU / RAM (GB) / Disk (GB)** — sent as nested `resources.{vcpu,ramGb,diskGb}`. Every Space gets the same per-Cube ceiling (16 vCPU / 32 GB RAM / 100 GB disk) — **size is not tiered**. Ceilings depend on a per-Space override and on host capacity, not on which tier you are on.
60
60
  - **Region** (optional) — a region slug from **Catalog → Get Regions**. Leave empty to auto-select.
61
61
  - **User Data** (optional) — a cloud-init script run at first boot (max 16 KB).
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-krova",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "n8n community node for Krova Cloud — create, start, power off, restart, list, and delete Cubes (Firecracker microVMs), manage domains, snapshots and TCP mappings, and read regions, images and pricing via the Krova Cloud API.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",