Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

85 lines (61 loc) · 4.89 KB

Change Log

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.

0.4.0 - 2022-12-16

Added

  • Limitador version as env var by @eguzki in #37
  • Automate CSV generation by @didierofrivia in #44
  • Redis storage for counters by @didierofrivia in #48
  • Smart replica reconciliation by @eguzki in #52
  • Building multi platform images by @didierofrivia in #55

Changed

  • Limitador configuration using command line args instead of env vars by @eguzki in #47
  • Golang v1.18 and k8s API v0.24.2 by @eguzki in #50

Fixed

  • Configmap reconciliation by @eguzki in #42
  • Controller resources by @eguzki in #41
  • Service name by @eguzki in #43
  • Error handling and status reconciliation by @eguzki in #51
  • Controller owner references instead of owner references to watch for changes by @eguzki in #53
  • Support invalid limits configmap by @eguzki in #54

0.3.0 - 2022-08-11

Changed

  • Create LICENSE by @thomasmaas in #12
  • initial version of the README by @eguzki in #13
  • Enhanced logging by @eguzki in #14
  • SDK/K8s/Go Version updates and bundle generation by @mikenairn in #15
  • manifest files for easy prototyping by @rahulanand16nov in #17
  • Add image build GH action by @mikenairn in #18
  • Updating tooling by @didierofrivia in #23
  • Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #25
  • Limitador Service Settings by @didierofrivia in #19
  • Reconciling limits ConfigMap by @didierofrivia in #28
  • Limits in limitador by @didierofrivia in #26
  • Support for empty Limtador CR by @eguzki in #30
  • [BREAKING CHANGE] remove RateLimit CRD leftovers by @eguzki in #32
  • remove kube-rbac-proxy sidecar by @eguzki in #31
  • Updating status by @didierofrivia in #33
  • Enhance status reconciling cycle by @didierofrivia in #34

New Contributors

  • @thomasmaas made their first contribution in #12
  • @mikenairn made their first contribution in #15
  • @rahulanand16nov made their first contribution in #17
  • @didierofrivia made their first contribution in #23

0.2.0 - 2021-09-28

Changed

  • Fix internal links from 3scale to kuadrant #11

0.1.1 - 2021-08-16

Changed

  • Leverage ownerreferences for cleanup on CR removal #9

[0.1.0] - 2021-07-15

Added

  • Initial release
  • Limitador CRD #2
  • RateLimit CRD #6