Skip to content

Commit 754193f

Browse files
committed
feat: New version v4beta13 generated due to config change
1 parent 184c57b commit 754193f

File tree

154 files changed

+7285
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+7285
-152
lines changed

docs-v2/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ weight = 1
8282
copyright = "Skaffold Authors"
8383
privacy_policy = "https://policies.google.com/privacy"
8484
github_repo = "https://github.com/GoogleContainerTools/skaffold"
85-
skaffold_version = "skaffold/v4beta13"
85+
skaffold_version = "skaffold/v4beta14"
8686

8787
# Google Custom Search Engine ID. Remove or comment out to disable search.
8888
# gcs_engine_id = "013756393218025596041:3nojel67sum"

docs-v2/content/en/docs/references/cli/_index.md

Lines changed: 1 addition & 1 deletion

docs-v2/content/en/schemas/v4beta13.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,6 +2834,12 @@
28342834
"x-intellij-html-description": "to add timestamps to log format.",
28352835
"default": "false"
28362836
},
2837+
"noPush": {
2838+
"type": "boolean",
2839+
"description": "if you only want to build the image, without pushing to a registry.",
2840+
"x-intellij-html-description": "if you only want to build the image, without pushing to a registry.",
2841+
"default": "false"
2842+
},
28372843
"ociLayoutPath": {
28382844
"type": "string",
28392845
"description": "to specify a directory in the container where the OCI image layout of a built image will be placed. This can be used to automatically track the exact image built by kaniko.",
@@ -2941,6 +2947,7 @@
29412947
"cleanup",
29422948
"insecure",
29432949
"insecurePull",
2950+
"noPush",
29442951
"force",
29452952
"logTimestamp",
29462953
"reproducible",
@@ -2998,6 +3005,11 @@
29983005
"description": "enables caching of run layers (default=true).",
29993006
"x-intellij-html-description": "enables caching of run layers (default=true)."
30003007
},
3008+
"compressedCaching": {
3009+
"type": "boolean",
3010+
"description": "increases memory usage but reduces build runtime (default=true).",
3011+
"x-intellij-html-description": "increases memory usage but reduces build runtime (default=true)."
3012+
},
30013013
"hostPath": {
30023014
"type": "string",
30033015
"description": "specifies a path on the host that is mounted to each pod as read only cache volume containing base images. If set, must exist on each node and prepopulated with kaniko-warmer.",
@@ -3019,7 +3031,8 @@
30193031
"hostPath",
30203032
"ttl",
30213033
"cacheCopyLayers",
3022-
"cacheRunLayers"
3034+
"cacheRunLayers",
3035+
"compressedCaching"
30233036
],
30243037
"additionalProperties": false,
30253038
"type": "object",

docs-v2/content/en/schemas/v4beta14.json

Lines changed: 4830 additions & 0 deletions
Large diffs are not rendered by default.

integration/examples/bazel/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
metadata:
44
name: hello

integration/examples/buildpacks-java/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
build:
44
artifacts:

integration/examples/buildpacks-node/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
build:
44
artifacts:

integration/examples/buildpacks-python/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
build:
44
artifacts:

integration/examples/buildpacks/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
build:
44
artifacts:

integration/examples/cross-platform-builds/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta13
1+
apiVersion: skaffold/v4beta14
22
kind: Config
33
build:
44
artifacts:

0 commit comments

Comments
 (0)