Skip to content

Releases: giantswarm/aws-vpc-operator

v0.2.0

13 Jan 12:36
e2362ae
Compare
Choose a tag to compare

Fixed

  • Allow creation of VPC Endpoints when there are multiple subnets in the same AZ

Added

  • Support for the subnet.giantswarm.io/endpoints: true AWS Tag on subnets to control which subnets are used for the VPC Endpoints

v0.1.2

08 Dec 12:38
7fce50c
Compare
Choose a tag to compare
Release v0.1.2 (#19)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.1.1

07 Dec 17:14
b6066e1
Compare
Choose a tag to compare
Release v0.1.1 (#16)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.1.0

23 Nov 10:14
2978d17
Compare
Choose a tag to compare

Added

  • Initialized Kubebuilder project.
  • Added VPC controller, reconciler and AWS client.
  • Added Helm chart with Deployment, ServiceAccount, Secret.
  • Added ClusterRoles and ClusterRoleBindings.
  • Added PodSecurityPolicy.
  • Added NetworkPolicy.
  • Add config.giantswarm.io/version: 1.x.x annotation to Chart.yaml

Changed

  • Renamed project name in the template.
  • Renamed Makefile to Makefile.kubebuilder.mk.