Skip to content

Commit f34b6fc

Browse files
refactor(schema): freeze v4beta14, bump latest to v4beta15
Snapshots pkg/skaffold/schema/latest into pkg/skaffold/schema/v4beta14 with an identity Upgrade() function, adds the v4beta14 entry to schema.SchemaVersionsV1, flips the latest config.go guard comment from 'already released' to 'SAFE TO MODIFY', and bumps Version to skaffold/v4beta15. All sample skaffold.yaml files under integration/examples/ are bumped to apiVersion: skaffold/v4beta15 (examples/ stays on v4beta14 per the repo convention that /examples uses the latest released version). Regenerates JSON schemas under docs-v[12]/content/en/schemas/ and the CLI reference doc at docs-v2/content/en/docs/references/cli/_index.md. This commit is purely mechanical; no behaviour change.
1 parent 95531aa commit f34b6fc

154 files changed

Lines changed: 7271 additions & 152 deletions

File tree

Some content is hidden

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

docs-v2/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ weight = 1
8686
copyright = "Skaffold Authors"
8787
privacy_policy = "https://policies.google.com/privacy"
8888
github_repo = "https://github.com/GoogleContainerTools/skaffold"
89-
skaffold_version = "skaffold/v4beta14"
89+
skaffold_version = "skaffold/v4beta15"
9090

9191
# Google Custom Search Engine ID. Remove or comment out to disable search.
9292
# 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/v4beta15.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/v4beta14
1+
apiVersion: skaffold/v4beta15
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/v4beta14
1+
apiVersion: skaffold/v4beta15
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/v4beta14
1+
apiVersion: skaffold/v4beta15
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/v4beta14
1+
apiVersion: skaffold/v4beta15
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/v4beta14
1+
apiVersion: skaffold/v4beta15
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/v4beta14
1+
apiVersion: skaffold/v4beta15
22
kind: Config
33
build:
44
artifacts:

integration/examples/custom-buildx/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v4beta14
1+
apiVersion: skaffold/v4beta15
22
kind: Config
33
build:
44
platforms: ["linux/amd64", "linux/arm64"]

0 commit comments

Comments
 (0)