Hey Fuelers, I'm glad to announce that FPB (fuel plugin builder) v4.1.0 has been released on PyPI [1]. It's mostly a maintenance release without new features. Here's a changelog highlights: * `tasks.yaml` is now optional for package version "4.0.0" [2] * Fuel Mitaka (9.0) is supported by default in package version "4.0.0" [3] * Use more reliable way to check for `fpm` Ruby GEM [4] * Add ability for role to conflict with all roles by using `*` sign [5] * Do not execute `uninstall.sh` on plugin upgrade [6] * Add possiblity to use generators in `environment_config.yaml` [7] * Don't put any code to PREUN section if `uninstall.sh` doesn't exist or empty [8] * Allow a user to specify any arbitrary string as role name for cross-deps [9] * Add deployment tasks v2.1 validation support [10] - Igor [1]: https://pypi.io/project/fuel-plugin-builder/4.1.0/ [2]: https://bugs.launchpad.net/fuel/+bug/1552248 [3]: https://bugs.launchpad.net/fuel/+bug/1549276 [4]: https://bugs.launchpad.net/fuel/+bug/1561069 [5]: https://bugs.launchpad.net/fuel/+bug/1547590 [6]: https://bugs.launchpad.net/fuel/+bug/1564123 [7]: https://bugs.launchpad.net/fuel/+bug/1557562 [8]: https://bugs.launchpad.net/fuel/+bug/1574478 [9]: https://bugs.launchpad.net/fuel/+bug/1557997 [10]: https://bugs.launchpad.net/fuel/+bug/1590389