Skip to content

Latest commit

 

History

History
251 lines (200 loc) · 24.7 KB

CHANGELOG.md

File metadata and controls

251 lines (200 loc) · 24.7 KB

Changelog

v0.3.3 (2021-11-20)

Full Changelog

Implemented enhancements:

  • Release Version 0.3.2 #276

Closed issues:

  • License parsing doesn't parse e.g. LGPLv3 correctly #271

Merged pull requests:

Change Log

v0.3.2 (2020-04-30)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • superflore-gen-oe-recipes: Wrong path used to calculate ROS_NUM_CACHE_YAML_COMMITS #264

Closed issues:

  • superflore-gen-oe-recipes: Stop generating superfore-change-summary.txt #274

Merged pull requests:

  • parser.py: Show program name in usage message instead of description #275 (shr-project)
  • bitbake: Drop generation of superfore-change-summary.txt; fix exception message #273 (shr-project)
  • bitbake/run.py: Require --ros-distro #272 (shr-project)
  • bitbake: Drop year from Copyright lines in generated files #270 (shr-project)
  • bitbake: Fix path to cache.yaml in various places #269 (shr-project)
  • yocto_recipe.py: Correct path in superflore-datetime.inc #268 (shr-project)
  • yocto_recipe.py: Use sensible default for <build_type> when not ROS 1 #267 (shr-project)
  • bitbake: Don't create a pull request #266 (shr-project)
  • superflore-gen-oe-recipes: Delete all generated files when regenerating all recipes #265 (shr-project)

v0.3.1 (2019-12-17)

Full Changelog

Implemented enhancements:

  • Fix bitbake parsing errors when some meta-ros1-* layer is included together with some meta-ros2-* layer #260
  • Allow to re-generate the recipes without creating new branch #248
  • Change use of # in generated commit messages to ==... or --... on the next line #228
  • Use "recipe"/"ebuild" instead of "installer" in log messages #226
  • superflore-gen-oe-recipes: Change operation when --only is specified #224
  • Change how platform packages without a mapping in rosdep/*.yaml are handled for OpenEmbedded #223
  • Update README.md for superflore-gen-oe-recipes #219
  • yocto_recipe.py: bump ROS_SUPERFLORE_GENERATION_SCHEME #261 (shr-project)
  • repo_instance: initialize gh_upstream only when creating pull request (#246) #247 (shr-project)
  • Use "ebuild"/"recipe" instead of "installer" (#226) #243 (herb-kuta-lge)
  • Upgrade CI #241 (allenh1)
  • Include -native pkgs in list of OpenEmbedded platform dependencies (#230) #237 (herb-kuta-lge)
  • Show OpenEmbedded recipe names in commit and PR messages (#225) #235 (herb-kuta-lge)
  • Update license classifier. #221 (tfoote)
  • Adjust PR message stating how superflore was executed #214 (andre-rosa)
  • Retry pushing when wrong credentials are provided or there's an error #208 (andre-rosa)
  • Change Back to apt-get for CI #201 (allenh1)
  • Change to Personal Email #200 (allenh1)
  • Fix CI #199 (allenh1)

Fixed bugs:

  • superflore-change-summary.txt doesn't end with a newline #242
  • Ebuild continues to generate despite dependency resolution failures #229
  • Change use of \# in generated commit messages to ==... or --... on the next line #228
  • superflore-gen-oe-recipes: Change operation when --only is specified #224

Closed issues:

  • Implement Superflore OE Recipe Generation Scheme r44 #255
  • Don't write cache.yaml and cache.diffme files from superflore #252
  • Create new commit when bitbake installer changes some other files without changing any generated recipes #250
  • Allow to run superflore with --dry-run without SUPERFLORE_GITHUB_TOKEN #246
  • Only issue a commit if there are changes #245
  • CI uses EOL Ubuntu release 'trusty' #239
  • Allow the timestamp associated with the superflore run to be overridden #231
  • superflore-gen-oe-recipes: -native packages are missing from the list of platform package dependencies #230
  • superflore-gen-oe-recipes: Don't create a commit when ROS_DISTRO-cache.yaml hasn't changed #227
  • superflore-gen-oe-recipes: Show recipe names instead of ROS package names in commit and PR messsages #225
  • Don't output missing dependencies for OpenEmbedded #217
  • Allow customizing the PR title #215
  • PR message stating how superflore was executed needs adjustment #213
  • [OpenEmbedded] Use branch based on UTC timestamp instead of random characters #211
  • Make markdown output optional on PR and commit descriptions #209
  • Superflore aborts if wrong credentials are passed when pushing #207
  • Update OpenEmbedded support up to spec r36 #204
  • Update OpenEmbedded support up to spec r35 #202

Change Log

v0.3.0 (2019-06-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Commit Message for Updates Reads ROS-'None' #195
  • generate_installers() may record a failure in gen_pkg_func() as success #186
  • Option args.all doesn't add all modified files to the commit/PR #183
  • Multi-License Line Fix #117
  • Regression: --only flag without --output-repository-path #85
  • Docker First Run Behavior #68
  • Fix ros-None in Gentoo Commit Messages #196 (allenh1)
  • Check missing dependencies before checking preserve\_existing #194 (andre-rosa)
  • Fix gen\_pkg\_func failure not being recorded by generate\_installers #187 (andre-rosa)
  • Fix args.all handling #182 (andre-rosa)
  • Fix small syntax issue #174 (allenh1)
  • Fix lack of command text in PR's. #150 (allenh1)
  • Even more utils tests #148 (allenh1)
  • Fix a typo blocking the Gentoo ebuild from working appropriately. #139 (allenh1)
  • Add test for ros-infrastructure/superflore\#117. #118 (allenh1)
  • Fix existing version detection. #103 (allenh1)
  • Fix an issue with the dockerfile. #101 (allenh1)
  • Add public domain license #87 (allenh1)

Closed issues:

  • Recent Gentoo generations aren't listing missing dependencies #193
  • Sometimes a transient XML download failure aborts generation #188
  • Melodic qt_metapackages cannot be generated #184
  • Add --dry-run and --pr-only to Open Embedded #130
  • Patch file support OpenEmbedded #110

Merged pull requests:

v0.2.1 (2018-01-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Multi-License Line Fix #117
  • Add test for ros-infrastructure/superflore\#117. #118 (allenh1)

v0.2.0 (2017-12-28)

Full Changelog

Implemented enhancements:

  • Move some packages to DEPEND #83
  • Create a tar-archive-dir to clean up the .tar files downloaded for Open Embedded #80
  • Replace custom Docker class with upstream docker library #66
  • ROS-distribution specific branches for Open Embedded #107 (allenh1)
  • Add checksum cache for Open Embedded #102 (allenh1)
  • Dynamically update copyright year & handle multiple licenses for Open Embedded #100 (shaneallcroft)
  • Add --only PKG option #76 (allenh1)

Fixed bugs:

  • Regression: --only flag without --output-repository-path #85
  • Fix existing version detection. #103 (allenh1)
  • Fix an issue with the dockerfile. #101 (allenh1)
  • Add public domain license #87 (allenh1)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator