Skip to content

Releases: erik/holepunch

v1.0.0

13 Dec 23:23
Compare
Choose a tag to compare
  • Drop support for Python 2 (and Python 3 < 3.6)
  • Ensure that security group rules will still be reverted if subcommand is terminated (thanks @kxalex!)

v0.9.0

11 Nov 10:26
Compare
Choose a tag to compare
  • Upgrade boto version to support SSO AWS profiles

v0.8.0

30 Dec 06:02
Compare
Choose a tag to compare
  • Add -4 and -6 to choose between looking up external IPv4 and IPv6 addresses

v0.7.1

29 Dec 23:54
Compare
Choose a tag to compare
  • Unpin botocore version to play nicely with other packages

v0.7.0

19 Dec 04:37
Compare
Choose a tag to compare
  • Add support for IPV6 ranges

v0.6.0

17 Dec 18:28
Compare
Choose a tag to compare
  • backwards incompatible rename -c, --comment to more accurate -d, --description (matches AWS API)
  • Introduce -c, --command to wrap execution of a shell command with security group ingress

v0.5.1

15 Dec 17:10
Compare
Choose a tag to compare
  • Add unit tests
  • Bug fix: accidentally introduced Python 2 incompatibility.

v0.5.0

13 Dec 18:48
Compare
Choose a tag to compare
  • Add -r / --remove-existing
  • Fix issue where AWS session token could expire if left running for long periods.

v0.4.0

06 Dec 23:58
Compare
Choose a tag to compare
  • Add python3 support
  • Add --profile=... (equivalent to AWS_PROFILE environment variable)