theforeman / puppet-certs

Puppet module for dealing with SSL certs across other modules used in Katello
GNU General Public License v3.0
5 stars 39 forks source link

Drop absent file declarations #451

Closed ehelms closed 5 months ago

evgeni commented 5 months ago

I like being conservative:)

ekohl commented 5 months ago

@ehelms merged #452 so we already know it won't be part of 18.0.0 :)

evgeni commented 5 months ago

Is it really backwards incompatible tho? No parameters are removed and no change of functionality happens. We just stop managing resources that should be absent.

ekohl commented 5 months ago

My reasoning is that you should always be able to upgrade with a minor version without too carefully looking at the release notes while a major version changes it. This just feels safer.

ehelms commented 5 months ago

I think now that 18.0.0 is released, we can merge this?