chore(deps): Update Terraform kubernetes to v2.23.0 #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.1
->2.23.0
Release Notes
hashicorp/terraform-provider-kubernetes (kubernetes)
v2.23.0
Compare Source
FEATURES:
resource/kubernetes_cron_job_v1
: add a new volume typeephemeral
tospec.job_template.spec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_cron_job
: add a new volume typeephemeral
tospec.job_template.spec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_daemon_set_v1
: add a new volume typeephemeral
tospec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_daemonset
: add a new volume typeephemeral
tospec.template.spec..volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_deployment_v1
: add a new volume typeephemeral
tospec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_deployment
: add a new volume typeephemeral
tospec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_job_v1
: add a new volume typeephemeral
tospec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_job
: add a new volume typeephemeral
tospec.template.spec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_pod_v1
: add a new volume typeephemeral
tospec.volume
to support generic ephemeral volumes. [GH-2199]resource/kubernetes_pod
: add a new volume typeephemeral
tospec.volume
to support generic ephemeral volumes. [GH-2199]ENHANCEMENTS:
resource/kubernetes_endpoint_slice_v1
: make attributeendpoint.condition
optional. If you had previously included an empty blockcondition {}
in your configuration, we request you to remove it. Doing so will prevent receiving continuous "update in-place" messages while performing the plan and apply operations. [GH-2208]resource/kubernetes_pod_v1
: add a new attributetarget_state
to specify the Pod phase(s) that indicate whether it was successfully created. [GH-2200]resource/kubernetes_pod
: add a new attributetarget_state
to specify the Pod phase(s) that indicate whether it was successfully created. [GH-2200]BUG FIXES:
resource/kubernetes_manifest
: update flow inwait
block to fix timeout bug within tf apply where the resource is created and appears in Kubernetes but does not appear in TF state file after deadline. The fix would ensure that the resource has been created in the state file while also tainting the resource requiring the user to make the necessary changes in order for their to not be another timeout error. [GH-2163]DOCS:
v2.22.0
Compare Source
FEATURES:
kubernetes/data_source_kubernetes_persistent_volume.go
: Add data source for Kubernetes Persistent Volume Resource [GH-2118]kubernetes/resource_kubernetes_namespace.go
: Add attributewait_for_default_service_account
to namespaces which will force Terraform to wait until the default service account has been created by Kubernetes on namespace creation. [GH-2119]kubernetes/resource_kubernetes_endpointslice.go
: Add kubernetes_endpoint_slice resource [GH-2086]ENHANCEMENTS:
kubernetes/provider.go
: Addtls_server_name
kubernetes provider options. [GH-1638]BUG FIXES:
resource/kubernetes_manifest
: fix an issue in thekubernetes_manifest
resource when it panics if tuple attributes within an object have a different number of elements. This leads to the situation when all types of end tuples are getting the same type. [GH-2164]resource/kubernetes_manifest
: fix an issue with thekubernetes_manifest
resource, where an object fails to update correctly when employing wait conditions and thus some attributes are not available for the reference after creation. [GH-2173]v2.21.1
Compare Source
HOTFIX:
v2.21.0
Compare Source
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 0v2.20.0
Compare Source
ENHANCEMENTS:
kubernetes/resource_kubernetes_env.go
: add support for initContainers [GH-2067]kubernetes/resource_kubernetes_node_taint.go
: Remove MaxItems from taint attribute [GH-2046]BUG FIXES:
resource/kubernetes_node_taint
: Fix an issue when updating taint does not update the ID in the state file. [GH-2077]v2.19.0
Compare Source
FEATURES:
New Resource:
kubernetes_token_request_v1
. [GH-2024]BUG FIXES:
data_source/kubernetes_secret_v1
: Fix an issue where data_source cannot read secret created with generate_name. [GH-2028]data_source/kubernetes_secret
: Fix an issue where data_source cannot read secret created with generate_name. [GH-2028]kubernetes/schema_pod_spec.go
: Fix unexpected volumes appearing on plan [GH-2006]resource/kubernetes_cron_job_v1
: Fix annotation logic to prevent internalkeys from being removed in templates [GH-1983]resource/kubernetes_manifest
: Fix a panic when constructing the diagnostic message about incompatible attribute types [GH-2054]resource/kubernetes_manifest
: Fix crash when manifest config contains unknown values of unknown type (DynamicPseudoType) [GH-2055]v2.18.1
Compare Source
HOTFIX:
v2.18.0
Compare Source
FEATURES:
data_source/kubernetes_nodes
. [GH-1921]data_source/kubernetes_resources
. [GH-1967]resource/kubernetes_node_taint
. [GH-1921]ENHANCEMENT:
resource/kubernetes_annotations
: Add a new attributetemplate_annotations
that allows adding annotations to resources with pod templates. [GH-1972]resource/kubernetes_cron_job_v1
: Add a new attributespec.timezone
. [GH-1971]BUG FIXES:
resource/kubernetes_mutating_webhook_configuration
: Fix an issue when the delete operation may not be idempotent. [GH-1999]resource/kubernetes_network_policy_v1
: Fix an issue when the delete operation may not be idempotent. [GH-1999]resource/kubernetes_network_policy
: Fix an issue when the delete operation may not be idempotent. [GH-1999]resource/kubernetes_persistent_volume_claim_v1
: Fix an issue when the delete operation may not be idempotent. [GH-1999]resource/kubernetes_persistent_volume_claim
: Fix an issue when the delete operation may not be idempotent. [GH-1999]resource/kubernetes_storage_class_v1
: Fix an issue when changing the value of the attributeallow_volume_expansion
does not alter Kubernetes resource. [GH-1519]resource/kubernetes_storage_class
: Fix an issue when changing the value of the attributeallow_volume_expansion
does not alter Kubernetes resource. [GH-1519]DOCS:
data_source/kubernetes_nodes
. [GH-1921]data_source/kubernetes_resources
. [GH-1967]resource/kubernetes_node_taint
. [GH-1921]provider
: Add a note regarding theKUBECONFIG
environment variable. [GH-1989]resource/kubernetes_annotations
: Add a new attributetemplate_annotations
. [GH-1972]resource/kubernetes_job_v1
: Add documentation for the attributespec.completion_mode
. [GH-1997]resource/kubernetes_job
: Add documentation for the attributespec.completion_mode
. [GH-1997]resource/resource_kubernetes_cron_job_v1
: Add a new attributespec.timezone
. [GH-1971]v2.17.0
Compare Source
ENHANCEMENT:
grpc
topod.spec.container.liveness_probe
,pod.spec.container.readiness_probe
, andpod.spec.container.startup_probe
. That affects all resources and data sources that use mentionedpod.spec.container
probes directly or as a template. [GH-1915]resource/kubernetes_cluster_role_binding_v1
: add attributegenerate_name
to produce a unique random name [GH-1899]resource/kubernetes_cluster_role_binding
: add attributegenerate_name
to produce a unique random name [GH-1899]resource/kubernetes_cluster_role_v1
: add attributegenerate_name
to produce a unique random name [GH-1899]resource/kubernetes_cluster_role
: add attributegenerate_name
to produce a unique random name [GH-1899]resource/kubernetes_ingress_v1
: add create and delete timeouts [GH-1936]resource/kubernetes_ingress_v1
: make the attributespec.ingress_class_name
computed [GH-1947]resource/kubernetes_persistent_volume_v1
: add additional validation on the delete operation to make it idempotent [GH-1935]resource/kubernetes_persistent_volume
: add additional validation on the delete operation to make it idempotent [GH-1935]resource/kubernetes_role_binding_v1
: add attributegenerate_name
to produce a unique random name [GH-1899]resource/kubernetes_role_binding
: add attributegenerate_name
to produce a unique random name [GH-1899]v2.16.1
Compare Source
ENHANCEMENTS:
This affects the following resources:
kubernetes_api_service
kubernetes_api_service_v1
kubernetes_cluster_role
kubernetes_cluster_role_v1
kubernetes_cluster_role_binding
kubernetes_cluster_role_binding_v1
kubernetes_config_map
kubernetes_config_map_v1
kubernetes_daemonset
kubernetes_daemon_set_v1
kubernetes_deployment
kubernetes_deployment_v1
kubernetes_endpoints
kubernetes_endpoints_v1
kubernetes_horizontal_pod_autoscaler
kubernetes_horizontal_pod_autoscaler_v1
kubernetes_horizontal_pod_autoscaler_v2beta2
kubernetes_horizontal_pod_autoscaler_v2
kubernetes_mutating_webhook_configuration
kubernetes_mutating_webhook_configuration_v1
kubernetes_network_policy
kubernetes_network_policy_v1
kubernetes_persistent_volume_claim
kubernetes_persistent_volume_claim_v1
kubernetes_pod
kubernetes_pod_v1
kubernetes_pod_disruption_budget
kubernetes_pod_disruption_budget_v1
kubernetes_pod_security_policy
kubernetes_pod_security_policy_v1beta1
kubernetes_priority_class
kubernetes_replication_controller
kubernetes_resource_quota
kubernetes_role
kubernetes_role_binding
kubernetes_secret
kubernetes_namespace
kubernetes_service
kubernetes_service_account
kubernetes_stateful_set
kubernetes_storage_class
kubernetes_validating_webhook_configuration
kubernetes_validating_webhook_configuration_v1
Special thanks to @sheneska for making these changes as part of her internship @hashicorp! 🚀
v2.16.0
Compare Source
FEATURES:
kubernetes_endpoints_v1
[GH-1805]ENHANCEMENT:
runtime_class_name
topod.spec
. That affects all resources and data sources that usepod.spec
directly or as a template. [GH-1895]fs_group_change_policy
topod.spec.security_context
. That affects all resources and data sources that usepod.spec
directly or as a template. [GH-1892]kubernetes_resource
datasource [GH-1802]r/kubernetes_pod_v1
: changing values ofspec.container.resources.limits
orspec.container.resources.requests
will force resource recreation. [GH-1889]r/kubernetes_pod
: changing values ofspec.container.resources.limits
orspec.container.resources.requests
will force resource recreation. [GH-1889]BUG FIXES:
spec.container.resources.limits
orspec.container.resources.requests
does not update appropriate Kubernetes resources. Affected resources:kubernetes_pod
,kubernetes_pod_v1
. [GH-1889]spec.container.resources.limits
orspec.container.resources.requests
produce continuous diff output duringplan
although no real changes were made. Affected resources:kubernetes_pod
,kubernetes_pod_v1
,kubernetes_daemonset
,kubernetes_daemon_set_v1
,kubernetes_deployment
,kubernetes_deployment_v1
. [GH-1889]StatefulSet
,Deployment
, andDaemonSet
resources when in some cases changes ofUpdate
orCreate
timeout doesn't affect related actions. [GH-1902]DOCS:
resource/kubernetes_service_account_v1
: mark attributedefault_secret_name
as deprecated [GH-1883]resource/kubernetes_service_account
: mark attributedefault_secret_name
as deprecated [GH-1883]Thanks to all our contributors! 🎉
v2.15.0
Compare Source
ENHANCEMENT:
spec.behavior.scale_down
computed [GH-1853]spec.behavior.scale_up
computed [GH-1853]spec.behavior
computed [GH-1853]spec.behavior.scale_down
computed [GH-1853]spec.behavior.scale_up
computed [GH-1853]spec.behavior
computed [GH-1853]v2.14.0
Compare Source
ENHANCEMENT:
wait_for_service_account_token
and correspondingcreate
timeoutresource/kubernetes_secret_v1: Add a new attribute
wait_for_service_account_token
and correspondingcreate
timeout [GH-1833]DOCS:
spec.port
block optional [GH-1856]spec.port
block optional [GH-1856]v2.13.1
Compare Source
BUG FIXES:
v2.13.0
Compare Source
BUG FIXES:
d/kubernetes_service_account
,r/kubernetes_default_service_account
,r/kubernetes_service_account
. For Kubernetes clusters running v1.24+default_secret_name
will be empty. A warning message will be printed once any of the above resources are in use. (#1792)IMPROVEMENTS:
r/kubernetes_manifest
: Better error messages from OpenAPI schema transformations (#1780)v2.12.1
Compare Source
IMPROVEMENTS:
BUG FIXES:
Failed to morph
errors (#1756)v2.12.0
(#1762)v2.12.0
Compare Source
NEW:
ignore_annotations
ofprovider
(#746)ignore_labels
ofprovider
(#746)condition
towait
block ofkubernetes_manifest
(#1595)allocate_load_balancer_node_ports
ofkubernetes_service(_v1)
(#1683)cluster_ips
ofkubernetes_service(_v1)
(#1683)internal_traffic_policy
ofkubernetes_service(_v1)
(#1683)load_balancer_class
ofkubernetes_service(_v1)
(#1683)session_affinity_config
ofkubernetes_service(_v1)
(#1683)IMPROVEMENTS:
topology_key
ofkubernetes_deployment(_v1)
marked asRequired
(#1736)BUG FIXES:
kubernetes_default_service_account
doesn't set theautomount_service_account_token
tofalse
(#1247)kubernetes_manifest
resource is replaced instead of getting updated (#1712)image_pull_secret
ofkubernetes_service_account(_v1)
isnull
v2.11.0
Compare Source
NEW:
kubernetes_horizontal_pod_autoscaler_v2
(#1674)IMPROVEMENTS:
ip_families
andip_family_policy
attributes tokubernetes_service
(#1662)x-kubernetes-preserve-unknown-fields
type annotation from OpenAPI: changes to attributes of this type trigger whole resource recreation. (#1646)BUG FIXES:
kubernetes_manifest
(#1661)int-or-string
type attributes to include 3rd party types defined by aggregated APIs (#1640)cluster_role_selectors
ofkubernetes_cluster_role(_v1)
(#1360)v2.10.0
Compare Source
NEW:
kubernetes_labels
(#692)kubernetes_annotations
(#692)kubernetes_config_map_v1_data
(#723)wait
with attributerollout
ofkubernetes_manifest
(#1549)app_protocol
ofkubernetes_service
(#1554)container_resource
of resourcekubernetes_horizontal_pod_autoscaler_v2beta2
(#1637)IMPROVEMENTS:
wait_for
attribute in favor ofwait
block inkubernetes_manifest
(#1549)rule
optional ofkubernetes_validating_webhook_configuration(_v1)
andkubernetes_mutating_webhook_configuration(_v1)
(#1618, #1643)BUG FIXES:
match_expression
are used inkubernetes_resource_quota
(#1561)seLinuxOptions.Type
doesn't reflect in the state file (#1650)kube-api-access
prefix (#1663)v2.9.0
Compare Source
IMPROVEMENTS:
csi
to pod spec (#1092)kubernetes_resource
data source (#1548)kubernetes_manifest
resource force the re-creation of the resource when eitherapiVersion
orkind
attributes change (#1593)http
of resourcekubernetes_ingress_v1
optional (#1613)seccomp_profile
to pod and container spec (#1617)kubernetes_job_v1
when attributeswait_for_completion
andttl_seconds_after_finished
are used together (#1619)BUG FIXES:
wait_for_rollout
attribute ofkubernetes_deployment
(#1405)default_secret_name
(#1634)v2.8.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
panic: lists must only contain one type of element
errors onkubernetes_manifest
backend.service.port.name
inkubernetes_ingress_v1
should be type String (#1541)Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.