Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Service (EKS) using the instructions on [Install on
AWS](/installation/install-on-aws/) (either from the examples/simple directory
or the root).


{{< note >}}
**It is strongly recommended to upgrade at to least version 25.2.15 (environmentd 0.147.20) prior to upgrading to the next major version.**
{{</ note >}}


## Version compatibility


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The tutorial assumes you have installed Materialize on Azure Kubernetes Service
Azure](/installation/install-on-azure/) (either from the examples/simple
directory or the root).

{{< note >}}
**It is strongly recommended to upgrade at to least version 25.2.15 (environmentd 0.147.20) prior to upgrading to the next major version.**
{{</ note >}}

## Version compatibility

{{< tabs >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Engine (GKE) using the instructions on [Install on
GCP](/installation/install-on-gcp/) (either from the examples/simple directory
or the root).

{{< note >}}
**It is strongly recommended to upgrade at to least version 25.2.15 (environmentd 0.147.20) prior to upgrading to the next major version.**
{{</ note >}}

## Version compatibility

{{< tabs >}}
Expand Down
6 changes: 6 additions & 0 deletions doc/user/content/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ menu:
identifier: "release-notes"
---

## v25.2.15

### Bug fixes
- Fixes potential issue with where environmentd crash during an upgrade can fence out environmentd.
- **It is strongly recommended to upgrade at to least version 25.2.15 (environmentd 0.147.20) prior to upgrading to the next major version.**

## v25.2.12

### Bug fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ columns:
- column: "Notes"

rows:
- "Materialize Operator": "v25.2.15"
"orchestratord version": "v0.164.0"
"environmentd version": "v0.147.20"
"Release date": "2025-11-11"
"Notes": "Fixes potential issue with where environmentd crash during an upgrade can fence out environmentd."

- "Materialize Operator": "v25.2.12"
"orchestratord version": "v0.161.0"
"environmentd version": "v0.147.18"
Expand Down