Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform kubernetes to ~> 1.13.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 22, 2019

Mend Renovate

This PR contains the following updates:

Package Type Update Change
kubernetes (source) provider minor ~> 1.8.1 -> ~> 1.13.0

Release Notes

hashicorp/terraform-provider-kubernetes (kubernetes)

v1.13.4

Compare Source

IMPROVEMENTS:

  • Clean up incompatible licenses. (#​1238)
  • Docs: fix broken links (#​1041)
  • Enable links check and fix 2 links (#​1259)

v1.13.3

Compare Source

FEATURES:

  • Add support for readiness_gate on Pod spec (#​811)
  • Add Azure Managed disk to PV resource (#​202)
  • Add support for enable_service_links to the pod specification (#​975)

BUG FIXES:

  • Fix annotation diffs on affinity tests (#​993)
  • Fix api_group requirement in cluster_role_binding and role_binding (#​1024)
  • Fix service test leaking ELBs (#​947)
  • Fix annotation diffs on affinity tests (#​993)
  • Fix job documentation
  • Fix build on macOS (#​1045) and windows/386

IMPROVEMENTS:

  • Update Go dependencies (#​968)
  • Update acceptance tests for tfproviderlint (#​887)
  • Refactor Typhoon test configuration to allow selection of Kubernetes version (#​992)
  • Update Pull Request Lifecycle docs (#​1032)
  • CI checks for docs website (registry migration) (#​953)

v1.13.2

Compare Source

BUG FIXES:

  • Fix spurious forced replacement in empty_dir volume (#​985)
  • Fix reported replica count when waiting for Deployment rollout (#​998)
  • health_check_port_node should force replacement (#​986)
  • Don't force replacement StatefulSet / Deployment when affinity rule selectors change (#​755)

IMPROVEMENTS:

  • Wait for kubernetes_service to be deleted
  • Updates to CONTRIBUTING.md and PULL_REQUESTS.md

v1.13.1

Compare Source

BUG FIXES:

  • Fix crash when size_limit is not present on empty_dir volume (#​983)

v1.13.0

Compare Source

FEATURES:

  • Add resource CertificateSigningRequest (#​922)
  • Add resource default_service_account (#​876)

IMPROVEMENTS:

  • Allow in-place update of PVC's storage request (#​957)
  • Add sysctl support to pod spec (#​938)
  • Add ability to wait for deployment to delete (#​937)
  • Add support for aggregation_rule to cluster_role resource (#​911)
  • Add health_check_node_port to Service resource (#​908)
  • Add support for size_limit for empty_dir block (#​912)
  • Add support for volume mode (#​939)
  • Add projected volumes in pod_spec (#​907)
  • Add termination_message_policy to container schema (#​847)

BUG FIXES:

  • Recreate Storage Class on VolumeBindingMode update (#​757)
  • Fix url attribute in admissionregistration client_config.service block (#​959)
  • Fix crash when deferencing nil pointer in v1beta1.IngressRule (#​967)

v1.12.0

Compare Source

BUG FIXES:

  • Fix crash in resource_kubernetes_pod_security_policy attribute host_ports (#​931)

IMPROVEMENTS:

  • Add wait_for_rollout to kubernetes_deployment resource (#​863)
  • Add wait_for_rollout to kubernetes_stateful_set resource (#​605)

v1.11.4

Compare Source

IMPROVEMENTS:

  • Add resource for CSIDriver (#​825)
  • Add resource for Pod Security Policies (#​861)
  • Add data source for Pod and PVC (#​786)
  • Add support for CSI volume type in persistent_volume resource (#​817)
  • Add Kubernetes Job wait_for_completion functionality (#​625)
  • Support optional flag for ConfigMap mounted as volume (#​823)
  • Add specific error message when failing to load provider config (#​780)
  • Support optional on env valueFrom for secret key/configmap key (#​824)
  • Skip tests for CSIDriver if cluster version is less than 1.16
  • Allow ttl_seconds_after_finished = 0 in kubernetes_job resource (#​849)
  • Set service block to optional for webhook configurations (#​902)

v1.11.3

Compare Source

IMPROVEMENTS:

  • Add data source for ingress (#​514)
  • Add data sources for namespaces (#​613)

v1.11.2

Compare Source

IMPROVEMENTS:

  • Add data source for config map (#​76)
  • Add data source for service account (#​523)
  • Add resource for ValidatingWebHookConfiguration and MutatingWebhookConfiguration (#​791)

BUG FIXES:

  • Update Go module versions to work with Go 1.13

v1.11.1

Compare Source

IMPROVEMENTS:

  • Bump provider SDK to v1.7.0

BUG FIXES:

  • Defer client initialization to improve resilience (#​759)

v1.11.0

Compare Source

IMPROVEMENTS:

  • Add mount_options attribute to kubernetes_persistent_volume and kubernetes_storage_class
  • Refactor client config initialization and fix in-cluster config (#​679) (#​497)

BUG FIXES:

  • Do not force base64 encoding for the ca_bundle on kubernetes_api_service (#​679)
  • Allow 3s age gap between service account and secret (issue)
  • Add load_config_file = false to documented provider configurations
  • Add support for startup_probe on container spec
  • Fix (cluster-)role bindings and rules updates (#​713)
  • Fix namespacing issues on kubernetes_priority_class (#​680) See comment on backward compatibility
  • Documentation fixes

v1.10.0

Compare Source

FEATURES:

  • New resource: kubernetes_pod_disruption_budget (#​644 / PR #​338)
  • New resource: kubernetes_priority_class (PR #​495)

IMPROVEMENTS:

  • Add mount_propagation attribute to container volume mount
  • Add support for .spec.service.port to kubernetes_api_service (#​665)
  • Update k8s.io/client-go to v12
  • Set option to cascade delete job resources (#​534 / PR #​635)
  • Support in-cluster configuration with service accounts (PR #​497)
  • Parametrize all existing timeout values (PR #​607)
  • Enable HTTP requests/responses tracing in debug mode (PR #​630)

BUG FIXES:

  • Do not set default namespace for replication controller and deployment pod templates (#​275)
  • Updated host_alias property name to host_aliases (PR #​670)
  • Docs - updated all broken and commit-specific Kubernetes links to point to master branch (PR #​626)
  • Allow 0 for backoff_limit on kubernetes_job (PR #​632)

v1.9.0

Compare Source

FEATURES:

  • New resource: kubernetes_api_service (PR #​487)

IMPROVEMENTS:

  • Add type attribute to volume hostPath (#​358)
  • Configurable delete timeout for kubernetes_namespace resource

BUG FIXES:

  • Allow all values for deployment rolling update config (PR #​587)
  • Align validation of role_binding and cluster_role_binding names to Kubernetes rules (PR #​583)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@helmsman-bot
Copy link

Can one of the admins verify this patch?

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate-bot
To complete the pull request process, please assign robinpercy
You can assign the PR to them by writing /assign @robinpercy in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate-bot renovate-bot changed the title Update Terraform provider kubernetes to ~> 1.10.0 Update Terraform provider kubernetes to ~> 1.11.0 Feb 22, 2020
@renovate-bot renovate-bot changed the title Update Terraform provider kubernetes to ~> 1.11.0 Update Terraform kubernetes to ~> 1.11.0 Jul 1, 2020
@renovate-bot renovate-bot changed the title Update Terraform kubernetes to ~> 1.11.0 Update Terraform kubernetes to ~> 1.12.0 Aug 23, 2020
@renovate-bot renovate-bot changed the title Update Terraform kubernetes to ~> 1.12.0 Update Terraform kubernetes to ~> 1.13.0 Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants