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 Kubernetes provider to v1.10.0 #56

Merged
merged 4 commits into from
Dec 15, 2019
Merged

Update Kubernetes provider to v1.10.0 #56

merged 4 commits into from
Dec 15, 2019

Commits on Dec 12, 2019

  1. fix: Go 1.13 go.mod builds broken

    Matt Morrison committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d84ff3b View commit details
    Browse the repository at this point in the history
  2. build: use go 1.12 to workaround build errors

    Matt Morrison committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    29eb6cd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. feat: Update to Kubernetes provider v1.10.0

    Matt Morrison committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    e2f08a4 View commit details
    Browse the repository at this point in the history
  2. test: remove validation test

    With the structural changes to the Terraform + SDK + provider code bases the validation breaks the test build due to duplicate imports.
    It's been removed for now, and a simple string comparison of the generated HCL vs .golden files is used.
    Matt Morrison committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    284e954 View commit details
    Browse the repository at this point in the history