Releases: kedify/charts
Releases · kedify/charts
keda: v2.16.1-2
Chart v2.16.1-2 CHANGELOG:
- keda image version bump to v2.16.1-2
Image v2.16.1-2 CHANGELOG:
- kedify-http: enforce same limit for maintenance page body size in ConfigMap
- kedify-http: move maintenance mode defaults in addon
- kedify-http: configure static maintenance page
- kedify-http: define kedify annotations in single place
http-add-on: v0.10.0-4
Chart v0.10.0-4 CHANGELOG:
- interceptor: parameters for kedify-proxy envoy circuit breakers (#158)
- interceptor: maintenance page config (#157)
- interceptor: configurable SO triggers (#156)
- http-add-on image version bump to v0.10.0-4
Image v0.10.0-4 CHANGELOG:
Changes:
- envoy xDS: circuit breaker config for envoy clusters
- interceptor: enforce maintenance mode page size limit
- interceptor: maintenance mode served by interceptor
- kedify-proxy: static page for maintenance mode
- e2e tests: use ghcr registry for otel images
kedify-proxy: v0.0.2
kedify-agent: v0.2.3
Chart v0.2.3 CHANGELOG:
- kedify-agent: update proxy to v0.0.2 (#153)
- kedify-agent: make schema validation optional (#146)
- kedify-agent: rbac to watch, list deployments clusterwide for kedify-proxy installs (#155)
- agent image version bump to v0.2.3
Image v0.2.3 CHANGELOG:
Fixes:
- kedify-proxy: fix chart version upgrades
http-add-on: v0.10.0-3
Chart v0.10.0-3 CHANGELOG:
- interceptor: envoy connection buffers and backlog config with higher defaults (#144)
- interceptor: clarify configurable timeouts (#138)
- http-add-on: exposing metrics port on interceptor deployment (#136)
- interceptor: explicit int conversion for large envoy values (#149)
- interceptor: increase default cold-start timeout to 20 min (#150)
- image version bump to v0.10.0-3
Image v0.10.0-3 CHANGELOG:
Features:
- envoy xDS: config for listener connection buffers and backlog size
Fixes:
- envoy stats sink: add HSO hooks before informers start
- envoy stats sink: group metrics by envoy deployed namespace
- envoy stats sink: istio peer IP from x-forwarded-for header
- envoy stats sink: LRU cache for endpoints IP to Namespace mapping
kedify-agent: v0.2.2
Chart v0.2.2 CHANGELOG:
- Add missing rbac for kedify proxy installation (watch and list) (#141)
- agent image version bump to v0.2.2
Image v0.2.2 CHANGELOG:
Fixes:
- set HTTPSO annotation for scaling metric from kedify-proxy
kedify-agent: v0.2.1
Chart v0.2.1 CHANGELOG:
- Update additionalPrinterColumns for kedifyconfiguration CRD (#139)
- Bump the memory for kedify-agent (#134)
- agent image version bump to v0.2.1
Image v0.2.1 CHANGELOG:
Features:
- autowire: improve visibility with better logs and events
- helm client: refactor uninstall procedure
Fixes:
- management config: sync KedifyConfig on agent startup
- Add watcher and map function also for ApiSvc events
kedify-agent: v0.2.0
⚠️ ⚠️ ⚠️ Upgrade notes ⚠️ ⚠️ ⚠️
Because kedify-proxy
was heavily redesigned between v0.1.6 and v0.2.0, we recommend following actions before the upgrade to minimize the impact on the network traffic of the autoscaled applications.
- scale all
kedify-proxy
deployments to a higher number of replicas, for example 3. By default, the replica count in v0.1.6 was 1 and users were allowed to manually scale to their desired replica count. With v0.2.0, this is moved tokedify-agent
chart values config.
kubectl get deployments --all-namespaces -o json | \
jq -r '.items[] | select(.metadata.name=="kedify-proxy") | .metadata.namespace' | \
xargs -I{} kubectl scale deployment kedify-proxy --replicas=3 -n {}
- move any custom configuration for your
kedify-proxy
tokedify-agent
values section underagent.kedifyProxy.globalValues
oragent.kedifyProxy.namespacedValues
.
Chart v0.2.0 CHANGELOG:
- autowire: periodic sync service config (#129)
- agent: fix zap logger flags (#127)
- allow a configmap w/ values per namespace & don't allow changing names of deployment and svc (#126)
- add optional field cloud-provider for billing (#125)
- agent: enhance logging configuration (#116)
- agent image version bump to v0.2.0
Image v0.2.0 CHANGELOG:
Features:
- optional installation field
cloud_provider
- improve endpoints watcher for service autowiring and add autowiring events
- autowire: periodic internal service autowire check
- autowire: configurable internal service resync period
- kedify-proxy installation by helm
Chore:
- add
kedify_organization_id
label to all our metrics
keda: v2.16.1-1
Chart v2.16.1-1 CHANGELOG:
- image version bump to v2.16.1-1
Image v2.16.1-1 CHANGELOG:
Fixes:
- fix: delete any orphan
HTTPScaledObjects
during theScaledObject
update
http-add-on: v0.10.0-1
⚠️ ⚠️ ⚠️ Upgrade notes ⚠️ ⚠️ ⚠️
The kedacore#740 added new labels to labelSelectors
for both Service
as well as Deployment
for interceptor, scaler and operator, as a result, these resources need to be recreated when upgrading.
Chart v0.10.0-1 CHANGELOG:
- image version bump to v0.10.0-1
Image v0.10.0-1 CHANGELOG:
Fixes:
- envoy xDS: throw snapshot update events only when snapshot updated
- operator: fix status target service when using service autowiring