@scaleway/sdk-container 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1126,7 +1126,10 @@ export type UpdateContainerRequest = {
1126
1126
  */
1127
1127
  timeout?: string;
1128
1128
  /**
1129
- * Defines whether to redeploy failed containers.
1129
+ * @deprecated Deprecated: future versions of this API will systematically redeploy containers when needed. As such,
1130
+ passing `redeploy: false` will be ignored. Relying on this field is discouraged.
1131
+
1132
+ To force the redeployment of a container, even if no configuration has changed, use the `DeployContainer` method instead.
1130
1133
  */
1131
1134
  redeploy?: boolean;
1132
1135
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-container",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Scaleway SDK container",
5
5
  "license": "Apache-2.0",
6
6
  "files": [