Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
95 lines (55 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

95 lines (55 loc) · 2.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add global.podSecurityStandards.enforced value for PSS migration.

0.6.0 - 2022-10-04

Changed

  • PodSecurityPolicy are removed on newer k8s versions, so only apply it if object is registered in the k8s API.

0.5.1 - 2022-09-02

Added

  • Allow WC's NAT IPs to communicate with the API through the Load Balancer

Fixed

  • Manually list NAT IPs and filter instead of getting them from the Router.
  • Fix adding and removing the allowlist annotation failing for security rules
  • Do not error if backend service isn't deleted when reconciling delete event. Instead just skip the event

0.5.0 - 2022-08-23

0.4.1 - 2022-07-20

Changed

  • Do not error if bastion allowlist annotation is missing for backwards compatibility.

0.4.0 - 2022-07-20

Changed

  • Get allowlist IP ranges from the GCP cluster annotation instead using 0.0.0.0/0.

0.3.1 - 2022-06-30

Fixed

  • Wait until the GCPCLuster has network link in status field.

Removed

  • No need for a k8s client on the firewall client.

0.3.0 - 2022-06-22

Changed

  • Log stack traces when there is an error.

0.2.1 - 2022-06-22

Fixed

  • Fix catching 404 not found error when deleting the firewall rule.

0.2.0 - 2022-06-21

Fixed

  • Use right timestamp format in the logger.

Changed

  • Wrap all errors with microerror.

0.1.1 - 2022-06-07

0.1.0 - 2022-06-07

  • Improve logging by adding gcp cluster name being reconciled.