Skip to content

Commit

Permalink
liblab SDK update v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico authored Sep 6, 2024
1 parent df9ad28 commit 0a24b5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"liblabVersion": "2.1.31",
"date": "2024-09-05T21:55:02.393Z",
"date": "2024-09-06T14:42:20.403Z",
"config": {
"apiId": 1126,
"sdkName": "salad-cloud-imds-sdk",
Expand All @@ -23,15 +23,15 @@
],
"githubRepoName": "salad-cloud-imds-sdk-dotnet",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
},
"go": {
"goModuleName": "github.com/saladtechnologies/salad-cloud-imds-sdk-go",
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -55,7 +55,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-java",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -98,7 +98,7 @@
}
],
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -121,7 +121,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-javascript",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"multiTenant": true,
"hooksLocation": {
"bucketKey": "7017/hooks.zip",
"bucketKey": "7034/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": false,
Expand All @@ -170,7 +170,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-dotnet",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"targetBranch": "main",
"language": "csharp",
"deliveryMethod": "zip",
Expand Down Expand Up @@ -216,7 +216,6 @@
"Salad.Cloud.IMDS.SDK/SaladCloudImdsSdkClient.cs",
"Salad.Cloud.IMDS.SDK/Http/Handlers/RetryHandler.cs",
"Salad.Cloud.IMDS.SDK/.gitignore",
"./LICENSE",
"documentation/snippets/v1-reallocate-post.md",
"documentation/snippets/v1-status-get.md",
"documentation/snippets/v1-token-get.md",
Expand Down
2 changes: 1 addition & 1 deletion documentation/services/MetadataService.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using Salad.Cloud.IMDS.SDK.Models;

var client = new SaladCloudImdsSdkClient();

var input = new ReallocateContainer("commodo");
var input = new ReallocateContainer("laborum culpa");

await client.Metadata.ReallocateContainerAsync(input);
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/snippets/v1-reallocate-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Salad.Cloud.IMDS.SDK.Models;

var client = new SaladCloudImdsSdkClient();

var input = new ReallocateContainer("commodo");
var input = new ReallocateContainer("laborum culpa");

await client.Metadata.ReallocateContainerAsync(input);

Expand Down

0 comments on commit 0a24b5c

Please sign in to comment.