Skip to content

Releases: kedify/charts

keda: v2.16.1-2

17 Apr 15:28
Compare
Choose a tag to compare

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

17 Apr 14:15
c494089
Compare
Choose a tag to compare

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

09 Apr 12:58
12f8a88
Compare
Choose a tag to compare

Chart v0.0.2 CHANGELOG:

  • kedify-proxy: preStop hook with active connection check (#151)
  • kedify-proxy: overload manager config (#145)

kedify-agent: v0.2.3

09 Apr 15:19
e18982a
Compare
Choose a tag to compare

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

08 Apr 10:34
ca6e785
Compare
Choose a tag to compare

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

04 Apr 09:46
e53efe2
Compare
Choose a tag to compare

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

19 Mar 09:50
acb9bc4
Compare
Choose a tag to compare

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

04 Mar 17:27
c0be2d3
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ 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 to kedify-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 {}

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

04 Mar 17:54
34bec69
Compare
Choose a tag to compare

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 the ScaledObject update

http-add-on: v0.10.0-1

04 Mar 17:08
0a22008
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ 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