You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m filling this as a Docs Change, but IMO it’s a regression.
Describe the Change You Would Like
The keyserver parameter of the apt class was updated to be a Stdlib::Host in 1e1baad. This is a backward incompatible change that’s in opposition to what the documentation says:
Specifies a keyserver to provide the GPG key. Valid options: a string containing a domain name or a full URL (http://, https://, or hkp://).
A value like hkps://keys.openpgp.org result in the following error:
Also this change is not showing in the CHANGELOG (or release’s description) for 10.0.0 because it was made without a PR making it hard to figure out what introduced it.
The text was updated successfully, but these errors were encountered:
I’m filling this as a Docs Change, but IMO it’s a regression.
Describe the Change You Would Like
The
keyserver
parameter of theapt
class was updated to be aStdlib::Host
in 1e1baad. This is a backward incompatible change that’s in opposition to what the documentation says:A value like
hkps://keys.openpgp.org
result in the following error:Also this change is not showing in the CHANGELOG (or release’s description) for 10.0.0 because it was made without a PR making it hard to figure out what introduced it.
The text was updated successfully, but these errors were encountered: