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

End of Life - New Relic Terraform providers before version 2.37.0 #1665

Closed
kidk opened this issue Feb 21, 2022 · 0 comments
Closed

End of Life - New Relic Terraform providers before version 2.37.0 #1665

kidk opened this issue Feb 21, 2022 · 0 comments
Assignees
Labels
breaking-change Breaking Change

Comments

@kidk
Copy link
Contributor

kidk commented Feb 21, 2022

Hi everyone

I want to make you all aware of an upcoming EOL that will impact all version of the New Relic Terraform provider before version 2.37.0.

In order to provide broader support for the OpenTelemetry framework in the New Relic platform we are updating some underlying services that will impact the functionality of older versions of New Relic Terraform Provider, New Relic Go Client SDK and New Relic CLI. Impacted functionality will come from API calls to NerdGraph (New Relic GraphQL API) returning new entity types that will cause errors for older versions of tools that are expecting a specific entity type in the response. In order to ensure that no disruptions occur please update your tools to the latest versions, with supported versions including these or newer:

We advice to either upgrade to 2.37.0 (or later) or to use our configuration without a version number

terraform {
  required_version = "~> 1.0"
  required_providers {
    newrelic = {
      source  = "newrelic/newrelic"
    }
  }
}

The new versions contain lots of new features and bug fixes. If you are impacted by either a bug of missing feature in the new versions compared to the older version please don't hesitate to create an issue. We will prioritising these issues before others.

If you have feedback or concerns, feel free to respond to this ticket. The team wants to make this transition as smooth as possible for everyone, so anything we can do to help let us know.

Thanks a lot
The observability as code team

@kidk kidk self-assigned this Feb 21, 2022
@kidk kidk added the breaking-change Breaking Change label Feb 21, 2022
@kidk kidk pinned this issue Feb 21, 2022
@kidk kidk closed this as completed Oct 26, 2022
@kidk kidk unpinned this issue Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Breaking Change
Projects
None yet
Development

No branches or pull requests

1 participant