Skip to content

Releases: colcon/colcon-bundle

0.1.0

14 Dec 23:19
4b43b2e
Compare
Choose a tag to compare
bump version to 0.1.0 (#205)

Co-authored-by: Anurag Madan <madaanur@amazon.com>
Co-authored-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com>

0.0.24

02 Sep 23:34
3d076fd
Compare
Choose a tag to compare

Added apt retry option to retry a maximum of 3 times in case of download failures.

0.0.23

10 Jul 17:49
fc443da
Compare
Choose a tag to compare

Change the default apt sources.list to use the mirror protocol instead of hard coded region-specific repositories.
This speeds up bundling speeds in regions outside of the US since the apt package collection will use the best repository for whatever region colcon bundle is running in.

0.0.20

14 Apr 12:03
b57dd32
Compare
Choose a tag to compare
  • Resolve an issue where bundles generated with Python 3.8 were not using the right header format (#160).

https://pypi.org/project/colcon-bundle/0.0.20/

0.0.19

28 Mar 14:18
a1652fe
Compare
Choose a tag to compare
  • The shebang transform has been generalized. Users can now bundle any type of script (ex. #!/bin/bash, #!/bin/node, etc.) and it will be properly transformed to #!/usr/bin/env <command>.
  • Fix some shebang transformation bugs and update the documentation.

0.0.15

28 Jun 20:17
db35747
Compare
Choose a tag to compare
Merge pull request #85 from colcon/0.0.15

0.0.15