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

kubernetes_server_version data source #2306

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

daemon4d-us
Copy link

Description

Acceptance tests

  • [ Yes] Have you added an acceptance test for the functionality being added?
  • [ Yes] Have you run the acceptance tests on this branch?

Output from acceptance testing:

dsidorenko@dsidorenko01-la terraform-provider-kubernetes % make testacc TESTARGS='-run=TestAccKubernetesDataSourceServerVersion_basic'
==> Checking that code complies with gofmt requirements...
go vet .
TF_ACC=1 go test "/Users/dsidorenko/go/src/github.com/hashicorp/terraform-provider-kubernetes/kubernetes" -v -vet=off -run=TestAccKubernetesDataSourceServerVersion_basic -parallel 8 -timeout 3h
=== RUN   TestAccKubernetesDataSourceServerVersion_basic
=== PAUSE TestAccKubernetesDataSourceServerVersion_basic
=== CONT  TestAccKubernetesDataSourceServerVersion_basic
--- PASS: TestAccKubernetesDataSourceServerVersion_basic (3.64s)
PASS
ok      github.com/hashicorp/terraform-provider-kubernetes/kubernetes   4.069s

Release Note

Release note for CHANGELOG:

data kubernetes_server_version added. 
...

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@daemon4d-us daemon4d-us requested a review from a team as a code owner October 5, 2023 06:54
@hashicorp-cla
Copy link

hashicorp-cla commented Oct 5, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added size/L and removed size/M labels Oct 5, 2023
@daemon4d-us
Copy link
Author

Hi @torqu3e Does this look better?

@alexsomesan
Copy link
Member

@daemon4d-us
Changes generally look good and this is a useful feature to have in the provider.
In order for community PRs to be merged contributors need to agree to the CLA. Please see the prompt above from hashicorp-cla bot.

@daemon4d-us
Copy link
Author

Hm, something is not working quite good here for me. I have actually signed the CLA, but still appears in Pending state here.

@arybolovlev
Copy link
Contributor

Hm, something is not working quite good here for me. I have actually signed the CLA, but still appears in Pending state here.

As far as I can see, 2 out of 3 commits including the initial one were made by a user @dsidorenkonx and you have opened this PR from the username @daemon4d-us. That could be a reason why the CLA is still pending signing.

Please update the provider documentation with a new data source and add a change log file.

Thanks!

@daemon4d-us
Copy link
Author

@arybolovlev Thanks for figuring this out. The CLA check is green now. But since I've changed history the PR needs one more approval.

@daemon4d-us
Copy link
Author

Anyone can take a look one more time?

@BBBmau
Copy link
Contributor

BBBmau commented Dec 4, 2023

Please refer to @arybolovlev's comments, still missing documentation and changelog entry in order for this PR to get merged.

@BBBmau
Copy link
Contributor

BBBmau commented Jan 8, 2024

any update on this? @daemon4d-us

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

6 participants