Skip to content

Commit f7e42bf

Browse files
committed
chore(release): bump version to 0.13.62
1 parent 28bd642 commit f7e42bf

File tree

28 files changed

+54
-31
lines changed

28 files changed

+54
-31
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
<a name="0.13.62"></a>
3+
## [0.13.62](https://github.com/garden-io/garden/compare/0.14.7...0.13.62) (2025-08-13)
4+
5+
### Bug Fixes
6+
7+
* do not throw on unknown action types for disabled actions ([#7177](https://github.com/garden-io/garden/issues/7177)) ([5bad9b748](https://github.com/garden-io/garden/commit/5bad9b748))
8+
* prevent unnecessary execution of builds referenced in runtime actions ([#7176](https://github.com/garden-io/garden/issues/7176)) ([fffcdb245](https://github.com/garden-io/garden/commit/fffcdb245))
9+
* **container:** always respect env vars to control remote builder ([#7168](https://github.com/garden-io/garden/issues/7168)) ([96241e5d9](https://github.com/garden-io/garden/commit/96241e5d9))
10+
* **docs:** correct config formatting in terraform examples ([#7232](https://github.com/garden-io/garden/issues/7232)) ([37b464611](https://github.com/garden-io/garden/commit/37b464611))
11+
* **git:** replace vulnerable parse-git-config with ini file parser ([#7094](https://github.com/garden-io/garden/issues/7094)) ([16c66f3c1](https://github.com/garden-io/garden/commit/16c66f3c1))
12+
* **k8s:** update to nginx ingress controller 1.12.1 that is not affected by RCE vulnerability ([#7031](https://github.com/garden-io/garden/issues/7031)) ([5843370e1](https://github.com/garden-io/garden/commit/5843370e1))
13+
* **module-k8s:** fix `deploymentImageId` in module conversion ([#7029](https://github.com/garden-io/garden/issues/7029)) ([00d156de8](https://github.com/garden-io/garden/commit/00d156de8))
14+
* **solver:** throw if a dependency failed and `throwOnError` is true ([#7175](https://github.com/garden-io/garden/issues/7175)) ([7780b56ea](https://github.com/garden-io/garden/commit/7780b56ea))
15+
* **sync:** await monitors stop on `sync stop` completion ([#7061](https://github.com/garden-io/garden/issues/7061)) ([ad92dbe4f](https://github.com/garden-io/garden/commit/ad92dbe4f))
16+
* **template:** do not throw circular reference error when resolving cross-references in the same scope ([#7595](https://github.com/garden-io/garden/issues/7595)) ([c295f7c7c](https://github.com/garden-io/garden/commit/c295f7c7c))
17+
* **terraform:** use backendConfig with plugin commands ([#7249](https://github.com/garden-io/garden/issues/7249)) ([#7252](https://github.com/garden-io/garden/issues/7252)) ([c7504014a](https://github.com/garden-io/garden/commit/c7504014a))
18+
19+
### Bundled Tool Version Updates
20+
21+
* **helm:** update version to 3.17.2 ([#7119](https://github.com/garden-io/garden/issues/7119)) ([927116a65](https://github.com/garden-io/garden/commit/927116a65))
22+
* **kubectl:** update version to 1.32.3 ([#7120](https://github.com/garden-io/garden/issues/7120)) ([f9d7adba9](https://github.com/garden-io/garden/commit/f9d7adba9))
23+
* **mutagen:** update mutagen to 0.18.1 and base alpine image to 3.21.3 ([#7161](https://github.com/garden-io/garden/issues/7161)) ([78fc32e13](https://github.com/garden-io/garden/commit/78fc32e13))
24+
225
<a name="0.13.61"></a>
326
## [0.13.61](https://github.com/garden-io/garden/compare/0.14.6...0.13.61) (2025-07-29)
427

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _If you love Garden, please ★ star this repository to show your support :green
1919
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2020
<a href="https://docs.garden.io/?utm_source=github">Docs</a>
2121
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
22-
<a href="https://github.com/garden-io/garden/tree/0.13.61/examples">Examples</a>
22+
<a href="https://github.com/garden-io/garden/tree/0.13.62/examples">Examples</a>
2323
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2424
<a href="https://garden.io/blog/?utm_source=github">Blog</a>
2525
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garden-io/cli",
3-
"version": "0.13.61",
3+
"version": "0.13.62",
44
"description": "Cloud native testing platform for testing and developing container applications on Kubernetes",
55
"type": "module",
66
"repository": {

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garden-io/core",
3-
"version": "0.13.61",
3+
"version": "0.13.62",
44
"description": "A full-featured development framework for containers and serverless",
55
"type": "module",
66
"repository": {

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ If you'd like to better understand how a Garden project is configured, we recomm
111111
through our [first project tutorial](../tutorials/your-first-project/README.md) which walks you through configuring a Garden project step-by-step.
112112

113113
If you like to dive right in and configure your own project for Garden, we recommend referencing our [example
114-
projects on GitHub](https://github.com/garden-io/garden/tree/0.13.61/examples) and the section of our docs title [Using Garden](../using-garden/configuration-overview.md), which covers all parts of Garden in detail.
114+
projects on GitHub](https://github.com/garden-io/garden/tree/0.13.62/examples) and the section of our docs title [Using Garden](../using-garden/configuration-overview.md), which covers all parts of Garden in detail.
115115

116116
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)!

docs/guides/using-garden-in-circleci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For the purposes of this example we'll be using [CircleCI](https://circleci.com)
1111

1212
## Project overview
1313

14-
The project is based on our basic [demo-project](https://github.com/garden-io/garden/tree/0.13.61/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).
14+
The project is based on our basic [demo-project](https://github.com/garden-io/garden/tree/0.13.62/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).
1515

1616
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.
1717

docs/k8s-plugins/actions/deploy/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228

229229
With this approach, you can add the Garden action to your project without making any changes to existing config.
230230

231-
Here's a [complete example project](https://github.com/garden-io/garden/tree/0.13.61/examples/k8s-deploy-patch-resources) using this approach.
231+
Here's a [complete example project](https://github.com/garden-io/garden/tree/0.13.62/examples/k8s-deploy-patch-resources) using this approach.
232232

233233
### Option 2: Using Garden template strings
234234

@@ -259,7 +259,7 @@ spec:
259259
image: ${actions.build.api.outputs.deployment-image-id} # <--- Garden will resolve this to the correct image before applying the manifest
260260
```
261261

262-
Here's a [complete example](https://github.com/garden-io/garden/tree/0.13.61/examples/k8s-deploy-shared-manifests) using this approach. The downside though is that this is no longer a valid Kubernetes manifest.
262+
Here's a [complete example](https://github.com/garden-io/garden/tree/0.13.62/examples/k8s-deploy-shared-manifests) using this approach. The downside though is that this is no longer a valid Kubernetes manifest.
263263

264264
Similarly, if you define your manifest inline you can set the image like so:
265265

docs/k8s-plugins/remote-k8s/ingress-and-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 3
55

66
# 3. Set Up Ingress, TLS and DNS
77

8-
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.61/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.61/examples).
8+
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.62/examples/istio) in our [examples directory](https://github.com/garden-io/garden/tree/0.13.62/examples).
99

1010
You'll also need to point one or more DNS entries to your cluster, and configure a TLS certificate for the hostnames
1111
you will expose for ingress.

docs/reference/action-types/Build/jib-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tocTitle: "`jib-container` Build"
77

88
## Description
99

10-
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.61/examples/jib-container) to see it in action.
10+
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.62/examples/jib-container) to see it in action.
1111

1212
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.
1313

docs/reference/module-types/jib-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Modules are deprecated and will be removed in version `0.14`. Please use [action
1111

1212
## Description
1313

14-
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.61/examples/jib-container) to see it in action.
14+
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.62/examples/jib-container) to see it in action.
1515

1616
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.
1717

0 commit comments

Comments
 (0)