Tim Meusel
Tim Meusel
The next one has to be a major release, 7.0.0, because breaking changes were already merged.
Let's make a new minor release before merging this one
Thanks for all the work! I'm going to merge this in #392
I'm not sure if that's the right move. I think instead we should move stdlib >= 9. https://github.com/puppetlabs/puppetlabs-kubernetes/blob/main/manifests/config/kubeadm.pp#L369-L370 for example still uses the deprecated merge() method: https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/lib/puppet/functions/merge.rb And that fails...
I think raising the stdlib version always justifies a major releases. That's how we usually did it in the past. And when you bump the lower version to 8 I...
Tested in https://github.com/voxpupuli/puppet-example/pull/78
So when any gem in a Gemfile requires a Ruby version that's newer than your local Ruby, bundler will stop. it doesn't matter if the Gem group is disabled or...
Now that we don't use Ruby 2.7 anymore, we can switch to 3.2.
@dependabot rebase
Latest minitar requires ruby 3.1. It is still a bit unclear how older rubygems versions handle this. I would like to first drop older ruby support before pull in the...