Bump hashicorp/kubernetes from 2.20.0 to 2.21.1 in /deploy
Bumps hashicorp/kubernetes from 2.20.0 to 2.21.1.
Release notes
Sourced from hashicorp/kubernetes's releases.
v2.21.1
HOTFIX:
- Revert add "conflictsWith" to provider block schema. [GH-2131]
v2.21.0
FEATURES:
resource/kubernetes_runtime_class_v1
: Add a new resourcekubernetes_runtime_class_v1
. [GH-2080]ENHANCEMENTS:
kubernetes/provider.go
: addconflictsWith
rules to provider configuration schema [GH-2084]kubernetes/resource_kubernetes_service_account.go
: Removedefault_secret_name
warning [GH-2085]resource/kubernetes_node_taint
Update import documentation GH-2094BUG FIXES:
resource/kubernetes_node_taint
: Don't fail when there is a taint in the state file for a node that no longer exists. [GH-2099]resource/kubernetes_job
: Fixed a bug where settingbackoff_limit
to 6 would reset it to 0
Changelog
Sourced from hashicorp/kubernetes's changelog.
2.21.1 (June 5, 2023)
HOTFIX:
- Revert add "conflictsWith" to provider block schema. [GH-2131]
2.21.0 (June 1, 2023)
FEATURES:
resource/kubernetes_runtime_class_v1
: Add a new resourcekubernetes_runtime_class_v1
. [GH-2080]ENHANCEMENTS:
kubernetes/provider.go
: addconflictsWith
rules to provider configuration schema [GH-2084]kubernetes/resource_kubernetes_service_account.go
: Removedefault_secret_name
warning [GH-2085]resource/kubernetes_node_taint
Update import documentation GH-2094BUG FIXES:
resource/kubernetes_node_taint
: Don't fail when there is a taint in the state file for a node that no longer exists. [GH-2099]resource/kubernetes_job
: Fixed a bug where settingbackoff_limit
to 6 would reset it to 0
Commits
-
4ab9f3b
v2.21.1 (hotfix) (#2132) -
6a417ca
Revert "addconflictsWith
to provider schema (#2084)" (#2131) -
00bdbcd
Update release workflow version (#2129) -
b7f3e88
Update CHANGELOG.md for v2.21.0 release (#2128) -
550f2c1
addconflictsWith
to provider schema (#2084) -
80e8520
kubernetes_node_taint: don't fail if node is missing (#2099) -
7196986
Fix: Do not reset backoff_limit to 0 when set to 6 (#1968) -
8a51808
update import docs (#2098) -
73e2558
Adding a Runtime class resource (#2080) -
c1408ac
remove defaultSecret warning message (#2085) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR. Deprecated, use GitLab's native /rebase instead -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts