Deprecations
Last updated
Was this helpful?
Last updated
Was this helpful?
This document collects the features that have been deprecated in Garden 0.14.
hotReload
configuration field in modulesThe module-level hotReload
configuration field was removed in Garden 0.13 and has no effect. Please use actions with the sync
mode instead.
See the for details.
serviceResource.hotReloadArgs
configuration field in kubernetes
modulesThe serviceResource.hotReload
configuration field in kubernetes
modules was removed in Garden 0.13 and has no effect. Please use actions with the sync
mode instead.
See the for details.
spec.devMode
configuration field in actionsThe spec.devMode
configuration field in actions is deprecated in Garden 0.14. Please use spec.sync
configuration field instead.
The old fields spec.devMode
are automatically converted to spec.sync
in Garden 0.14 when using apiVersion: garden.io/v2
in the project-level configuration.
spec.localMode
configuration field in helm
, kubernetes
and container
Deploy actionsThe local-mode feature was completely removed in 0.14, and the spec.localMode
configuration syntax has no effect. Please remove all spec.localMode
entries from your configuration files.
resources.sync
config field in the kubernetes
providerThe resources.sync
config field in the kubernetes
provider has no effect in Garden 0.13 and 0.14., Please remove it from your kubernetes
provider configuration.
The resources.sync
config field in the kubernetes
provider was only used for the cluster-docker
build mode, which was removed in Garden 0.13.",
cleanup-cluster-registry
The cleanup-cluster-registry
command in the kubernetes
and local-kubernetes
plugins is not supported in Garden 0.14. This command no longer has any effect as of version 0.13! Please remove this from any pipelines running it.