From e2c48f99f3eed72098240e530f4004a9d3b9926f Mon Sep 17 00:00:00 2001 From: Vladimir Vagaytsev Date: Tue, 25 Jun 2024 11:47:25 +0200 Subject: [PATCH] chore(release): bump version to 0.13.32 --- CHANGELOG.md | 29 +++++++++++++++++++ README.md | 2 +- cli/package.json | 2 +- core/package.json | 4 +-- 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 | 4 +-- docs/use-cases/on-demand-preview-envs.md | 2 +- e2e/package.json | 2 +- 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, 61 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4972d320b8..5157002435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,33 @@ + +## [0.13.32](https://github.com/garden-io/garden/compare/0.13.31...0.13.32) (2024-06-25) + +### Bug Fixes + +* 🐛 load valuefiles from config file location ([#6156](https://github.com/garden-io/garden/issues/6156)) ([52dc2b1a0](https://github.com/garden-io/garden/commit/52dc2b1a0)) +* handling varfiles in remote actions ([#6147](https://github.com/garden-io/garden/issues/6147)) ([4d9026f74](https://github.com/garden-io/garden/commit/4d9026f74)) +* allow dashes in kaniko options ([#6149](https://github.com/garden-io/garden/issues/6149)) ([5eaffa312](https://github.com/garden-io/garden/commit/5eaffa312)) +* **git:** fix repo scan result caching ([#6179](https://github.com/garden-io/garden/issues/6179)) ([c276e86c2](https://github.com/garden-io/garden/commit/c276e86c2)) +* **jib:** set `localId` in JIB module-to-action converter ([#6210](https://github.com/garden-io/garden/issues/6210)) ([0eeb4c14d](https://github.com/garden-io/garden/commit/0eeb4c14d)) + +### Bundled Tool Version Updates + +* **kuztomize:** support version `5.4.2` and use it by default ([#6144](https://github.com/garden-io/garden/issues/6144)) ([98a5504c6](https://github.com/garden-io/garden/commit/98a5504c6)) +* **kuztomize:** update version to `4.5.7` ([#6131](https://github.com/garden-io/garden/issues/6131)) ([0a8e39851](https://github.com/garden-io/garden/commit/0a8e39851)) +* **mutagen:** update to version `0.17.6` ([#6145](https://github.com/garden-io/garden/issues/6145)) ([0778c7596](https://github.com/garden-io/garden/commit/0778c7596)) +* **sync:** print warn on upcoming code sync daemon change ([#6155](https://github.com/garden-io/garden/issues/6155)) ([d0a99da88](https://github.com/garden-io/garden/commit/d0a99da88)) + +### Features + +* add building and publishing multi-platform images ([#6208](https://github.com/garden-io/garden/issues/6208)) ([445de8706](https://github.com/garden-io/garden/commit/445de8706)) +* add allowFailure option for workflow steps ([#6114](https://github.com/garden-io/garden/issues/6114)) ([70b8ca870](https://github.com/garden-io/garden/commit/70b8ca870)) + +### Improvements + +* **core:** fix missing action type err msg ([#6176](https://github.com/garden-io/garden/issues/6176)) ([f5c55143e](https://github.com/garden-io/garden/commit/f5c55143e)) +* **docs:** do not use `build` field in migration guide ([#6207](https://github.com/garden-io/garden/issues/6207)) ([491a83073](https://github.com/garden-io/garden/commit/491a83073)) +* **sync:** better error handling with solution suggestion ([#6148](https://github.com/garden-io/garden/issues/6148)) ([da56d45d6](https://github.com/garden-io/garden/commit/da56d45d6)) + ## [0.13.31](https://github.com/garden-io/garden/compare/0.13.30...0.13.31) (2024-06-03) diff --git a/README.md b/README.md index 702e0da200..45cbc70344 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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 61c5f6eed0..51aa67512f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/cli", - "version": "0.13.31", + "version": "0.13.32", "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 6a4dee6998..f6ae75c850 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/core", - "version": "0.13.31", + "version": "0.13.32", "description": "A full-featured development framework for containers and serverless", "type": "module", "repository": { @@ -274,4 +274,4 @@ "fsevents": "^2.3.3" }, "gitHead": "b0647221a4d2ff06952bae58000b104215aed922" -} +} \ No newline at end of file diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index 624fcd8e73..cc7fc37fc7 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -111,6 +111,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.31/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.32/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 76ea2a0602..b8c63deb9b 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.31/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.32/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 0ed0081b81..0528e6790b 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/0.13.31/examples/k8s-deploy-patch-resources) using this approach. +Here's a [complete example project](https://github.com/garden-io/garden/tree/0.13.32/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/0.13.31/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.32/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 eae383d981..167b9ba4bb 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.31/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.31/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.32/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.32/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 5d95697e93..51e360c6b6 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.31/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.32/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 3c80903021..82dbbed7cc 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.31/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.32/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 6a3eb9376d..6f77e0a7c9 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.31/examples/conftest) for a simple +See the [conftest example project](https://github.com/garden-io/garden/tree/0.13.32/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 6d690e784c..d3a4f4fd7b 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.31/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.32/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 ed6c0c2819..a3d6df68d2 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.31/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.32/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 76d324fc85..773e3f3e9a 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.31/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.32/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 cc71277617..0a0db9e998 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.31/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.32/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.31/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.32/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 ba9436ebce..c6fceeda92 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.31/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.32/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 3a1d579471..805cacda25 100644 --- a/docs/use-cases/jumpstart-idp.md +++ b/docs/use-cases/jumpstart-idp.md @@ -39,6 +39,6 @@ Join our [Discord community](https://go.garden.io/discord) 🌸 for access to Ga ## Examples -- [Remote sources example project](https://github.com/garden-io/garden/tree/0.13.31/examples/remote-sources) +- [Remote sources example project](https://github.com/garden-io/garden/tree/0.13.32/examples/remote-sources) -- [kubernetes Deploy action type example with config templates](https://github.com/garden-io/garden/tree/0.13.31/examples/k8s-deploy-config-templates) +- [kubernetes Deploy action type example with config templates](https://github.com/garden-io/garden/tree/0.13.32/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 55739442c3..7316d31dfc 100644 --- a/docs/use-cases/local-development-remote-clusters.md +++ b/docs/use-cases/local-development-remote-clusters.md @@ -61,5 +61,5 @@ Join our [Discord community](https://go.garden.io/discord) 🌸 for access to Ga ## Examples -- [Kubernetes Deploy action example project](https://github.com/garden-io/garden/tree/0.13.31/examples/k8s-deploy-patch-resources) -- [Local mode for `kubernetes` action type](https://github.com/garden-io/garden/tree/0.13.31/examples/local-mode-k8s) +- [Kubernetes Deploy action example project](https://github.com/garden-io/garden/tree/0.13.32/examples/k8s-deploy-patch-resources) +- [Local mode for `kubernetes` action type](https://github.com/garden-io/garden/tree/0.13.32/examples/local-mode-k8s) diff --git a/docs/use-cases/on-demand-preview-envs.md b/docs/use-cases/on-demand-preview-envs.md index 517f80aa04..275f096cc2 100644 --- a/docs/use-cases/on-demand-preview-envs.md +++ b/docs/use-cases/on-demand-preview-envs.md @@ -60,4 +60,4 @@ Join our [Discord community](https://go.garden.io/discord) 🌸 for access to Ga ## Examples -- [Kubernetes Deploy action example project](https://github.com/garden-io/garden/tree/0.13.31/examples/k8s-deploy-patch-resources) +- [Kubernetes Deploy action example project](https://github.com/garden-io/garden/tree/0.13.32/examples/k8s-deploy-patch-resources) diff --git a/e2e/package.json b/e2e/package.json index 26473beb8e..8cb5d71398 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/e2e", - "version": "0.13.31", + "version": "0.13.32", "description": "End-to-end tests for the Garden CLI", "type": "module", "repository": { diff --git a/package.json b/package.json index 5c7f9898a7..39af4d2b4f 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.31", + "version": "0.13.32", "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 4c362fd2a9..7191f00d60 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.31", + "version": "0.13.32", "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 e45f462351..ab0bc75c82 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.31", + "version": "0.13.32", "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 59733e5d30..9ffc85fd83 100644 --- a/plugins/conftest/package.json +++ b/plugins/conftest/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-conftest", - "version": "0.13.31", + "version": "0.13.32", "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 e58905188e..5fce0b86ef 100644 --- a/plugins/jib/package.json +++ b/plugins/jib/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-jib", - "version": "0.13.31", + "version": "0.13.32", "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 5096343b38..8cdb1b03e7 100644 --- a/plugins/pulumi/package.json +++ b/plugins/pulumi/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-pulumi", - "version": "0.13.31", + "version": "0.13.32", "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 5dace172b6..4bb2ad539d 100644 --- a/plugins/terraform/package.json +++ b/plugins/terraform/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/garden-terraform", - "version": "0.13.31", + "version": "0.13.32", "description": "Terraform plugin for Garden", "type": "module", "main": "build/src/index.js", diff --git a/sdk/package.json b/sdk/package.json index 6812460f9b..252a6b239c 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@garden-io/sdk", - "version": "0.13.31", + "version": "0.13.32", "description": "TypeScript plugin SDK for Garden", "type": "module", "repository": {