From bd0460f8bb9df7f6bc96d59dee0472a2410526bc Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Wed, 13 Dec 2023 15:45:12 +0100 Subject: [PATCH] chore(release): bump version to 0.13.22 (#5555) * chore(release): bump version to 0.13.22 * chore(release): bump version in `package-lock.json` * chore: text-style in changelog --- CHANGELOG.md | 29 +++++++++++++++++-- README.md | 2 +- cli/package.json | 2 +- core/package.json | 2 +- docs/getting-started/quickstart.md | 2 +- docs/guides/using-garden-in-circleci.md | 2 +- docs/k8s-plugins/actions/deploy/kubernetes.md | 4 +-- .../k8s-plugins/remote-k8s/ingress-and-dns.md | 2 +- .../action-types/Build/jib-container.md | 2 +- docs/reference/module-types/jib-container.md | 2 +- .../providers/conftest-kubernetes.md | 2 +- docs/reference/providers/conftest.md | 2 +- docs/reference/providers/hadolint.md | 2 +- docs/reference/providers/jib.md | 2 +- docs/terraform-plugin/about.md | 4 +-- docs/terraform-plugin/configure-provider.md | 2 +- docs/use-cases/jumpstart-idp.md | 4 +-- .../local-development-remote-clusters.md | 6 ++-- e2e/package.json | 2 +- package-lock.json | 24 +++++++-------- package.json | 2 +- plugins/conftest-container/package.json | 2 +- plugins/conftest-kubernetes/package.json | 2 +- plugins/conftest/package.json | 2 +- plugins/jib/package.json | 2 +- plugins/pulumi/package.json | 2 +- plugins/terraform/package.json | 2 +- sdk/package.json | 2 +- 28 files changed, 69 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fb7cd2c9..d7f58b430c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ + +## [0.13.22](https://github.com/garden-io/garden/compare/0.13.21...0.13.22) (2023-12-13) + +### Bug Fixes + +* if using `tlsCertificates` make the `secretRef` mandatory ([#5533](https://github.com/garden-io/garden/issues/5533)) ([02b809f7c](https://github.com/garden-io/garden/commit/02b809f7c)) +* adding an error handler to the segment client ([#5505](https://github.com/garden-io/garden/issues/5505)) ([540498c2f](https://github.com/garden-io/garden/commit/540498c2f)) +* **commands:** print section and tags in color ([#5525](https://github.com/garden-io/garden/issues/5525)) ([5e93e0785](https://github.com/garden-io/garden/commit/5e93e0785)) +* **commands:** print log command metadata in secondary color ([#5509](https://github.com/garden-io/garden/issues/5509)) ([8141e90cd](https://github.com/garden-io/garden/commit/8141e90cd)) +* **core:** avoid unnecessary config version changes ([#5508](https://github.com/garden-io/garden/issues/5508)) ([61eac7601](https://github.com/garden-io/garden/commit/61eac7601)) +* **dev:** fix reload error when using templates ([#5329](https://github.com/garden-io/garden/issues/5329)) ([975231032](https://github.com/garden-io/garden/commit/975231032)) +* **git:** fix `exclude` files handling in `subtree` Git repo scan mode ([#5504](https://github.com/garden-io/garden/issues/5504)) ([358aeabb9](https://github.com/garden-io/garden/commit/358aeabb9)) +* **git:** prefer project-level repo scan mode over env variable ([#5493](https://github.com/garden-io/garden/issues/5493)) ([3c081762b](https://github.com/garden-io/garden/commit/3c081762b)) +* **sync-mode:** showing undefined when sync status is not-deployed ([#5522](https://github.com/garden-io/garden/issues/5522)) ([9f967688f](https://github.com/garden-io/garden/commit/9f967688f)) + +### Improvements + +* **cloud:** log 'not logged in' msg at info level for community ([#5553](https://github.com/garden-io/garden/issues/5553)) ([cad50600a](https://github.com/garden-io/garden/commit/cad50600a)) +* **dashboard:** better warning logs ([#5538](https://github.com/garden-io/garden/issues/5538)) ([c1d200794](https://github.com/garden-io/garden/commit/c1d200794)) +* **ephemeral-kubernetes:** tweak text in error message ([#5535](https://github.com/garden-io/garden/issues/5535)) ([e5a7d2972](https://github.com/garden-io/garden/commit/e5a7d2972)) +* **helm:** update helm to `3.12.2` ([#5497](https://github.com/garden-io/garden/issues/5497)) ([56c9b4ff6](https://github.com/garden-io/garden/commit/56c9b4ff6)) +* **logger:** update some log lines after style changes ([#5507](https://github.com/garden-io/garden/issues/5507)) ([035bd9e93](https://github.com/garden-io/garden/commit/035bd9e93)) + ## [0.13.21](https://github.com/garden-io/garden/compare/0.13.20...0.13.21) (2023-11-24) @@ -12,7 +35,7 @@ ### Features -* respect NO_COLOR env var ([#5451](https://github.com/garden-io/garden/issues/5451)) ([889552f87](https://github.com/garden-io/garden/commit/889552f87)) +* respect `NO_COLOR` env var ([#5451](https://github.com/garden-io/garden/issues/5451)) ([889552f87](https://github.com/garden-io/garden/commit/889552f87)) ### Improvements @@ -27,7 +50,7 @@ ### Bug Fixes -* windows file tree ([#5364](https://github.com/garden-io/garden/issues/5364)) ([c5c3c66f4](https://github.com/garden-io/garden/commit/c5c3c66f4)) +* fix Windows file tree ([#5364](https://github.com/garden-io/garden/issues/5364)) ([c5c3c66f4](https://github.com/garden-io/garden/commit/c5c3c66f4)) * always resolve symlinks for the executable path in the self-updater ([#5352](https://github.com/garden-io/garden/issues/5352)) ([7ee19dd72](https://github.com/garden-io/garden/commit/7ee19dd72)) * **examples:** fix typo in k8s example + fix comment ([#5337](https://github.com/garden-io/garden/issues/5337)) ([098d59ea4](https://github.com/garden-io/garden/commit/098d59ea4)) * **garden-sea:** resolve symlinks for GARDEN_SEA_EXECUTABLE_PATH ([#5353](https://github.com/garden-io/garden/issues/5353)) ([aba79f50d](https://github.com/garden-io/garden/commit/aba79f50d)) @@ -37,7 +60,7 @@ ### Features * change default git scan mode to `repo` ([#5399](https://github.com/garden-io/garden/issues/5399)) ([da3f68fcb](https://github.com/garden-io/garden/commit/da3f68fcb)) -* **k8s:** add service account and irsa support for in-cluster-builder ([#3384](https://github.com/garden-io/garden/issues/3384)) ([9f6b137d6](https://github.com/garden-io/garden/commit/9f6b137d6)) +* **k8s:** add service account and IRSA support for in-cluster-builder ([#3384](https://github.com/garden-io/garden/issues/3384)) ([9f6b137d6](https://github.com/garden-io/garden/commit/9f6b137d6)) ### Improvements diff --git a/README.md b/README.md index a8195921b9..8e0656aad4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ _If you love Garden, please ★ star this repository to show your support :green   •   Docs   •   - Examples + Examples   •   Blog   •   diff --git a/cli/package.json b/cli/package.json index a42b2ba0b4..6186047ae1 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/cli", - "version": "0.13.21", + "version": "0.13.22", "description": "Cloud native testing platform for testing and developing container applications on Kubernetes", "type": "module", "repository": { diff --git a/core/package.json b/core/package.json index 6ee188bc4d..ea3e0a341f 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/core", - "version": "0.13.21", + "version": "0.13.22", "description": "A full-featured development framework for containers and serverless", "type": "module", "repository": { diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index acdea839f6..ef2c550e46 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -115,6 +115,6 @@ If you'd like to better understand how a Garden project is configured, we recomm through our [first project tutorial](../tutorials/your-first-project/README.md) which walks you through configuring a Garden project step-by-step. If you like to dive right in and configure your own project for Garden, we recommend referencing our [example -projects on GitHub](https://github.com/garden-io/garden/tree/0.13.21/examples) and the section of our docs title [Using Garden](../using-garden/configuration-overview.md), which covers all parts of Garden in detail. +projects on GitHub](https://github.com/garden-io/garden/tree/0.13.22/examples) and the section of our docs title [Using Garden](../using-garden/configuration-overview.md), which covers all parts of Garden in detail. If you have any questions or feedback—or just want to say hi 🙂—we encourage you to join our [Discord community](https://go.garden.io/discord)! diff --git a/docs/guides/using-garden-in-circleci.md b/docs/guides/using-garden-in-circleci.md index bea4675993..87ac6036df 100644 --- a/docs/guides/using-garden-in-circleci.md +++ b/docs/guides/using-garden-in-circleci.md @@ -11,7 +11,7 @@ For the purposes of this example we'll be using [CircleCI](https://circleci.com) ## Project overview -The project is based on our basic [demo-project](https://github.com/garden-io/garden/tree/0.13.21/examples/demo-project) example, but configured for multiple environments. Additionally it contains a CircleCI config file. You'll find the entire source code [here](https://github.com/garden-io/ci-demo-project). +The project is based on our basic [demo-project](https://github.com/garden-io/garden/tree/0.13.22/examples/demo-project) example, but configured for multiple environments. Additionally it contains a CircleCI config file. You'll find the entire source code [here](https://github.com/garden-io/ci-demo-project). The CI pipeline is configured so that Garden tests the project and deploys it to a **preview** environment on every pull request. Additionally, it tests the project and deploys it to a separate **staging** environment on every merge to the `main` branch. diff --git a/docs/k8s-plugins/actions/deploy/kubernetes.md b/docs/k8s-plugins/actions/deploy/kubernetes.md index d8ce21133c..9774f8055d 100644 --- a/docs/k8s-plugins/actions/deploy/kubernetes.md +++ b/docs/k8s-plugins/actions/deploy/kubernetes.md @@ -228,7 +228,7 @@ spec: With this approach, you can add the Garden action to your project without making any changes to existing config. -Here's a [complete example project](https://github.com/garden-io/garden/tree/main/examples/k8s-deploy-patch-resources) using this approach. +Here's a [complete example project](https://github.com/garden-io/garden/tree/0.13.22/examples/k8s-deploy-patch-resources) using this approach. ### Option 2: Using Garden template strings @@ -259,7 +259,7 @@ spec: image: ${actions.build.api.outputs.deployment-image-id} # <--- Garden will resolve this to the correct image before applying the manifest ``` -Here's a [complete example](https://github.com/garden-io/garden/tree/main/examples/k8s-deploy-shared-manifests) using this approach. The downside though is that this is no longer a valid Kubernetes manifest. +Here's a [complete example](https://github.com/garden-io/garden/tree/0.13.22/examples/k8s-deploy-shared-manifests) using this approach. The downside though is that this is no longer a valid Kubernetes manifest. Similarly, if you define your manifest inline you can set the image like so: diff --git a/docs/k8s-plugins/remote-k8s/ingress-and-dns.md b/docs/k8s-plugins/remote-k8s/ingress-and-dns.md index 183fd1e20f..5a82c994f2 100644 --- a/docs/k8s-plugins/remote-k8s/ingress-and-dns.md +++ b/docs/k8s-plugins/remote-k8s/ingress-and-dns.md @@ -5,7 +5,7 @@ order: 3 # 3. Set Up Ingress, TLS and DNS -By default, Garden will not install an ingress controller for remote environments. This can be toggled by setting the [`setupIngressController` flag](../../reference/providers/kubernetes.md#providerssetupingresscontroller) to `nginx`. Alternatively, you can set up your own ingress controller, e.g. using [Traefik](https://traefik.io/), [Ambassador](https://www.getambassador.io/) or [Istio](https://istio.io/). You can find an example for [using Garden with Istio](https://github.com/garden-io/garden/tree/0.13.21/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.21/examples). +By default, Garden will not install an ingress controller for remote environments. This can be toggled by setting the [`setupIngressController` flag](../../reference/providers/kubernetes.md#providerssetupingresscontroller) to `nginx`. Alternatively, you can set up your own ingress controller, e.g. using [Traefik](https://traefik.io/), [Ambassador](https://www.getambassador.io/) or [Istio](https://istio.io/). You can find an example for [using Garden with Istio](https://github.com/garden-io/garden/tree/0.13.22/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.22/examples). You'll also need to point one or more DNS entries to your cluster, and configure a TLS certificate for the hostnames you will expose for ingress. diff --git a/docs/reference/action-types/Build/jib-container.md b/docs/reference/action-types/Build/jib-container.md index d2d39b542e..bbeff8887b 100644 --- a/docs/reference/action-types/Build/jib-container.md +++ b/docs/reference/action-types/Build/jib-container.md @@ -7,7 +7,7 @@ tocTitle: "`jib-container` Build" ## Description -Extends the [container type](./container.md) to build the image with [Jib](https://github.com/GoogleContainerTools/jib). Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.21/examples/jib-container) to see it in action. +Extends the [container type](./container.md) to build the image with [Jib](https://github.com/GoogleContainerTools/jib). Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.22/examples/jib-container) to see it in action. The image is always built locally, directly from the source directory (see the note on that below), before shipping the container image to the right place. You can set `build.tarOnly: true` to only build the image as a tarball. diff --git a/docs/reference/module-types/jib-container.md b/docs/reference/module-types/jib-container.md index d87c1325b8..76dba8e190 100644 --- a/docs/reference/module-types/jib-container.md +++ b/docs/reference/module-types/jib-container.md @@ -11,7 +11,7 @@ Modules are deprecated and will be removed in version `0.14`. Please use [action ## Description -Extends the [container type](./container.md) to build the image with [Jib](https://github.com/GoogleContainerTools/jib). Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.21/examples/jib-container) to see it in action. +Extends the [container type](./container.md) to build the image with [Jib](https://github.com/GoogleContainerTools/jib). Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.22/examples/jib-container) to see it in action. The image is always built locally, directly from the source directory (see the note on that below), before shipping the container image to the right place. You can set `build.tarOnly: true` to only build the image as a tarball. diff --git a/docs/reference/providers/conftest-kubernetes.md b/docs/reference/providers/conftest-kubernetes.md index 6b5e939526..6c36f86bf1 100644 --- a/docs/reference/providers/conftest-kubernetes.md +++ b/docs/reference/providers/conftest-kubernetes.md @@ -14,7 +14,7 @@ Simply add this provider to your project configuration, and configure your polic reference for how to configure default policies, default namespaces, and test failure thresholds for the generated actions. -See the [conftest example project](https://github.com/garden-io/garden/tree/0.13.21/examples/conftest) for a simple +See the [conftest example project](https://github.com/garden-io/garden/tree/0.13.22/examples/conftest) for a simple usage example. Below is the full schema reference for the provider configuration. For an introduction to configuring a Garden project with providers, please look at our [configuration guide](../../using-garden/configuration-overview.md). diff --git a/docs/reference/providers/conftest.md b/docs/reference/providers/conftest.md index 81a803d006..41ea6ec473 100644 --- a/docs/reference/providers/conftest.md +++ b/docs/reference/providers/conftest.md @@ -9,7 +9,7 @@ tocTitle: "`conftest`" This provider allows you to validate your configuration files against policies that you specify, using the [conftest tool](https://github.com/open-policy-agent/conftest) and Open Policy Agent rego query files. The provider creates Test action types of the same name, which allow you to specify files to validate. -Note that, in many cases, you'll actually want to use more specific providers that can automatically configure your `conftest` actions, e.g. the [`conftest-container`](./conftest-container.md) and/or [`conftest-kubernetes`](./conftest-kubernetes.md) providers. See the [conftest example project](https://github.com/garden-io/garden/tree/0.13.21/examples/conftest) for a simple usage example of the latter. +Note that, in many cases, you'll actually want to use more specific providers that can automatically configure your `conftest` actions, e.g. the [`conftest-container`](./conftest-container.md) and/or [`conftest-kubernetes`](./conftest-kubernetes.md) providers. See the [conftest example project](https://github.com/garden-io/garden/tree/0.13.22/examples/conftest) for a simple usage example of the latter. If those don't match your needs, you can use this provider directly and manually configure your `conftest` actions. Simply add this provider to your project configuration, and see the [conftest action documentation](../action-types/Test/conftest.md) for a detailed reference. Also, check out the below reference for how to configure default policies, default namespaces, and test failure thresholds for all `conftest` actions. diff --git a/docs/reference/providers/hadolint.md b/docs/reference/providers/hadolint.md index 3c3833d893..9949a5bb6e 100644 --- a/docs/reference/providers/hadolint.md +++ b/docs/reference/providers/hadolint.md @@ -11,7 +11,7 @@ This provider creates a [`hadolint`](../action-types/Test/hadolint.md) Test acti To configure `hadolint`, you can use `.hadolint.yaml` config files. For each Test, we first look for one in the relevant action's root. If none is found there, we check the project root, and if none is there we fall back to default configuration. Note that for reasons of portability, we do not fall back to global/user configuration files. -See the [hadolint docs](https://github.com/hadolint/hadolint#configure) for details on how to configure it, and the [hadolint example project](https://github.com/garden-io/garden/tree/0.13.21/examples/hadolint) for a usage example. +See the [hadolint docs](https://github.com/hadolint/hadolint#configure) for details on how to configure it, and the [hadolint example project](https://github.com/garden-io/garden/tree/0.13.22/examples/hadolint) for a usage example. Below is the full schema reference for the provider configuration. For an introduction to configuring a Garden project with providers, please look at our [configuration guide](../../using-garden/configuration-overview.md). diff --git a/docs/reference/providers/jib.md b/docs/reference/providers/jib.md index 1fcac443e1..6d1ffc2ed4 100644 --- a/docs/reference/providers/jib.md +++ b/docs/reference/providers/jib.md @@ -11,7 +11,7 @@ tocTitle: "`jib`" Provides support for [Jib](https://github.com/GoogleContainerTools/jib) via the [jib action type](../action-types/Build/jib-container.md). -Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.21/examples/jib-container) to see it in action. +Use this to efficiently build container images for Java services. Check out the [jib example](https://github.com/garden-io/garden/tree/0.13.22/examples/jib-container) to see it in action. Below is the full schema reference for the provider configuration. For an introduction to configuring a Garden project with providers, please look at our [configuration guide](../../using-garden/configuration-overview.md). diff --git a/docs/terraform-plugin/about.md b/docs/terraform-plugin/about.md index d8d5add5d2..7d7443aa5b 100644 --- a/docs/terraform-plugin/about.md +++ b/docs/terraform-plugin/about.md @@ -15,7 +15,7 @@ Under the hood, Garden simply wraps Terraform, so there's no magic involved. Gar Terraform resources can be provisioned through the `terraform` provider when initializing Garden, or via `terraform` actions that are utilized like other actions in your stack. -The former, having a single Terraform stack for your whole project, is most helpful if other provider configurations need to reference the outputs from your Terraform stack, or if most/all of your services depend on the infrastructure provisioned in your Terraform stack. A good example of this is the [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.21/examples/terraform-gke) project, which provisions a GKE cluster that the `kubernetes` provider then runs on, along with the services in the project. The drawback is that Garden doesn't currently watch for changes in those Terraform files, and you need to restart to apply new changes, or apply them manually. +The former, having a single Terraform stack for your whole project, is most helpful if other provider configurations need to reference the outputs from your Terraform stack, or if most/all of your services depend on the infrastructure provisioned in your Terraform stack. A good example of this is the [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.22/examples/terraform-gke) project, which provisions a GKE cluster that the `kubernetes` provider then runs on, along with the services in the project. The drawback is that Garden doesn't currently watch for changes in those Terraform files, and you need to restart to apply new changes, or apply them manually. Using `terraform` _Deploy actions_, can be better if your other providers don't need to reference the stack outputs but other Deploy, Run and Test actions do. In this style, you can basically create small Terraform stacks that are part of your Stack Graph much like other services. A good example would be deploying a database instance, that other services in your project can then connect to. @@ -87,6 +87,6 @@ Now when you deploy a new Terraformed environment, the new backend statefile wil ## Next steps -Check out the [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.21/examples/terraform-gke) project. Also take a look at the [Terraform provider reference](../reference/providers/terraform.md) and the [Terraform Deploy action type reference](../reference/action-types/Deploy/terraform.md) for details on all the configuration parameters. +Check out the [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.22/examples/terraform-gke) project. Also take a look at the [Terraform provider reference](../reference/providers/terraform.md) and the [Terraform Deploy action type reference](../reference/action-types/Deploy/terraform.md) for details on all the configuration parameters. If you're having issues with Terraform itself, please refer to the [official docs](https://www.terraform.io/docs/index.html). diff --git a/docs/terraform-plugin/configure-provider.md b/docs/terraform-plugin/configure-provider.md index 99cf02dd66..4cae228bae 100644 --- a/docs/terraform-plugin/configure-provider.md +++ b/docs/terraform-plugin/configure-provider.md @@ -17,7 +17,7 @@ providers: ... ``` -If you'd like to apply the stack when starting Garden, and then reference the stack outputs in other providers (or actions), you need to add a couple of more flags. Here's the project config from the aforementioned [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.21/examples/terraform-gke): +If you'd like to apply the stack when starting Garden, and then reference the stack outputs in other providers (or actions), you need to add a couple of more flags. Here's the project config from the aforementioned [terraform-gke example](https://github.com/garden-io/garden/tree/0.13.22/examples/terraform-gke): ```yaml apiVersion: garden.io/v1 diff --git a/docs/use-cases/jumpstart-idp.md b/docs/use-cases/jumpstart-idp.md index 200756039e..1e3bc077b7 100644 --- a/docs/use-cases/jumpstart-idp.md +++ b/docs/use-cases/jumpstart-idp.md @@ -54,6 +54,6 @@ If you encounter any issues or bugs 🐛 in this seed, don't hesitate to join ou ## Examples -- [Remote sources example project](https://github.com/garden-io/garden/tree/main/examples/remote-sources) +- [Remote sources example project](https://github.com/garden-io/garden/tree/0.13.22/examples/remote-sources) -- [kubernetes Deploy action type example with config templates](https://github.com/garden-io/garden/tree/main/examples/k8s-deploy-config-templates) +- [kubernetes Deploy action type example with config templates](https://github.com/garden-io/garden/tree/0.13.22/examples/k8s-deploy-config-templates) diff --git a/docs/use-cases/local-development-remote-clusters.md b/docs/use-cases/local-development-remote-clusters.md index 1290fcef61..55f0bd7b51 100644 --- a/docs/use-cases/local-development-remote-clusters.md +++ b/docs/use-cases/local-development-remote-clusters.md @@ -59,6 +59,6 @@ If you encounter any issues or bugs 🐛 in this seed, don't hesitate to join ou ## Examples -- [Code Synchronization example project](https://github.com/garden-io/garden/tree/main/examples/code-synchronization) -- [Simple demo project using Ephemeral Cluster](https://github.com/garden-io/garden/tree/main/examples/ephemeral-cluster-demo) -- [Local mode for kubernetes action type](https://github.com/garden-io/garden/tree/main/examples/local-mode-k8s) +- [Code Synchronization example project](https://github.com/garden-io/garden/tree/0.13.22/examples/code-synchronization) +- [Simple demo project using Ephemeral Cluster](https://github.com/garden-io/garden/tree/0.13.22/examples/ephemeral-cluster-demo) +- [Local mode for kubernetes action type](https://github.com/garden-io/garden/tree/0.13.22/examples/local-mode-k8s) diff --git a/e2e/package.json b/e2e/package.json index fc4c218f26..160e7c1f51 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/e2e", - "version": "0.13.21", + "version": "0.13.22", "description": "End-to-end tests for the Garden CLI", "type": "module", "repository": { diff --git a/package-lock.json b/package-lock.json index 7d2ddad874..af0c3d81aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "garden", - "version": "0.13.21", + "version": "0.13.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "garden", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "workspaces": [ "cli", @@ -79,7 +79,7 @@ }, "cli": { "name": "@garden-io/cli", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -1477,7 +1477,7 @@ }, "core": { "name": "@garden-io/core", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@codenamize/codenamize": "^1.1.1", @@ -13385,7 +13385,7 @@ }, "e2e": { "name": "@garden-io/e2e", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/cli": "*", @@ -40445,7 +40445,7 @@ }, "plugins/conftest": { "name": "@garden-io/garden-conftest", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -40465,7 +40465,7 @@ }, "plugins/conftest-container": { "name": "@garden-io/garden-conftest-container", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -41489,7 +41489,7 @@ }, "plugins/conftest-kubernetes": { "name": "@garden-io/garden-conftest-kubernetes", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -43464,7 +43464,7 @@ }, "plugins/jib": { "name": "@garden-io/garden-jib", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -44498,7 +44498,7 @@ }, "plugins/pulumi": { "name": "@garden-io/garden-pulumi", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -45541,7 +45541,7 @@ }, "plugins/terraform": { "name": "@garden-io/garden-terraform", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", @@ -46586,7 +46586,7 @@ }, "sdk": { "name": "@garden-io/sdk", - "version": "0.13.21", + "version": "0.13.22", "license": "MPL-2.0", "dependencies": { "@garden-io/core": "*", diff --git a/package.json b/package.json index 84e1db1753..981967c336 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "git+https://github.com/garden-io/garden.git" }, - "version": "0.13.21", + "version": "0.13.22", "author": "Garden Technologies, Inc. ", "license": "MPL-2.0", "homepage": "https://github.com/garden-io/garden", diff --git a/plugins/conftest-container/package.json b/plugins/conftest-container/package.json index 9fd52415cb..d340ff0c24 100644 --- a/plugins/conftest-container/package.json +++ b/plugins/conftest-container/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-conftest-container", - "version": "0.13.21", + "version": "0.13.22", "description": "Auto-generator for the conftest plugin and Garden container modules", "type": "module", "main": "build/src/index.js", diff --git a/plugins/conftest-kubernetes/package.json b/plugins/conftest-kubernetes/package.json index 79374b1179..b0a14cacac 100644 --- a/plugins/conftest-kubernetes/package.json +++ b/plugins/conftest-kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-conftest-kubernetes", - "version": "0.13.21", + "version": "0.13.22", "description": "Auto-generator for the conftest plugin and Garden kubernetes/helm modules", "type": "module", "main": "build/src/index.js", diff --git a/plugins/conftest/package.json b/plugins/conftest/package.json index 0611bb8148..bdf23c1608 100644 --- a/plugins/conftest/package.json +++ b/plugins/conftest/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-conftest", - "version": "0.13.21", + "version": "0.13.22", "description": "conftest plugin for Garden", "type": "module", "main": "build/src/index.js", diff --git a/plugins/jib/package.json b/plugins/jib/package.json index 21713a3599..303c7b7bea 100644 --- a/plugins/jib/package.json +++ b/plugins/jib/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-jib", - "version": "0.13.21", + "version": "0.13.22", "description": "Jib container plugin for Garden", "type": "module", "main": "build/src/index.js", diff --git a/plugins/pulumi/package.json b/plugins/pulumi/package.json index e501c0d231..5741ddddc7 100644 --- a/plugins/pulumi/package.json +++ b/plugins/pulumi/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-pulumi", - "version": "0.13.21", + "version": "0.13.22", "description": "Pulumi plugin for Garden", "type": "module", "main": "build/src/index.js", diff --git a/plugins/terraform/package.json b/plugins/terraform/package.json index 7297c24cbe..ec6d60ce66 100644 --- a/plugins/terraform/package.json +++ b/plugins/terraform/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-terraform", - "version": "0.13.21", + "version": "0.13.22", "description": "Terraform plugin for Garden", "type": "module", "main": "build/src/index.js", diff --git a/sdk/package.json b/sdk/package.json index 95e13dbc07..c5c771eefc 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/sdk", - "version": "0.13.21", + "version": "0.13.22", "description": "TypeScript plugin SDK for Garden", "type": "module", "repository": {