Skip to content

Releases: aws-controllers-k8s/ec2-controller

v1.0.4

24 Jul 18:40
9a1eff6

Choose a tag to compare

What's Changed

  • VPC Flowlogs feature implementation by @nnbu in #138
  • fixing dropping of secondary cidr blocks on first apply of VPC by @nishant221 in #139
  • Fix for Circular dependency while creating RouteTable and a VPCEndpoint by @nishant221 in #142
  • Add Network ACL support in EC2 controller by @nishant221 in #140
  • Adding support for VPC association in DHCPOptions by @nishant221 in #143
  • release artifacts for release v1.0.4 by @nishant221 in #144

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 May 14:15
5d460db

Choose a tag to compare

What's Changed

  • Update to ACK runtime v0.26.0, code-generator v0.26.1 by @ack-bot in #137

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 May 18:45
a042ad8

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Feb 14:25
7dfb42a

Choose a tag to compare

What's Changed

  • Update to ACK runtime v0.24.0, code-generator v0.24.2 by @ack-bot in #128

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Feb 21:07
72b17f0

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v1.0.0

v0.1.1

02 Feb 19:55
74db7f8

Choose a tag to compare

What's Changed

  • Fix reconciler not detecting differences by @RedbackThomson in #122
  • Test to validate that duplicate egress rule overrides default by @jljaco in #124
  • Fix default egress rule deletion logic in case of an egress rule definition by @mustafasencer in #123
  • Update to ACK runtime v0.23.0, code-generator v0.23.1 by @ack-bot in #126

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Nov 18:00
3b1ba70

Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.1.0

v0.0.21

13 Oct 21:05
a95987d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

21 Sep 14:18
423e97d

Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

07 Sep 14:36
f594a03

Choose a tag to compare

What's Changed

  • refactor vpc_endpoint test to use fixture by @brycahta in #73
  • refactor vpc test to use fixture by @brycahta in #74
  • Refactor ElasticIPAddress tests to use fixture by @a-hilaly in #76
  • Refactor DHCPOptions tests to use fixture by @a-hilaly in #75
  • Refactor TransitGateway tests to use pytest fixtures by @a-hilaly in #79
  • Refactor SecurityGroup tests to use pytest fixtures by @a-hilaly in #80
  • Refactor RouteTable tests to use fixture by @a-hilaly in #78
  • Refactor InternetGateway tests to use fixture by @a-hilaly in #77
  • refactor NATGateway test to use fixture by @brycahta in #82
  • Consolidate pytest markers in e2e tests by @brycahta in #83
  • Refactor VPCSpec.CIDRBlock into CIDRBlocks by @brycahta in #84
  • remove ClientToken from VPCEndpoint.Spec by @brycahta in #87
  • Add Update functionality for VPC.CIDRBlocks by @brycahta in #85
  • Update tags support for Subnet by @LikithaVemulapalli in #81
  • Update to ACK runtime v0.20.0, code-generator v0.20.0 by @brycahta in #88
  • Release artifacts for v0.0.19 by @brycahta in #89

New Contributors

Full Changelog: v0.0.18...v0.0.19