Releases: AndrewGuenther/fck-nat
Releases · AndrewGuenther/fck-nat
v1.4.0
fck-nat v1.4.0 is here with NAT64 support! Thanks to @RaJiska for all your work to make this happen. And thank you to everyone for all your patience waiting for this release.
Features
- NAT64 Support (Jool) by @RaJiska in #51
- fck-nat - NAT64 - Jool update to 4.1.13 and various fixes #41 by @nicolabeghin in #110
New Contributors
- @nicolabeghin made their first contribution in #110
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.1 largely serves to backport a bunch of improvements made on main and the v1.4.0 branch unrelated to NAT64 for those not wanting to make the jump to v1.4.0 yet.
Features
- add functionality to configure the ip_local_port_range attribute by @shubhambjadhavar in #103
- add functionality to configure the nf_conntrack_max attribute and install the conntrack-tools package by @shubhambjadhavar in #104
Fixes
- Update CloudFormation docs to a fully working example by @bensie in #73
- Fix invalid json structure by @pavlepredic in #75
- doc: Rate price by @bobsut in #67
- fix minor cdk typo in deploying.md by @BenDutton in #81
- Deploy docs CFN Fixes by @drworm in #86
- docs: use t4g.nano instead of t4g.micro by @jasonkliu in #91
- Remove constructs.dev version by @joopert in #90
- Tyop in limitations.md by @DaxServer in #106
- Cleanup by @patrickdk77 in #117
New Contributors
- @bensie made their first contribution in #73
- @pavlepredic made their first contribution in #75
- @bobsut made their first contribution in #67
- @BenDutton made their first contribution in #81
- @drworm made their first contribution in #86
- @jasonkliu made their first contribution in #91
- @joopert made their first contribution in #90
- @DaxServer made their first contribution in #106
- @patrickdk77 made their first contribution in #117
- @shubhambjadhavar made their first contribution in #103
Full Changelog: v1.3.0...v1.3.1
v1.3.0
fck-nat 1.3 is here! I want to give a massive shoutout to @RaJiska who did a ton of heavy lifting this release. Documentation on how to use all the features below can be found at https://fck-nat.dev/v1.3.0/
Features
- fck-nat is now built on top of Amazon Linux 2023!
- The SSM agent is now installed by default
- fck-nat is now available in opt-in regions
- Support for kernel livepatching is enabled in the base AMI
- @RaJiska has built a module to for deploying fck-nat with Terraform! (https://registry.terraform.io/modules/RaJiska/fck-nat/aws/latest)
- Added the ability to attach external-facing EIPs by @RaJiska in #44
- Cloudwatch Agent support — Additional metrics by @RaJiska in #45
Fixes
- fix in cloudformation syntax and updated ami by @itsyitsy in #28
- Update deploying.md by @AndrewGuenther in #31
- Fixes failing attach network when already used by @RaJiska in #43
- Docs: fix cloudformation deploy template by @duswie in #52
- Fix ENI failing to re-attach if already assigned by @RaJiska in #49
New Contributors
- @itsyitsy made their first contribution in #28
- @RaJiska made their first contribution in #43
- @duswie made their first contribution in #52
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Features
- Added support for IMDSv2
v1.2.0
Features
- High availability mode is now supported!
- Ubuntu support was removed to expedite this release, but could be brought back if there's demand.
v1.1.0
Features
- With this release, fck-nat is now available in both as an AL2 and Ubuntu based AMI.
- fck-nat is now packaged as a systemd service in both .rpm and .deb format.
- Rather than hard-coding the network interface, fck-nat now inspects the interface the default route is attached to.