-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: introduce
apiVersion: garden.io/v2
(#6820)
* docs: fix typo * refactor: named constant for supported api versions * refactor: extract local var + unwrap unnecessary else-block * docs: stub for 0.14 migration guide * chore: introduce `apiVersion: garden.io/v2` * chore: fix lint errors * chore: emit warning if the old multi-valued `dotIgnoreFiles` config is explicitly defined Print a warning even if the list of files is empty. * chore: helper function to handle deprecated feature usages * chore: propagate `projectApiVersion` to the `PluginContext` * chore: use new helper to report the deprecated usages of 0.13 * refactor: extract named const for default `apiVersion` * chore: add more TODOs for 0.14 * chore: allow empty feature descriptions and hints in `reportDeprecatedFeatureUsage` * chore: update warning message * refactor: rename function * docs: update Bonsai migration guide Add note on the `cluster-init` command of the Kubernetes plugin. * docs: update Garden 0.14 migration guide * chore: add TODO-comment for 0.14 * chore: fix error message * test: fix some assertions * test: move test case to another file A validation error is thrown from `resolveProjectConfig` if the `apiVersion` is not correct. * chore: update warnings and docs to reflect that 0.14 has not been released yet and align hints with the reference docs * chore: fix lint errors * chore: use link style in the error message too * docs: re-generate docs * chore: highlight config field names and values in warnings and error messages * chore: fix typo * test: fix assertion * chore: fix lint errors * docs: display deprecation message in the docs * chore: slightly adjust the look of deprecation warnings * docs: re-generate docs * chore: autogenerate the migration guide * chore: generate deprecation docs * chore: add FORCE_COLOR=true to the generate-docs script to fix CI * chore: attempt to fix ci * chore: fix ci --------- Co-authored-by: Steffen Neubauer <steffen@garden.io>
- Loading branch information
1 parent
e274c0a
commit cd0fbcd
Showing
32 changed files
with
400 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.