diff --git a/CHANGELOG.md b/CHANGELOG.md index 823c1c1..dd6b815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +## [0.2.3] - 2024-10-18 + +### Fixed: + +- Fixed logo url + ## [0.2.2] - 2024-10-17 ### Fixed: diff --git a/provider/cmd/pulumi-resource-cratedb/schema-embed.json b/provider/cmd/pulumi-resource-cratedb/schema-embed.json index 529965e..f8d7f3a 100644 --- a/provider/cmd/pulumi-resource-cratedb/schema-embed.json +++ b/provider/cmd/pulumi-resource-cratedb/schema-embed.json @@ -1 +1 @@ -{"name":"cratedb","displayName":"CrateDB","version":"0.1.0+dirty","description":"A Pulumi package for creating and managing CrateDB resources.","keywords":["pulumi","cratedb","category/database"],"homepage":"https://www.cratedb.com","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).","repository":"https://github.com/komminarlabs/pulumi-cratedb","logoUrl":"https://avatars.githubusercontent.com/u/5713248?s=200\u0026v=4","pluginDownloadURL":"github://api.github.com/komminarlabs","publisher":"komminarlabs","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"packageReferences":{"Pulumi":"3.*"},"namespaces":{"cratedb":"CrateDB"},"compatibility":"tfbridge20","rootNamespace":"KomminarLabs"},"go":{"importBasePath":"github.com/komminarlabs/pulumi-cratedb/sdk/go/cratedb","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"nodejs":{"packageName":"@komminarlabs/cratedb","packageDescription":"A Pulumi package for creating and managing CrateDB resources.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"komminarlabs_cratedb","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"types":{"cratedb:index/ClusterDc:ClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"]}}},"cratedb:index/ClusterHealth:ClusterHealth":{"properties":{"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["status"]}}},"cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cidr","description"]}}},"cratedb:index/OrganizationDc:OrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ProjectDc:ProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/getClusterDc:getClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","required":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHealth:getClusterHealth":{"properties":{"lastSeen":{"type":"string","description":"The last seen time.\n"},"runningOperation":{"type":"string","description":"The type of the currently running operation. Returns an empty string if there is no operation in progress.\n"},"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","required":["lastSeen","runningOperation","status"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","required":["cidr","description"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc","description":"The DublinCore of the cluster.\n"},"id":{"type":"string","description":"The id of the last async operation.\n"},"status":{"type":"string","description":"The status of the last async operation.\n"},"type":{"type":"string","description":"The type of the last async operation.\n"}},"type":"object","required":["dc","id","status","type"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationDc:getOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"id":{"type":"string","description":"The id of the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object","required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getProjectDc:getProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}}},"provider":{"description":"The provider type for the cratedb package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}},"inputProperties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"resources":{"cratedb:index/cluster:Cluster":{"description":"Creates and manages a cluster.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","ipWhitelists","name","numNodes","organizationId","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"inputProperties":{"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"requiredInputs":["crateVersion","organizationId","password","productName","productTier","projectId","subscriptionId","username"],"stateInputs":{"description":"Input properties used for looking up and filtering Cluster resources.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"type":"object"}},"cratedb:index/organization:Organization":{"description":"Creates and manages an organization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"required":["dc","email","name","notificationsEnabled","planType","projectCount","roleFqn"],"inputProperties":{"name":{"type":"string","description":"The name of the organization.\n"}},"stateInputs":{"description":"Input properties used for looking up and filtering Organization resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object"}},"cratedb:index/project:Project":{"description":"Creates and manages a project.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"required":["dc","name","organizationId","region"],"inputProperties":{"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"requiredInputs":["organizationId","region"],"stateInputs":{"description":"Input properties used for looking up and filtering Project resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"type":"object"}}},"functions":{"cratedb:index/getCluster:getCluster":{"description":"To retrieve a cluster.\n","inputs":{"description":"A collection of arguments for invoking getCluster.\n","properties":{"id":{"type":"string","description":"The id of the last async operation.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getCluster.\n","properties":{"allowCustomStorage":{"description":"The allow custom storage flag.\n","type":"boolean"},"allowSuspend":{"description":"The allow suspend flag.\n","type":"boolean"},"backupSchedule":{"description":"The backup schedule.\n","type":"string"},"channel":{"description":"The channel of the cluster.\n","type":"string"},"crateVersion":{"description":"The CrateDB version of the cluster.\n","type":"string"},"dc":{"$ref":"#/types/cratedb:index/getClusterDc:getClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"description":"The deletion protected flag.\n","type":"boolean"},"externalIp":{"description":"The external IP address.\n","type":"string"},"fqdn":{"description":"The Fully Qualified Domain Name.\n","type":"string"},"gcAvailable":{"description":"The garbage collection available flag.\n","type":"boolean"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/getClusterHealth:getClusterHealth","description":"The health of the cluster.\n"},"id":{"description":"The id of the cluster.\n","type":"string"},"ipWhitelists":{"description":"The IP whitelist of the cluster.\n","items":{"$ref":"#/types/cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist"},"type":"array"},"lastAsyncOperation":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation","description":"The last async operation of the cluster.\n"},"name":{"description":"The name of the cluster.\n","type":"string"},"numNodes":{"description":"The number of nodes in the cluster.\n","type":"number"},"origin":{"description":"The origin of the cluster.\n","type":"string"},"password":{"description":"The password of the cluster.\n","secret":true,"type":"string"},"productName":{"description":"The product name of the cluster.\n","type":"string"},"productTier":{"description":"The product tier of the cluster.\n","type":"string"},"productUnit":{"description":"The product unit of the cluster.\n","type":"number"},"projectId":{"description":"The project id of the cluster.\n","type":"string"},"subscriptionId":{"description":"The subscription id of the cluster.\n","type":"string"},"suspended":{"description":"The suspended flag.\n","type":"boolean"},"url":{"description":"The URL of the cluster.\n","type":"string"},"username":{"description":"The username of the cluster.\n","type":"string"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","id","ipWhitelists","lastAsyncOperation","name","numNodes","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"type":"object"}},"cratedb:index/getOrganization:getOrganization":{"description":"To retrieve an organization.\n","inputs":{"description":"A collection of arguments for invoking getOrganization.\n","properties":{"id":{"type":"string","description":"The id of the organization.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getOrganization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationDc:getOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"description":"The notification email used in the organization.\n","type":"string"},"id":{"description":"The id of the organization.\n","type":"string"},"name":{"description":"The name of the organization.\n","type":"string"},"notificationsEnabled":{"description":"Whether notifications enabled for the organization.\n","type":"boolean"},"planType":{"description":"The support plan type used in the organization.\n","type":"number"},"projectCount":{"description":"The project count in the organization.\n","type":"number"},"roleFqn":{"description":"The role FQN.\n","type":"string"}},"required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"type":"object"}},"cratedb:index/getOrganizations:getOrganizations":{"description":"To retrieve all organizations.\n","outputs":{"description":"A collection of values returned by getOrganizations.\n","properties":{"id":{"description":"The provider-assigned unique ID for this managed resource.\n","type":"string"},"organizations":{"items":{"$ref":"#/types/cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization"},"type":"array"}},"required":["organizations","id"],"type":"object"}},"cratedb:index/getProject:getProject":{"description":"To retrieve a project.\n","inputs":{"description":"A collection of arguments for invoking getProject.\n","properties":{"id":{"type":"string","description":"The id of the project.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getProject.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getProjectDc:getProjectDc","description":"The DublinCore of the project.\n"},"id":{"description":"The id of the project.\n","type":"string"},"name":{"description":"The name of the project.\n","type":"string"},"organizationId":{"description":"The organization id of the project.\n","type":"string"},"region":{"description":"The region of the project.\n","type":"string"}},"required":["dc","id","name","organizationId","region"],"type":"object"}}}} \ No newline at end of file +{"name":"cratedb","displayName":"CrateDB","version":"0.2.2-alpha.1729159126+eead2f13.dirty","description":"A Pulumi package for creating and managing CrateDB resources.","keywords":["pulumi","cratedb","category/database"],"homepage":"https://www.cratedb.com","license":"Apache-2.0","attribution":"This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).","repository":"https://github.com/komminarlabs/pulumi-cratedb","logoUrl":"https://avatars.githubusercontent.com/u/4048232?s=48\u0026v=4","pluginDownloadURL":"github://api.github.com/komminarlabs","publisher":"komminarlabs","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"packageReferences":{"Pulumi":"3.*"},"namespaces":{"cratedb":"CrateDB"},"compatibility":"tfbridge20","rootNamespace":"KomminarLabs"},"go":{"importBasePath":"github.com/komminarlabs/pulumi-cratedb/sdk/go/cratedb","generateResourceContainerTypes":true,"generateExtraInputTypes":true},"nodejs":{"packageName":"@komminarlabs/cratedb","packageDescription":"A Pulumi package for creating and managing CrateDB resources.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","dependencies":{"@pulumi/pulumi":"^3.0.0"},"devDependencies":{"@types/mime":"^2.0.0","@types/node":"^10.0.0"},"compatibility":"tfbridge20","disableUnionOutputTypes":true},"python":{"packageName":"komminarlabs_cratedb","requires":{"pulumi":"\u003e=3.0.0,\u003c4.0.0"},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-cratedb` repo](https://github.com/komminarlabs/pulumi-cratedb/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-cratedb` repo](https://github.com/komminarlabs/terraform-provider-cratedb/issues).","compatibility":"tfbridge20","pyproject":{}}},"config":{"variables":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"types":{"cratedb:index/ClusterDc:ClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"]}}},"cratedb:index/ClusterHealth:ClusterHealth":{"properties":{"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["status"]}}},"cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["cidr","description"]}}},"cratedb:index/OrganizationDc:OrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/ProjectDc:ProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["created","modified"]}}},"cratedb:index/getClusterDc:getClusterDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs":{"properties":{"cpusPerNode":{"type":"number","description":"The cpus per node.\n"},"diskSizePerNodeBytes":{"type":"integer","description":"The disk size per node in bytes.\n"},"diskType":{"type":"string","description":"The disk type.\n"},"disksPerNode":{"type":"number","description":"The disks per node.\n"},"heapSizeBytes":{"type":"integer","description":"The heap size in bytes.\n"},"memoryPerNodeBytes":{"type":"integer","description":"The memory per node in bytes.\n"}},"type":"object","required":["cpusPerNode","diskSizePerNodeBytes","diskType","disksPerNode","heapSizeBytes","memoryPerNodeBytes"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterHealth:getClusterHealth":{"properties":{"lastSeen":{"type":"string","description":"The last seen time.\n"},"runningOperation":{"type":"string","description":"The type of the currently running operation. Returns an empty string if there is no operation in progress.\n"},"status":{"type":"string","description":"The health status of the cluster.\n"}},"type":"object","required":["lastSeen","runningOperation","status"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist":{"properties":{"cidr":{"type":"string","description":"The CIDR.\n"},"description":{"type":"string","description":"The description.\n"}},"type":"object","required":["cidr","description"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc","description":"The DublinCore of the cluster.\n"},"id":{"type":"string","description":"The id of the last async operation.\n"},"status":{"type":"string","description":"The status of the last async operation.\n"},"type":{"type":"string","description":"The type of the last async operation.\n"}},"type":"object","required":["dc","id","status","type"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getClusterLastAsyncOperationDc:getClusterLastAsyncOperationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationDc:getOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization":{"properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"id":{"type":"string","description":"The id of the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object","required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getOrganizationsOrganizationDc:getOrganizationsOrganizationDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}},"cratedb:index/getProjectDc:getProjectDc":{"properties":{"created":{"type":"string","description":"The created time.\n"},"modified":{"type":"string","description":"The modified time.\n"}},"type":"object","required":["created","modified"],"language":{"nodejs":{"requiredInputs":[]}}}},"provider":{"description":"The provider type for the cratedb package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}},"inputProperties":{"apiKey":{"type":"string","description":"The API key\n","secret":true},"apiSecret":{"type":"string","description":"The API secret\n","secret":true},"url":{"type":"string","description":"The CrateDB Cloud URL\n"}}},"resources":{"cratedb:index/cluster:Cluster":{"description":"Creates and manages a cluster.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","ipWhitelists","name","numNodes","organizationId","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"inputProperties":{"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"requiredInputs":["crateVersion","organizationId","password","productName","productTier","projectId","subscriptionId","username"],"stateInputs":{"description":"Input properties used for looking up and filtering Cluster resources.\n","properties":{"allowCustomStorage":{"type":"boolean","description":"The allow custom storage flag.\n"},"allowSuspend":{"type":"boolean","description":"The allow suspend flag.\n"},"backupSchedule":{"type":"string","description":"The backup schedule.\n"},"channel":{"type":"string","description":"The channel of the cluster. Default is `stable`.\n"},"crateVersion":{"type":"string","description":"The CrateDB version of the cluster.\n"},"dc":{"$ref":"#/types/cratedb:index/ClusterDc:ClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"type":"boolean","description":"The deletion protected flag.\n"},"externalIp":{"type":"string","description":"The external IP address.\n"},"fqdn":{"type":"string","description":"The Fully Qualified Domain Name.\n"},"gcAvailable":{"type":"boolean","description":"The garbage collection available flag.\n"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/ClusterHardwareSpecs:ClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/ClusterHealth:ClusterHealth","description":"The health of the cluster.\n"},"ipWhitelists":{"type":"array","items":{"$ref":"#/types/cratedb:index/ClusterIpWhitelist:ClusterIpWhitelist"},"description":"The IP whitelist of the cluster.\n"},"name":{"type":"string","description":"The name of the cluster.\n"},"numNodes":{"type":"number","description":"The number of nodes in the cluster.\n"},"organizationId":{"type":"string","description":"The organization id of the cluster.\n"},"origin":{"type":"string","description":"The origin of the cluster.\n"},"password":{"type":"string","description":"The password of the cluster.\n","secret":true},"productName":{"type":"string","description":"The product name of the cluster.\n"},"productTier":{"type":"string","description":"The product tier of the cluster.\n"},"productUnit":{"type":"number","description":"The product unit of the cluster. Default is `0`.\n"},"projectId":{"type":"string","description":"The project id of the cluster.\n"},"subscriptionId":{"type":"string","description":"The subscription id of the cluster.\n"},"suspended":{"type":"boolean","description":"The suspended flag.\n"},"url":{"type":"string","description":"The URL of the cluster.\n"},"username":{"type":"string","description":"The username of the cluster.\n"}},"type":"object"}},"cratedb:index/organization:Organization":{"description":"Creates and manages an organization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"required":["dc","email","name","notificationsEnabled","planType","projectCount","roleFqn"],"inputProperties":{"name":{"type":"string","description":"The name of the organization.\n"}},"stateInputs":{"description":"Input properties used for looking up and filtering Organization resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/OrganizationDc:OrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"type":"string","description":"The notification email used in the organization.\n"},"name":{"type":"string","description":"The name of the organization.\n"},"notificationsEnabled":{"type":"boolean","description":"Whether notifications enabled for the organization.\n"},"planType":{"type":"number","description":"The support plan type used in the organization.\n"},"projectCount":{"type":"number","description":"The project count in the organization.\n"},"roleFqn":{"type":"string","description":"The role FQN.\n"}},"type":"object"}},"cratedb:index/project:Project":{"description":"Creates and manages a project.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"required":["dc","name","organizationId","region"],"inputProperties":{"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"requiredInputs":["organizationId","region"],"stateInputs":{"description":"Input properties used for looking up and filtering Project resources.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/ProjectDc:ProjectDc","description":"The DublinCore of the project.\n"},"name":{"type":"string","description":"The name of the project.\n"},"organizationId":{"type":"string","description":"The organization id of the project.\n"},"region":{"type":"string","description":"The region of the project.\n"}},"type":"object"}}},"functions":{"cratedb:index/getCluster:getCluster":{"description":"To retrieve a cluster.\n","inputs":{"description":"A collection of arguments for invoking getCluster.\n","properties":{"id":{"type":"string","description":"The id of the last async operation.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getCluster.\n","properties":{"allowCustomStorage":{"description":"The allow custom storage flag.\n","type":"boolean"},"allowSuspend":{"description":"The allow suspend flag.\n","type":"boolean"},"backupSchedule":{"description":"The backup schedule.\n","type":"string"},"channel":{"description":"The channel of the cluster.\n","type":"string"},"crateVersion":{"description":"The CrateDB version of the cluster.\n","type":"string"},"dc":{"$ref":"#/types/cratedb:index/getClusterDc:getClusterDc","description":"The DublinCore of the cluster.\n"},"deletionProtected":{"description":"The deletion protected flag.\n","type":"boolean"},"externalIp":{"description":"The external IP address.\n","type":"string"},"fqdn":{"description":"The Fully Qualified Domain Name.\n","type":"string"},"gcAvailable":{"description":"The garbage collection available flag.\n","type":"boolean"},"hardwareSpecs":{"$ref":"#/types/cratedb:index/getClusterHardwareSpecs:getClusterHardwareSpecs","description":"The hardware specs of the cluster.\n"},"health":{"$ref":"#/types/cratedb:index/getClusterHealth:getClusterHealth","description":"The health of the cluster.\n"},"id":{"description":"The id of the cluster.\n","type":"string"},"ipWhitelists":{"description":"The IP whitelist of the cluster.\n","items":{"$ref":"#/types/cratedb:index/getClusterIpWhitelist:getClusterIpWhitelist"},"type":"array"},"lastAsyncOperation":{"$ref":"#/types/cratedb:index/getClusterLastAsyncOperation:getClusterLastAsyncOperation","description":"The last async operation of the cluster.\n"},"name":{"description":"The name of the cluster.\n","type":"string"},"numNodes":{"description":"The number of nodes in the cluster.\n","type":"number"},"origin":{"description":"The origin of the cluster.\n","type":"string"},"password":{"description":"The password of the cluster.\n","secret":true,"type":"string"},"productName":{"description":"The product name of the cluster.\n","type":"string"},"productTier":{"description":"The product tier of the cluster.\n","type":"string"},"productUnit":{"description":"The product unit of the cluster.\n","type":"number"},"projectId":{"description":"The project id of the cluster.\n","type":"string"},"subscriptionId":{"description":"The subscription id of the cluster.\n","type":"string"},"suspended":{"description":"The suspended flag.\n","type":"boolean"},"url":{"description":"The URL of the cluster.\n","type":"string"},"username":{"description":"The username of the cluster.\n","type":"string"}},"required":["allowCustomStorage","allowSuspend","backupSchedule","channel","crateVersion","dc","deletionProtected","externalIp","fqdn","gcAvailable","hardwareSpecs","health","id","ipWhitelists","lastAsyncOperation","name","numNodes","origin","password","productName","productTier","productUnit","projectId","subscriptionId","suspended","url","username"],"type":"object"}},"cratedb:index/getOrganization:getOrganization":{"description":"To retrieve an organization.\n","inputs":{"description":"A collection of arguments for invoking getOrganization.\n","properties":{"id":{"type":"string","description":"The id of the organization.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getOrganization.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getOrganizationDc:getOrganizationDc","description":"The DublinCore of the organization.\n"},"email":{"description":"The notification email used in the organization.\n","type":"string"},"id":{"description":"The id of the organization.\n","type":"string"},"name":{"description":"The name of the organization.\n","type":"string"},"notificationsEnabled":{"description":"Whether notifications enabled for the organization.\n","type":"boolean"},"planType":{"description":"The support plan type used in the organization.\n","type":"number"},"projectCount":{"description":"The project count in the organization.\n","type":"number"},"roleFqn":{"description":"The role FQN.\n","type":"string"}},"required":["dc","email","id","name","notificationsEnabled","planType","projectCount","roleFqn"],"type":"object"}},"cratedb:index/getOrganizations:getOrganizations":{"description":"To retrieve all organizations.\n","outputs":{"description":"A collection of values returned by getOrganizations.\n","properties":{"id":{"description":"The provider-assigned unique ID for this managed resource.\n","type":"string"},"organizations":{"items":{"$ref":"#/types/cratedb:index/getOrganizationsOrganization:getOrganizationsOrganization"},"type":"array"}},"required":["organizations","id"],"type":"object"}},"cratedb:index/getProject:getProject":{"description":"To retrieve a project.\n","inputs":{"description":"A collection of arguments for invoking getProject.\n","properties":{"id":{"type":"string","description":"The id of the project.\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getProject.\n","properties":{"dc":{"$ref":"#/types/cratedb:index/getProjectDc:getProjectDc","description":"The DublinCore of the project.\n"},"id":{"description":"The id of the project.\n","type":"string"},"name":{"description":"The name of the project.\n","type":"string"},"organizationId":{"description":"The organization id of the project.\n","type":"string"},"region":{"description":"The region of the project.\n","type":"string"}},"required":["dc","id","name","organizationId","region"],"type":"object"}}}} \ No newline at end of file diff --git a/provider/cmd/pulumi-resource-cratedb/schema.json b/provider/cmd/pulumi-resource-cratedb/schema.json index eecb911..477a529 100644 --- a/provider/cmd/pulumi-resource-cratedb/schema.json +++ b/provider/cmd/pulumi-resource-cratedb/schema.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "attribution": "This Pulumi package is based on the [`cratedb` Terraform Provider](https://github.com/komminarlabs/terraform-provider-cratedb).", "repository": "https://github.com/komminarlabs/pulumi-cratedb", - "logoUrl": "https://avatars.githubusercontent.com/u/5713248?s=200\u0026v=4", + "logoUrl": "https://avatars.githubusercontent.com/u/4048232?s=48\u0026v=4", "pluginDownloadURL": "github://api.github.com/komminarlabs", "publisher": "komminarlabs", "meta": { diff --git a/sdk/dotnet/logo.png b/sdk/dotnet/logo.png index e62311c..f573aaa 100644 Binary files a/sdk/dotnet/logo.png and b/sdk/dotnet/logo.png differ diff --git a/sdk/dotnet/version.txt b/sdk/dotnet/version.txt index 5505cb3..ebf8f59 100644 --- a/sdk/dotnet/version.txt +++ b/sdk/dotnet/version.txt @@ -1 +1 @@ -0.1.0+dirty +0.2.2-alpha.1729159126+eead2f13.dirty diff --git a/sdk/nodejs/yarn.lock b/sdk/nodejs/yarn.lock index ca770e7..bb50a46 100644 --- a/sdk/nodejs/yarn.lock +++ b/sdk/nodejs/yarn.lock @@ -370,9 +370,9 @@ integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== "@pulumi/pulumi@^3.0.0": - version "3.136.1" - resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.136.1.tgz#1ef187cdb3f3b4abf119ae6088e76edb20947ed4" - integrity sha512-bO+AVYKyf4dFDVSbBRoCiwAVE0JhugwAEv5FmWit+VHE3f9eoy1qrw7t5DmGmAiL2cGCwTpvVEIf4y1N7360ZA== + version "3.137.0" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.137.0.tgz#670636d20eb85880854a49623947d6ea23099742" + integrity sha512-YgvcPKxuE3X1Yi93W2qZuM43nELT1FEvz7J5IK1hAJPo+v9m2oAh5Vag1lNDPjM0+y7WDfFe0ODI+2way3quRw== dependencies: "@grpc/grpc-js" "^1.10.1" "@logdna/tail-file" "^2.0.6" @@ -514,9 +514,9 @@ integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== "@types/node@*", "@types/node@>=13.7.0": - version "22.7.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b" - integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== + version "22.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.6.tgz#3ec3e2b071e136cd11093c19128405e1d1f92f33" + integrity sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw== dependencies: undici-types "~6.19.2" @@ -558,9 +558,9 @@ acorn-import-attributes@^1.9.5: integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ== acorn@^8.8.2: - version "8.12.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" - integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== + version "8.13.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3" + integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w== agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.1: version "7.1.1" @@ -825,9 +825,9 @@ exponential-backoff@^3.1.1: integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== fdir@^6.1.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.0.tgz#8e80ab4b18a2ac24beebf9d20d71e1bc2627dbae" - integrity sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ== + version "6.4.2" + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689" + integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ== find-up@^6.3.0: version "6.3.0"