Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions website/blog/releases/v1.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,39 @@ No major dependency changes.
- Added [DeepSeek Model Recipe](https://github.com/spiceai/cookbook/tree/trunk/deepseek)
- Added [OpenAI LLM & Embeddings Recipe](https://github.com/spiceai/cookbook/blob/trunk/models/openai/README.md)

## Upgrading

To upgrade to v1.0.1, use one of the following methods:

**CLI**:

```console
spice upgrade
```

**Homebrew**:

```console
brew upgrade spiceai/spiceai/spice
```

**Docker**:

Pull the spiceai/spiceai:1.0.1 image:

```console
docker pull spiceai/spiceai:1.0.1
```

For available tags, see [DockerHub](https://hub.docker.com/r/spiceai/spiceai/tags).

**Helm**:

```console
helm repo update
helm upgrade spiceai spiceai/spiceai
```

## Contributors

- @Jeadie
Expand Down