Releases: giantswarm/aws-vpc-operator
Releases · giantswarm/aws-vpc-operator
v0.2.0
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
Release v0.1.2 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.1.1
Release v0.1.1 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.1.0
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 toChart.yaml
Changed
- Renamed project name in the template.
- Renamed
Makefile
toMakefile.kubebuilder.mk
.