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

Automate provider release to be able to use most recent fix and features #650

Closed
Ameausoone opened this issue Sep 3, 2020 · 1 comment
Closed

Comments

@Ameausoone
Copy link

Description

There is no automatic release pipeline, then the last release of datadog provider is v2.12.1 released in July the 23rd. There were more than 70 commits (stop counting) since last release.
You maybe could implement an automatic release with semantic release github action ?https://github.com/marketplace/actions/action-for-semantic-release.

Terraform Version

N/A

Affected Resource(s)

Most recent features and fix.

Terraform Configuration Files

e.g.

resource "datadog_synthetics_test" "test_api" {
  type = "api"
  subtype = "http"
  request = {
    method = "GET"
    url = "https://www.example.org"
  }

  **retryCount = 2**
}

Debug Output

N/A

Panic Output

Not yet implemented

Expected Behavior

A release should be available to use (e.g.) retry_count

Actual Behavior

#619 has been merged 1 month ago, and it's not yet released
Same for #632

Steps to Reproduce

Just try to use a recent feature

Important Factoids

N/A

References

#619
#632

@therve
Copy link
Contributor

therve commented Sep 3, 2020

Thanks for the suggestion, but it's not an automation problem, we have another process issue to handle. Sorry for the wait.

@therve therve closed this as completed Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants