Releases: truefoundry/KubeElasti
Releases · truefoundry/KubeElasti
elasti-helm-v0.1.14
What's Changed
- update workflow to update grype config by @DeeAjayi in #113
- Add support for namespace scoped elasti controller and fixes for cooldown period tracking by @shubhamrai1993 in #115
- Increasing elasti timeout to 10 minutes by @shubhamrai1993 in #116
- corrected the target name being passed by @shubhamrai1993 in #118
- using event recorder for emitting events by @shubhamrai1993 in #117
- dont scale up replicas if the current replicas are greater by @shubhamrai1993 in #119
- fix: port 5000 is used by the systems, using it might be hurdle for u… by @ramantehlan in #120
- dont scale down new service and handle missing prom data by @shubhamrai1993 in #121
- Release v0.1.14 by @shubhamrai1993 in #124
Full Changelog: elasti-helm-v0.1.13...elasti-helm-v0.1.14
elasti-helm-v0.1.13
What's Changed
- don't scale up when the scaler check fails by @Maanas-23 in #109
- Bumped golang version to 1.23.8 to fix security vulns by @shubhamrai1993 in #110
- Bump golang.org/x/net from 0.33.0 to 0.38.0 in /resolver by @dependabot in #108
- releasing v0.1.13 by @shubhamrai1993 in #112
New Contributors
- @dependabot made their first contribution in #108
Full Changelog: elasti-helm-v0.1.12...elasti-helm-v0.1.13
elasti-helm-v0.1.12
What's Changed
- add keda paused replicas annotation when pausing keda scaledobject by @Maanas-23 in #104
- release elasti v0.1.12 by @Maanas-23 in #105
- update image tag in elasti v0.1.12 by @Maanas-23 in #106
Full Changelog: elasti-helm-v0.1.11...elasti-helm-v0.1.12
elasti-helm-v0.1.11
What's Changed
- release elasti v0.1.10 by @Maanas-23 in #78
- fix operator lint by @Maanas-23 in #80
- include label used by prometheus by @DeeAjayi in #83
- include zap fields in sentry exceptions by @Maanas-23 in #81
- Separated docs to different files by @innoavator in #85
- fix lint workflow by @Maanas-23 in #87
- emit events on scaling by @Maanas-23 in #82
- patch status in reconcile instead of update by @Maanas-23 in #89
- patch deployment or rollout to scale instead of update by @Maanas-23 in #90
- fix zap core error handling by @Maanas-23 in #91
- added a getting started example using nginx ingress controller by @shubhamrai1993 in #92
- fixing operator suite test by @shubhamrai1993 in #65
- Revert "fixing operator suite test (#65)" by @Maanas-23 in #93
- add operator suite test by @Maanas-23 in #94
- integrations doc addition by @shubhamrai1993 in #95
- Added config yml for docs website by @innoavator in #86
- Intro update by @shubhamrai1993 in #96
- removed unnecessary parts from readme.md by @shubhamrai1993 in #97
- fixed links for knative and development by @shubhamrai1993 in #98
- added links to autoscaler integration section by @shubhamrai1993 in #99
- warn if scaler check fails instead of error by @Maanas-23 in #101
- add validations to crd with enums by @Maanas-23 in #100
- replace sentry *fmt.wrapError with logger error by @Maanas-23 in #102
- release elasti helm chart v0.1.11 by @Maanas-23 in #103
New Contributors
- @innoavator made their first contribution in #85
Full Changelog: elasti-helm-v0.1.10...elasti-helm-v0.1.11
elasti-helm-v0.1.10
What's Changed
- release elasti v0.1.9 by @Maanas-23 in #75
- handle older crds by @Maanas-23 in #76
- release elasti v0.1.10-rc.1 by @Maanas-23 in #77
Full Changelog: elasti-helm-v0.1.9...elasti-helm-v0.1.10
elasti-helm-v0.1.9
What's Changed
- use a single informer for resolver by @Maanas-23 in #71
- Reduced the default replicas to 1 by @shubhamrai1993 in #74
- implement scale down to zero by @Maanas-23 in #73
Full Changelog: elasti-helm-v0.1.8...elasti-helm-v0.1.9
elasti-helm-v0.1.8
What's Changed
- Update build image workflow by @DeeAjayi in #32
- Update build workflow to v0.1.0 by @DeeAjayi in #33
- update build workflow to 0.2.0 by @DeeAjayi in #34
- add source and namespace labels to elast_resolver_queued_count gauge by @Maanas-23 in #35
- implement get queue size api for resolver by @Maanas-23 in #37
- updated helm version to 0.1.7 by @Maanas-23 in #38
- updated workflow to create a multi arch build by @shubhamrai1993 in #40
- releasing 0.1.8-rc.1 by @shubhamrai1993 in #41
- Add sentry to elasti by @Maanas-23 in #39
- upgrade golang.org/x/net to v0.33.0 by @Maanas-23 in #42
- add depot token to build secret by @DeeAjayi in #43
- remove paths from build and publish workflow by @Maanas-23 in #44
- remove changed files check from build and publish by @Maanas-23 in #45
- Added project id under build-operator by @shubhamrai1993 in #46
- release elasti version 0.1.8-rc.2 by @Maanas-23 in #47
- enable and fix lint settings in golangci.yaml by @Maanas-23 in #49
- fix and improve sentry integration with logger by @Maanas-23 in #50
- added code of conduct by @shubhamrai1993 in #51
- Add port for other endpoints by @ishaan-tf in #48
- release elasti v0.1.8-rc.3 by @Maanas-23 in #52
- added resync period and some refactoring by @shubhamrai1993 in #53
- Add is elected leader check for readiness by @ishaan-tf in #54
- added code to update sha on push to main by @shubhamrai1993 in #55
- Pushing to helm-main on push to main by @shubhamrai1993 in #56
- new versions cant rollout if older version has the lock by @shubhamrai1993 in #57
- Call reconcile from server by @Maanas-23 in #58
- Revert "Call reconcile from server (#58)" by @shubhamrai1993 in #59
- Bumped default resolver pods to 2 by @shubhamrai1993 in #60
- reconcile existing CRDs on controller startup by @Maanas-23 in #61
- add stack trace to sentry by @Maanas-23 in #62
- update resolver try timeout to 6 minutes by @Maanas-23 in #63
- added DEVELOPMENT.md with a local setup by @shubhamrai1993 in #64
- use namespacedName in crd directory by @Maanas-23 in #66
- refactor crddirectory function signatures by @Maanas-23 in #67
- fix crd directory usage by @Maanas-23 in #68
- update golang.org/x/net to v0.33.0 by @Maanas-23 in #69
- update github.com/getsentry/sentry-go to v0.31.1 by @Maanas-23 in #70
- releasing elasti v0.1.8 by @shubhamrai1993 in #72
New Contributors
- @Maanas-23 made their first contribution in #35
Full Changelog: elasti-helm-v0.1.6...elasti-helm-v0.1.8
elasti-helm-v0.1.6
elasti-helm-v0.1.5
What's Changed
- feat/arm build by @sachincool in #25
- added fix and test for handling istio header by @shubhamrai1993 in #26
- bumped helm version to 0.1.5 by @shubhamrai1993 in #28
Full Changelog: elasti-helm-v0.1.4...elasti-helm-v0.1.5
elasti-helm-v0.1.4
What's Changed
- Feat/arm build and reusable workflows by @sachincool in #23
- update elasti chart version by @DeeAjayi in #24
New Contributors
- @sachincool made their first contribution in #23
Full Changelog: elasti-helm-v0.1.3...elasti-helm-v0.1.4