Skip to content

Commit

Permalink
liblab SDK update for version v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Sep 6, 2024
1 parent a2b53d1 commit e21a0c6
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:00.890Z",
"date": "2024-09-06T14:42:23.145Z",
"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 Down Expand Up @@ -196,7 +196,7 @@
}
],
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"targetBranch": "main",
"language": "python",
"deliveryMethod": "zip",
Expand Down Expand Up @@ -263,7 +263,6 @@
".env.example",
"/examples/.env.example",
"src/salad_cloud_imds_sdk/services/utils/default_headers.py",
"./LICENSE",
".devcontainer/devcontainer.json",
"documentation/snippets/v1-reallocate-post.md",
"documentation/snippets/v1-status-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 @@ -33,7 +33,7 @@ sdk = SaladCloudImdsSdk(
)

request_body = ReallocateContainer(
reason="aliqua ad dolor officia"
reason="commodo"
)

result = sdk.metadata.reallocate_container(request_body=request_body)
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 @@ -8,7 +8,7 @@ sdk = SaladCloudImdsSdk(
)

request_body = ReallocateContainer(
reason="aliqua ad dolor officia"
reason="commodo"
)

result = sdk.metadata.reallocate_container(request_body=request_body)
Expand Down

0 comments on commit e21a0c6

Please sign in to comment.