diff --git a/_service b/_service
index 25c008a..3a774d2 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/GoogleContainerTools/skaffold
git
.git
- v1.35.2
+ v1.36.0
@PARENT_TAG@
enable
v(.*)
@@ -16,6 +16,6 @@
gz
- skaffold-1.35.2.tar.gz
+ skaffold-1.36.0.tar.gz
diff --git a/_servicedata b/_servicedata
index a14d68c..1986330 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/GoogleContainerTools/skaffold
- f8ae4e65bafdcfd39e4de67329b185432899c7ad
\ No newline at end of file
+ 189a55291c18ac850277134d2b8f3eaa2c4f7a1d
\ No newline at end of file
diff --git a/skaffold-1.35.2.tar.gz b/skaffold-1.35.2.tar.gz
deleted file mode 100644
index d37c661..0000000
--- a/skaffold-1.35.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:268371d47bf3a5adc704cb327ea7c7067c3045ba27680cbf94c4217bd71a55cd
-size 17100735
diff --git a/skaffold-1.36.0.tar.gz b/skaffold-1.36.0.tar.gz
new file mode 100644
index 0000000..f792545
--- /dev/null
+++ b/skaffold-1.36.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c91580be9a789342e94f65e59029bca187a1fa49194d24e95dc8b5559fa6503
+size 21808246
diff --git a/skaffold.changes b/skaffold.changes
index a036945..fb48fca 100644
--- a/skaffold.changes
+++ b/skaffold.changes
@@ -1,3 +1,84 @@
+-------------------------------------------------------------------
+Thu Feb 10 10:07:57 UTC 2022 - kastl@b1-systems.de
+
+- Update to version 1.36.0:
+ * release: v1.36.0 (#7093)
+ * docs: document cross-platform build support (#7090)
+ * fix: use go 1.17.x in verify-examples github action (#7088)
+ * fix: failing windows UT (#7091)
+ * fix: dont update last-prompted if check-update is false (#7067)
+ * feat(logs): allow user config for parsing json application logs when using kubernetes deployers (#7074)
+ * feat: implement cross-platform build support for local docker builder & custom builder
+ * chore: update go.mod go directive and go mod tidy (#7061)
+ * feat(kustomize): Template `paths` (#7049)
+ * chore: install gke-gcloud-auth-plugin in skaffold images (#7060)
+ * feat: update to buildpacks/pack v0.23.0 (#6979)
+ * feat(tag): validate generated/provided tag (#7042)
+ * fix: Helm: uninstall: Release not loaded #5414 (#7045)
+ * fix: include registry for `docker login` and `gcloud auth configure-docker` (#7037)
+ * ci: ensure build_deps:latest and build_deps:latest-lts are pushed on change (#7038)
+ * ci: use consistent go build paths caching (#7044)
+ * chore: update Jib versions to 3.2.0 in examples (#7040)
+ * fix: Allow apply of manifests without file name restrictions (#6871) (#6914)
+ * fix: integration test skaffold config (#7025)
+ * feat(validations): add line number output skaffold to validation errors (#7003)
+ * feat(deps): Update Skaffold images to Go 1.17.3 (#7028)
+ * fix: allow quotes on base image tags in Dockerfiles (#7027)
+ * feat: fetch default-repo from local cluster (#6985)
+ * fix(ko): Debug port forwarding for `ko://` images (#7009)
+ * feat: add 'branches' git tag variant (#7006)
+ * fix: unblock cloud build edge builds (#7014)
+ * fix(labelling): hotfix for issues related to deploy erroring due to nested yaml field overriding in StatefulSet w/ PVC (#7011)
+ * fix(ko): Default repo for pushing `ko://` images (#7010)
+ * ci: fix lts image build (#7000)
+ * fix: add godoc to Fs var in config.go (#7004)
+ * refactor(configlocations): make yamlinfos field private (#7005)
+ * feat(lsp): add virtual file system support to ReadConfiguration and use this in LSP for buffer files and lint (#6977)
+ * feat(lint): added lib for getting yaml line #s for a given schema struct, sub-element and sub-fields. supports patches & profiles (#6955)
+ * feat: allow specifying hook command directory (#6982)
+ * doc: add some detail to local clusters and minikube docker (#6993)
+ * update: new config version v2beta27 (#6981)
+ * feat: monitor OS vulnerability in Skaffold LTS images. (#6964)
+ * fix: limit number of simultaneous taggers to GOMAXPROCS (#6976)
+ * fix: correct $SKIP_TEST env for custom builder (#6984)
+ * fix: bugs for skaffold.yaml files read in via stdin (#6970)
+ * feat: add multi-level-repo support to arbitrary repositories beyond just GCR and AR (#6915)
+ * docs: small typo "Skaffold knows to build" (#6967)
+ * fix: report build failures inline for failed concurrent builds (#6911)
+ * doc(debug): add why breakpoints may fail and clean up manual configuration (#6893)
+ * fix: modify error handling of SyncerMux#Sync (#6934)
+ * fix: Log kaniko errors that happen during the tar phase (#6901)
+ * feat(ko): Enable templating of `labels` and `env` (#6944)
+ * fix: distinguish docker build errors from streaming errors (#6910)
+ * fix: don't send error in skaffoldLogEvent if error is nil (#6945)
+ * test: modules integration tests (#6899)
+ * ci: remove cross compilation step of cloud build job (#6956)
+ * feat(lint): add end line and col support to lint (#6926)
+ * ci: add kokoro scripts for releases (#6906)
+ * feat(lsp): add new command skaffold lsp and working lsp functionality w/ lint rules (#6873)
+ * fix(ko): Do not print image name to stdout (#6928)
+ * fix: s/kubeclt/kubectl/ typo in kubectl errors (#6938)
+ * fix: docker build for artifact with cliFlags should use docker CLI (#6930)
+ * refactor(lint): remove unused regexp linter (#6923)
+ * feat: allow caching from built artifact on local Docker build (#6904)
+ * refactor: remove vestiges of parsing release info text from helm deployment (#6913)
+ * feat: ignore vim *.swp files in hot-reload example (#6895)
+ * docs: address comments from #6898 (#6900)
+ * docs: update status-check supported resource types (#6898)
+ * docs: link Cloud Code `Run on Kubernetes` guide in `skaffold dev` guide page (#6897)
+ * docs: fix typo in file name (#6887)
+ * docs: reorder `skaffold debug` docs (#6894)
+ * fix: correct English wording in error message (#6890)
+ * docs: link Cloud Code how-to guides (#6879)
+ * doc: add details on tryImportMissing (#6880)
+ * doc: address newcomer confusion when joining k8s slack channel (#6881)
+ * chore(deps): bump containerd and opencontainers/images-spec (#6876)
+ * fix(ko): Do not add `-trimpath` when debugging (#6874)
+ * fix: apply cmd should run `kubectl create --dry-run` to get the `ManifestList` (#6875)
+ * docs: separate quickstart guides (#6869)
+ * docs: link cloud code support for updating skaffold.yaml files (#6866)
+ * ci: update draft release to caps
+
-------------------------------------------------------------------
Sat Jan 29 15:28:25 UTC 2022 - Bernhard Wiedemann
diff --git a/skaffold.spec b/skaffold.spec
index d2e5f9d..ec5c076 100644
--- a/skaffold.spec
+++ b/skaffold.spec
@@ -19,9 +19,9 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: skaffold
-Version: 1.35.2
+Version: 1.36.0
Release: 0
-Summary: Easy and Repeatable Kubernetes Development
+Summary: Easy and Repeatable Kubernetes Development
License: Apache-2.0
URL: https://github.com/GoogleContainerTools/skaffold
Source: skaffold-%{version}.tar.gz
diff --git a/vendor.tar.gz b/vendor.tar.gz
index 785d697..bec92f4 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5457432956169758a1121e16e1e8f53c56e6315524323683dc7864ebf7034421
-size 11983940
+oid sha256:f7607d383207851f9907c47923759e6e612b979dee07b57cf321c1a10cbaeb2d
+size 14647321