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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 6.17.1
Ruby: 2.5.9p229
Distribution: Debian 10 & 11
Module version: 7.0.0
How to reproduce (e.g Puppet code you use)
class { 'elasticsearch':
autoupgrade => false,
restart_on_change => true,
version => '7.15.0'
}
Install elasticsearch using the module, wait for a new version of the application to be released,
run apt update && apt dist-upgrade -y
watch as elasticsearch gets upgraded to the new version even if you've specified an earlier version in
your manifest
What are you seeing
An upgrade that may not always be wanted
What behaviour did you expect instead
That the package was set to status hold upon installation so that a dist-upgrade
won't accidentally upgrade the package
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Install elasticsearch using the module, wait for a new version of the application to be released,
run apt update && apt dist-upgrade -y
watch as elasticsearch gets upgraded to the new version even if you've specified an earlier version in
your manifest
What are you seeing
An upgrade that may not always be wanted
What behaviour did you expect instead
That the package was set to status hold upon installation so that a dist-upgrade
won't accidentally upgrade the package
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: