voxpupuli / puppet-mongodb

mongodb installation
Apache License 2.0
93 stars 451 forks source link

Release 6.0.0 #759

Closed h-haaks closed 7 months ago

h-haaks commented 7 months ago

With this release the module now supports managing MongoDB 6 and 7.

h-haaks commented 7 months ago

@stevenpost I wonder if we should change the title of #703 to make the mongodb 6 and 7 support more clear in changelog?

"Support MongoDB 6 and 7 by installing and using mongosh command in providers" ?

stevenpost commented 7 months ago

Isn't this also made clear by #728?

$ git log --merges --pretty=oneline v5.0.0..
[...]
feaddb1c8d4b9e8485825aa9d51fb1dda424e97a Merge pull request #728 from StatensPensjonskasse/add-mongodb-6.0-and-7.0-to-acceptance-testing
[..]
h-haaks commented 7 months ago

Agree, I'll label #728 as an enhancement

stevenpost commented 7 months ago

Can you hold off the release a bit? I'm still testing some things and they are currently failing. Not sure if it is because of changes we made or not.

stevenpost commented 7 months ago

Turns out the issue was on my side, the code is fine :)