Skip to content

Commit 96fa1cc

Browse files
chore(deps): update terraform kubectl to v2.2.0 (#176)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [kubectl](https://registry.terraform.io/providers/alekc/kubectl) ([source](https://redirect.github.com/alekc/terraform-provider-kubectl)) | required_provider | minor | `2.1.6` → `2.2.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/alekc/terraform-provider-kubectl/badge)](https://securityscorecards.dev/viewer/?uri=github.com/alekc/terraform-provider-kubectl) | --- ### Release Notes <details> <summary>alekc/terraform-provider-kubectl (kubectl)</summary> ### [`v2.2.0`](https://redirect.github.com/alekc/terraform-provider-kubectl/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/alekc/terraform-provider-kubectl/compare/v2.1.6...v2.2.0) #### Changelog - [`1194f86`](https://redirect.github.com/alekc/terraform-provider-kubectl/commit/1194f869b044fad3854d5f4518ec2dfa470233bf) Dependencies: Bump actions/setup-go in the github-actions group - [`1cd083e`](https://redirect.github.com/alekc/terraform-provider-kubectl/commit/1cd083ecb6178fe0193856ca00a8e7267199a5f3) Allow upgrading api\_version ([#&#8203;244](https://redirect.github.com/alekc/terraform-provider-kubectl/issues/244)) - [`6e0d77f`](https://redirect.github.com/alekc/terraform-provider-kubectl/commit/6e0d77fdd2be59ccd6d99e1060b4e9d739bd4b81) Dependencies: Bump the gomod group with 6 updates </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/btp-on-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a4cd40 commit 96fa1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_infrastructure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ terraform {
107107
# - Test thoroughly before upgrading to newer versions
108108
kubectl = {
109109
source = "alekc/kubectl"
110-
version = "2.1.6"
110+
version = "2.2.0"
111111
}
112112

113113
# Additional providers are configured in providers.tf:

0 commit comments

Comments
 (0)