From b1cf4875cd94b4aa94ca328e9e2635a25ee01e37 Mon Sep 17 00:00:00 2001 From: Kyle Dodson Date: Mon, 16 Sep 2024 21:43:20 -0700 Subject: [PATCH] liblab SDK update v0.9.0-alpha.3 (#5) --- .manifest.json | 18 +++++++++--------- README.md | 4 ++-- .../Salad.Cloud.IMDS.SDK.csproj | 2 +- documentation/models/ContainerStatus.md | 8 ++++---- documentation/models/ContainerToken.md | 6 +++--- documentation/models/ReallocateContainer.md | 6 +++--- documentation/services/MetadataService.md | 6 +++--- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.manifest.json b/.manifest.json index 25aa945..248a754 100644 --- a/.manifest.json +++ b/.manifest.json @@ -1,10 +1,10 @@ { - "liblabVersion": "2.3.1", - "date": "2024-09-11T23:34:37.035Z", + "liblabVersion": "2.4.0", + "date": "2024-09-17T04:36:03.839Z", "config": { "apiId": 1126, "sdkName": "salad-cloud-imds-sdk", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "liblabVersion": "2", "deliveryMethods": ["zip"], "languages": ["csharp"], @@ -25,7 +25,7 @@ "homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet", "ignoreFiles": [".gitignore", "./LICENSE"], "liblabVersion": "2", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "targetBranch": "main" }, "go": { @@ -33,7 +33,7 @@ "githubRepoName": "salad-cloud-imds-sdk-go", "ignoreFiles": [".gitignore", "./LICENSE"], "liblabVersion": "2", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "targetBranch": "main" }, "java": { @@ -57,7 +57,7 @@ "homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java", "ignoreFiles": [".gitignore", "./LICENSE"], "liblabVersion": "2", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "targetBranch": "main" }, "python": { @@ -100,7 +100,7 @@ "githubRepoName": "salad-cloud-imds-sdk-python", "ignoreFiles": [".gitignore", "./LICENSE"], "liblabVersion": "2", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "targetBranch": "main" }, "typescript": { @@ -123,7 +123,7 @@ "homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript", "ignoreFiles": [".gitignore", "./LICENSE"], "liblabVersion": "2", - "sdkVersion": "0.9.0-alpha.2", + "sdkVersion": "0.9.0-alpha.3", "targetBranch": "main" } }, @@ -155,7 +155,7 @@ }, "multiTenant": true, "hooksLocation": { - "bucketKey": "7096/hooks.zip", + "bucketKey": "7207/hooks.zip", "bucketName": "prod-liblab-api-stack-hooks" }, "includeWatermark": false, diff --git a/README.md b/README.md index 2ba1da3..bba2b76 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# SaladCloudImdsSdk C# SDK 0.9.0-alpha.2 +# SaladCloudImdsSdk C# SDK 0.9.0-alpha.3 Welcome to the SaladCloudImdsSdk SDK documentation. This guide will help you get started with integrating and using the SaladCloudImdsSdk SDK in your project. ## Versions - API version: `0.9.0-alpha.1` -- SDK version: `0.9.0-alpha.2` +- SDK version: `0.9.0-alpha.3` ## About the API diff --git a/Salad.Cloud.IMDS.SDK/Salad.Cloud.IMDS.SDK.csproj b/Salad.Cloud.IMDS.SDK/Salad.Cloud.IMDS.SDK.csproj index 6fc208b..148a481 100644 --- a/Salad.Cloud.IMDS.SDK/Salad.Cloud.IMDS.SDK.csproj +++ b/Salad.Cloud.IMDS.SDK/Salad.Cloud.IMDS.SDK.csproj @@ -5,7 +5,7 @@ enable enable Salad.Cloud.IMDS.SDK - 0.9.0-alpha.2 + 0.9.0-alpha.3 Salad.Cloud.IMDS.SDK salad, seniorquico https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet diff --git a/documentation/models/ContainerStatus.md b/documentation/models/ContainerStatus.md index 09fba87..bf9ffa7 100644 --- a/documentation/models/ContainerStatus.md +++ b/documentation/models/ContainerStatus.md @@ -4,7 +4,7 @@ Represents the health statuses of the running container. **Properties** -| Name | Type | Required | Description | -| :------ | :----- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Ready | `bool` | ✅ | `true` if the running container is ready. If a readiness probe is defined, this returns the latest result of the probe. If a readiness probe is not defined but a startup probe is defined, this returns the same value as the `started` property. If neither a readiness probe nor a startup probe are defined, returns `true`. | -| Started | `bool` | ✅ | `true` if the running container is started. If a startup probe is defined, this returns the latest result of the probe. If a startup probe is not defined, returns `true`. | +| Name | Type | Required | Description | +| :------ | :--- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Ready | bool | ✅ | `true` if the running container is ready. If a readiness probe is defined, this returns the latest result of the probe. If a readiness probe is not defined but a startup probe is defined, this returns the same value as the `started` property. If neither a readiness probe nor a startup probe are defined, returns `true`. | +| Started | bool | ✅ | `true` if the running container is started. If a startup probe is defined, this returns the latest result of the probe. If a startup probe is not defined, returns `true`. | diff --git a/documentation/models/ContainerToken.md b/documentation/models/ContainerToken.md index 7eee9e7..7c78a3f 100644 --- a/documentation/models/ContainerToken.md +++ b/documentation/models/ContainerToken.md @@ -4,6 +4,6 @@ Represents the identity token of the running container. **Properties** -| Name | Type | Required | Description | -| :--- | :------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Jwt | `string` | ✅ | The JSON Web Token (JWT) that may be used to identify the running container. The JWT may be verified using the JSON Web Key Set (JWKS) available at https://matrix-rest-api.salad.com/.well-known/stash-jwks.json. | +| Name | Type | Required | Description | +| :--- | :----- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Jwt | string | ✅ | The JSON Web Token (JWT) that may be used to identify the running container. The JWT may be verified using the JSON Web Key Set (JWKS) available at https://matrix-rest-api.salad.com/.well-known/stash-jwks.json. | diff --git a/documentation/models/ReallocateContainer.md b/documentation/models/ReallocateContainer.md index eb3a3cf..b55427c 100644 --- a/documentation/models/ReallocateContainer.md +++ b/documentation/models/ReallocateContainer.md @@ -4,6 +4,6 @@ Represents a request to reallocate a container. **Properties** -| Name | Type | Required | Description | -| :----- | :------- | :------- | :---------------------------------------------------------------------------------------------------------------------------- | -| Reason | `string` | ✅ | The reason for reallocating the container. This value is reported to SaladCloud support for quality assurance of Salad Nodes. | +| Name | Type | Required | Description | +| :----- | :----- | :------- | :---------------------------------------------------------------------------------------------------------------------------- | +| Reason | string | ✅ | The reason for reallocating the container. This value is reported to SaladCloud support for quality assurance of Salad Nodes. | diff --git a/documentation/services/MetadataService.md b/documentation/services/MetadataService.md index b8dcf96..275c6dc 100644 --- a/documentation/services/MetadataService.md +++ b/documentation/services/MetadataService.md @@ -17,9 +17,9 @@ Reallocates the running container to another Salad Node **Parameters** -| Name | Type | Required | Description | -| :---- | :-------------------- | :------- | :---------------- | -| input | `ReallocateContainer` | ✅ | The request body. | +| Name | Type | Required | Description | +| :---- | :------------------ | :------- | :---------------- | +| input | ReallocateContainer | ✅ | The request body. | **Example Usage Code Snippet**