We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please update pdk (really the runtime) to curl 8, similar to what was done in puppetlabs/puppet-runtime#816
Ship pdk with curl 8.x so that we can easily bump to supported versions when CVEs are announced.
It should be as simple as adding the following to configs/projects/pdk-runtime.rb:
configs/projects/pdk-runtime.rb
proj.setting :curl_version, '8.7.1'
https://perforce.atlassian.net/browse/PE-38160
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
Please update pdk (really the runtime) to curl 8, similar to what was done in puppetlabs/puppet-runtime#816
Describe the Solution You Would Like
Ship pdk with curl 8.x so that we can easily bump to supported versions when CVEs are announced.
It should be as simple as adding the following to
configs/projects/pdk-runtime.rb
:Additional Context
https://perforce.atlassian.net/browse/PE-38160
The text was updated successfully, but these errors were encountered: