From fb7158e0903a98f6206555367f8571e9cc60b6c3 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Tue, 30 Jun 2026 18:37:49 -0500 Subject: [PATCH] Remove inventory plugin from the catalog The inventory plugin is moving to the milo-os/cli-plugins catalog. Drop its manifest here and regenerate index.yaml so this catalog lists only the plugins it continues to own. --- README.md | 1 - index.yaml | 46 ------------------------------------------ plugins/inventory.yaml | 45 ----------------------------------------- 3 files changed, 92 deletions(-) delete mode 100644 plugins/inventory.yaml diff --git a/README.md b/README.md index e27af30..d242e73 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ The official plugin index for [datumctl](https://github.com/datum-cloud/datumctl | Name | Description | |------|-------------| | [compute](plugins/compute.yaml) | Deploy and manage containerized workloads on Datum Cloud | -| [inventory](plugins/inventory.yaml) | Browse and populate the Datum Cloud inventory graph (typed nodes and edges) | ## Installing a plugin diff --git a/index.yaml b/index.yaml index 649429e..2f06580 100644 --- a/index.yaml +++ b/index.yaml @@ -46,49 +46,3 @@ items: arch: arm64 uri: https://github.com/datum-cloud/compute/releases/download/v0.8.0-dev.7/datumctl-compute_Windows_arm64.zip sha256: d11dbd4cedcdddb6eae5671b5193922327c988f169f77df1fd76a610f0098613 -- apiVersion: datumctl.datum.net/v1alpha1 - kind: Plugin - metadata: - name: inventory - spec: - shortDescription: Browse the Datum Cloud physical inventory (providers, regions, - sites, clusters, nodes) - homepage: https://github.com/datum-cloud/inventory - version: v0.0.1 - platforms: - - selector: - matchLabels: - os: linux - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Linux_x86_64.tar.gz - sha256: 5bb84c2c8aee79befaed72c98ac7e964f5f4d75850f319177bbd94e2c32a2fc5 - - selector: - matchLabels: - os: linux - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Linux_arm64.tar.gz - sha256: 6f9b5f49cf959caf6f042e6de54dd7655baff4546ebbbc4c0ab16b03a6c25bc6 - - selector: - matchLabels: - os: darwin - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Darwin_x86_64.tar.gz - sha256: fc1c1dbf61c87511d973ac755fb22a514403139a3c7cbb9ff8dae20fcae3ed32 - - selector: - matchLabels: - os: darwin - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Darwin_arm64.tar.gz - sha256: 84a439d3e22927047e06c960c960cc5ddc11d526994a196e4f9d75d7f5882521 - - selector: - matchLabels: - os: windows - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Windows_x86_64.zip - sha256: 13b1e0f0d0d5e579e4631480aa26621adf612be561d6b099b91d2f1c5a4a760d - - selector: - matchLabels: - os: windows - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Windows_arm64.zip - sha256: 118a65acc87da5fb3ab9360f565e09de92d5f306dc07672af8c7d6b2f19c6d8b diff --git a/plugins/inventory.yaml b/plugins/inventory.yaml deleted file mode 100644 index 49eca0c..0000000 --- a/plugins/inventory.yaml +++ /dev/null @@ -1,45 +0,0 @@ -apiVersion: datumctl.datum.net/v1alpha1 -kind: Plugin -metadata: - name: inventory -spec: - shortDescription: Browse and populate the Datum Cloud inventory graph (typed nodes and edges) - homepage: https://github.com/datum-cloud/inventory - version: v0.1.0 - platforms: - - selector: - matchLabels: - os: linux - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Linux_x86_64.tar.gz - sha256: 9c392c1bc6368d00a4496f4449e8de06c84a1d29da5d02999df4ccf19acc778d - - selector: - matchLabels: - os: linux - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Linux_arm64.tar.gz - sha256: c1a1698faf072091c1fd11ed62bbc451e5d1be55b872014042241dc10061fdbc - - selector: - matchLabels: - os: darwin - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Darwin_x86_64.tar.gz - sha256: 4a8b958a7e91454729da493d7f1abf90f0303df7c35328fdaf181f141c98f1c2 - - selector: - matchLabels: - os: darwin - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Darwin_arm64.tar.gz - sha256: 5966496965bf8bec2675af3bdff9a71ae2429473e5b2b55ee4137571f0f8b0a5 - - selector: - matchLabels: - os: windows - arch: amd64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Windows_x86_64.zip - sha256: 03507d79ac88360bf2c6eab187a383542933e7686d8826c36df43df9bb91d902 - - selector: - matchLabels: - os: windows - arch: arm64 - uri: https://github.com/datum-cloud/inventory/releases/download/v0.1.0/datumctl-inventory_Windows_arm64.zip - sha256: 86688afbb1968ceff1714562dea79176bdaabfb3c45cb61ce4a7a1c14f6a391a