@forge/manifest 12.1.0-next.0 → 12.1.0-next.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.
- package/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -29955,7 +29955,10 @@
|
|
|
29955
29955
|
"ContainerResourcesSchema": {
|
|
29956
29956
|
"type": "object",
|
|
29957
29957
|
"additionalProperties": false,
|
|
29958
|
-
"required": [
|
|
29958
|
+
"required": [
|
|
29959
|
+
"cpu",
|
|
29960
|
+
"memory"
|
|
29961
|
+
],
|
|
29959
29962
|
"properties": {
|
|
29960
29963
|
"cpu": {
|
|
29961
29964
|
"$ref": "#/definitions/ContainerCpuResourceSchema",
|