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

Released binaries missing the version info #277

Closed
2 tasks done
dikhan opened this issue Feb 22, 2021 · 0 comments · Fixed by #278
Closed
2 tasks done

Released binaries missing the version info #277

dikhan opened this issue Feb 22, 2021 · 0 comments · Fixed by #278
Assignees
Labels

Comments

@dikhan
Copy link
Owner

dikhan commented Feb 22, 2021

Describe the bug

Binaries release in OpenAPI Terraform plugin 2.0.0 does not contain the right static version values due to goreleaser command not using the correct path to the version file

To Reproduce

A clear and concise description on how does it work now and what's the current behaviour.

Steps to reproduce the behavior:

  1. Download the latest release binaryes
  2. Execute it ./terraform-provider-openapi
  3. The output will show in the first few lines that the version is dev instead of the actual version

Expected behaviour

A clear and concise description of what you expected to happen.

Example:

Scenario:
Given a released binary
When executing it /terraform-provider-openapi
Then the output should show in the first line the actual version, date and hash

Additional context

Add any other context about the problem here.

Checklist (for admin only)

Don't forget to go through the checklist to make sure the issue is created properly:

  • I have added a corresponding label (bug) to the issue (right side menu)
  • I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)
@dikhan dikhan added the bug label Feb 22, 2021
@dikhan dikhan self-assigned this Feb 22, 2021
dikhan added a commit that referenced this issue Feb 22, 2021
…lags-missing

[BugFix: Issue #277]: Fix issue where binary released did not contain the expected statically compiled version properties populated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant