Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

Changelog

1.0.0

Initial release of amazon-vpc-cni-k8s a cni plugin for use with Kubernetes that uses ENIs and secondary ip addresses.

See the README for additional information.

1.1.0

  • Feature — Versioning with git SHA #106
  • Feature — Ability to configure secondary IP preallocation (aws#125)
  • Feature — Allow pods communicate with outside VPC without NAT#81
  • Improvement — Added travis CI support #116, #117, #118
  • Improvement — Modify toleration to make aws-node schedule-able on all nodes #128
  • Improvement — Move from TagResources to CreateTags for ENI Tagging #129
  • Improvement — Updated troubleshooting guidelines
  • Bug Fix — Release IP to datastore upon failure #127