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

Allowing GA version of node 18 actions runtime #709

Merged
merged 8 commits into from
Jul 12, 2023

Conversation

willvedd
Copy link
Contributor

@willvedd willvedd commented Jul 12, 2023

🔧 Changes

As reported by #705 , a new node18-actions value exists specifically for Node 18 GA whereas the previous node18 value is designated for beta. This PR adds that value to the validation list but also de-emphasizes the usage of the beta version to encourage users to leverage the GA version by default.

📚 References

Related Issue: #705

🔬 Testing

Changing acceptance test to use new value, confirming its usage.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner July 12, 2023 16:54
}, false),
Description: "The Node runtime. Defaults to `node12`. Possible values are: " +
"`node12`, `node16` or `node18`.",
"`node12`, `node16` or `node18-actions`.",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While node18 is technically a valid value, it will be removed at a future date and we should encourage our users to leverage the GA version.

@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2023

Codecov Report

Merging #709 (8a01e11) into v1 (1168aaf) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##               v1     #709   +/-   ##
=======================================
  Coverage   87.60%   87.60%           
=======================================
  Files          84       84           
  Lines       13573    13574    +1     
=======================================
+ Hits        11890    11891    +1     
  Misses       1272     1272           
  Partials      411      411           
Impacted Files Coverage Δ
internal/auth0/action/resource.go 86.03% <100.00%> (+0.06%) ⬆️

@sergiught sergiught changed the base branch from main to v1 July 12, 2023 17:07
@willvedd willvedd merged commit 0b89b3c into v1 Jul 12, 2023
@willvedd willvedd deleted the gh-705-add-node-18-runtime-actions branch July 12, 2023 18:08
@markus-winkler
Copy link

this problem still occurs in TerraformProvider 1.1.2 - can you please give an update how to use node18-actions as value with terraform ? Thx, Markus

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

Successfully merging this pull request may close these issues.

4 participants