Changelog

Hi,

Is there another changelog to https://github.com/ansible/ansible/blob/devel/CHANGELOG.md or is it just not up-to-date.

Really keen to see the fixes in 1.8.3 & 1.8.4

Thanks

J

That’s the devel changelog, you probably want the release1.8.4 changelog: https://github.com/ansible/ansible/blob/release1.8.4/CHANGELOG.md

–michael

Ah, yes thanks for that, though still none the wiser :slight_smile:

Many bug fixes, for both core code and core modules.

Is there an easy way in github to list the issues that make it into a release. Can find the commits, but not the issues

Thanks

Yeah, I should have seen that coming. I only know this because I went through the same thing last week.

Changes from 1.8.2 to 1.8.4 can be seen here https://github.com/ansible/ansible/compare/release1.8.2…release1.8.4

But if you’re like me, you care more about the modules themselves, so those can be seen here:

modules-core: https://github.com/ansible/ansible-modules-core/compare/release1.8.2…release1.8.4
modules-extra: https://github.com/ansible/ansible-modules-extras/compare/release1.8.2…release1.8.4

For the changes from 1.8.3 to 1.8.4 you can probably figure out the changes to the URLs!

–michael

Should have finished reading your email. I don’t know about the issues, if you’re lucky they’ll be linked from commit messages or PRs.

That’s great, thanks for the info.

Main issues have been with ec2 spot instances and the delegate_to bug.

Will have a read.

Cheers!