Spice v1.11.6 (May 6, 2026)
Spice v1.11.6 is now available! ๐ ๏ธ
Spice v1.11.6 is a patch release improving DynamoDB bootstrap ingestion performance and making Helm chart health probes configurable.
What's New in v1.11.6โ
DynamoDB: Faster Bootstrap Ingestionโ
Improved DynamoDB bootstrap ingestion throughput for refresh_mode: changes datasets (#10616). Large tables now maintain a high, steady ingestion rate throughout the entire bootstrap, even for very large tables.
Helm Chart: Configurable Health Probesโ
The Spice Helm chart now supports configurable livenessProbe, readinessProbe, and startupProbe settings (#10696), including probe path, port, and timing parameters.
Example values.yaml:
...
livenessProbe:
httpGet:
path: /health
port: 8090
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 3
readinessProbe:
httpGet:
path: /v1/ready
port: 8090
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 3
startupProbe:
httpGet:
path: /health
port: 8090
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 30
Contributorsโ
Breaking Changesโ
No breaking changes.
Cookbook Updatesโ
No new cookbook recipes.
The Spice Cookbook includes 86 recipes to help you get started with Spice quickly and easily.
Upgradingโ
To upgrade to v1.11.6, use one of the following methods:
CLI:
spice upgrade
Homebrew:
brew upgrade spiceai/spiceai/spice
Docker:
Pull the spiceai/spiceai:1.11.6 image:
docker pull spiceai/spiceai:1.11.6
For available tags, see DockerHub.
Helm:
helm repo update
helm upgrade spiceai spiceai/spiceai --version 1.11.6
AWS Marketplace:
Spice is available in the AWS Marketplace.
What's Changedโ
Changelogโ
- Improve DynamoDB Bootstrap performance by @krinart in #10616
- fix: use InsertOp::Overwrite in DynamoDB bootstrap scan_and_overwrite_accelerator by @claudespice in #10639
- fix: make Helm chart probes configurable by @lukekim in #10696
- Migrate secrets to vars by @krinart in #10354
Full Changelog: https://github.com/spiceai/spiceai/compare/v1.11.5...v1.11.6

