2024.08.12
github-actions
released this
12 Aug 14:15
·
187 commits
to main
since this release
What's Changed
- Add Stop and Start to conductor by @sjmiller609 in #848
- log num metrics by @ChuckHend in #849
- Batch metrics data by @sjmiller609 in #850
- Seperate staging and prod deployments for new clusters by @nhudson in #851
- Write Traefik resources to both APIs by @sjmiller609 in #852
- Move to Traefik APIs v3 by @sjmiller609 in #854
- operator: don't requeue for 300s if there's no Trunk project version set by @vrmiguel in #853
- reconciler(install): find latest version of extension if not supplied by @vrmiguel in #857
- inference-gateway validation by @ChuckHend in #858
- Add storage bucket for extension storage by @sjmiller609 in #861
- operator: retry
trunk install
ing errored extensions by @vrmiguel in #844 - update sqlx and pgmq crates by @nhudson in #862
- Add sqlx features so we can connect to queues by @nhudson in #864
- Make sure queues are created correctly, also ensure
pg_partman
is enabled. by @nhudson in #865 - Remove env variable since it's set in ArgoCD by @nhudson in #866
- Ensure OLAP config has enough workers for pg_cron by @jasonmp85 in #867
- inference-gateway FDW to queue instance by @ChuckHend in #860
- Ingress route Tembo AI to new Traefik API version by @sjmiller609 in #868
- handle merge of ai-proxy pg configs by @ChuckHend in #869
- make metrics queue a partitioned queue by @nhudson in #870
- better test for ai-proxy in merged configs by @ChuckHend in #871
- Configurable service account name by @sjmiller609 in #872
- Fix conductor service account rename by @sjmiller609 in #874
- add ai-proxy dockerfile by @ChuckHend in #873
- make sure to suspend backups if the instance is hibernated by @nhudson in #875
- log unhandled errors by @ChuckHend in #876
- Scale down poolers if hiberated by @nhudson in #877
- Collect database size metrics to control plane by @sjmiller609 in #878
- Handle float metric values, parsing to int by @sjmiller609 in #879
- Reconcile when owned secrets are changed by @sjmiller609 in #880
- Log based metrics by @sjmiller609 in #881
- Collect server_name label to metrics by @sjmiller609 in #883
- upgrade vectorize + vector extensions by @ChuckHend in #884
- stacks v0.11.3 by @ChuckHend in #885
- fix missing spec definitions by @ChuckHend in #886
- Update link to operator source code by @ianstanton in #887
- Update pganalyze conneciton to
ReadOnlyConnection
by @ianstanton in #888 - refac(operator): Always specify the version kind being used in v1 queries by @vrmiguel in #891
- enable snapshot backups by @nhudson in #890
- Revert "refac(operator): Always specify the version kind being used in v1 queries" by @sjmiller609 in #892
- decrease shared_buffers in MQ stack by @ChuckHend in #893
- Revert pganalyze connection to
ReadWriteConnection
by @ianstanton in #895 - refac(operator): Always specify the version kind being used in v1 queries by @vrmiguel in #894
- Update README.md by @AmeerArsala in #896
- Get extensions that require PRELOAD libraries from Trunk v1 instead of the older endpoint by @vrmiguel in #898
- Add regression test for CLOUD-1015 by @vrmiguel in #899
- update vllm version in build by @ChuckHend in #901
- Fix Lints and Tests for CLI and Dataplane by @joshuajerin in #904
- Instance storage path in Postgres config by @sjmiller609 in #907
- Update toml dependency and refactor Extension struct by @joshuajerin in #902
New Contributors
- @AmeerArsala made their first contribution in #896
Full Changelog: 2024.06.21...2024.08.12