Skip to content

Commit

Permalink
chore(deps): update terraform kustomization to v0.9.6 (#121)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kustomization](https://registry.terraform.io/providers/kbst/kustomization)
([source](https://github.com/kbst/terraform-provider-kustomization)) |
required_provider | patch | `0.9.5` -> `0.9.6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kbst/terraform-provider-kustomization (kustomization)</summary>

###
[`v0.9.6`](https://github.com/kbst/terraform-provider-kustomization/releases/tag/v0.9.6)

[Compare
Source](https://github.com/kbst/terraform-provider-kustomization/compare/v0.9.5...v0.9.6)

#### What's Changed

- Use kustomize_options as block in example by
[@&#8203;torvitas](https://github.com/torvitas) in
[kbst/terraform-provider-kustomization#247
- updating Go and deps to fix CVEs by
[@&#8203;valeriodelsarto](https://github.com/valeriodelsarto) in
[kbst/terraform-provider-kustomization#249
- Add api_versions and kube_version to helm_charts block by
[@&#8203;FlxPeters](https://github.com/FlxPeters) in
[kbst/terraform-provider-kustomization#253

#### New Contributors

- [@&#8203;torvitas](https://github.com/torvitas) made their first
contribution in
[kbst/terraform-provider-kustomization#247
- [@&#8203;valeriodelsarto](https://github.com/valeriodelsarto) made
their first contribution in
[kbst/terraform-provider-kustomization#249
- [@&#8203;FlxPeters](https://github.com/FlxPeters) made their first
contribution in
[kbst/terraform-provider-kustomization#253

**Full Changelog**:
kbst/terraform-provider-kustomization@v0.9.5...v0.9.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
lambchop4prez committed May 26, 2024
2 parents b49237d + 10eb1ce commit a516ea0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
47 changes: 30 additions & 17 deletions provision/servonet/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provision/servonet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
}
kustomization = {
source = "kbst/kustomization"
version = "0.9.5"
version = "0.9.6"
}
}
}
Expand Down

0 comments on commit a516ea0

Please sign in to comment.