Deprecations

Deprecations

This document collects the features that have been deprecated in Garden 0.14.

Old configuration syntax

hotReload configuration field in modules

The 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 Code Synchronization Guide for details.

serviceResource.hotReloadArgs configuration field in kubernetes modules

The 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 Code Synchronization Guide for details.

spec.devMode configuration field in actions

The 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 actions

The 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 provider

The 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.",

Unsupported commands

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.

Last updated

Was this helpful?