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
1 change: 0 additions & 1 deletion blog/2025-05-12-release-0-2-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tags: [release]
* impossible to set ingress pods resources requestslimits for cpumemory by @akyriako in https://github.com/akyriako/typesense-operator/pull/120
* updated crds, chart and documentation for 0.2.23 #121 by @akyriako in https://github.com/akyriako/typesense-operator/pull/123


**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.2.22...typesense-operator-0.2.23

<!-- truncate -->
2 changes: 1 addition & 1 deletion blog/2025-05-15-release-0-2-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Updating from earlier versions will lead to replacing the existing `Pods`, as th
for `StatefulSet` changes, has changed the way it calculates the hash.
:::

## What's Changed
## What's Changed

### 0.2.24

Expand Down
46 changes: 46 additions & 0 deletions blog/2026-02-19-release-0-3-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
slug: release-0-3-8
title: 0.3.8
authors: [tykobot]
tags: [release]
---

## What's Changed

### 0.3.8

:::warning
Updating from versions earlier than **0.3.8-rc.4** will cause the existing `Pods` to be replaced, because the annotation hash used for `StatefulSet` changes is now calculated differently.
:::

### 0.3.8-rc.4

* 237 ignore external mutations for annotations by @akyriako in https://github.com/akyriako/typesense-operator/pull/239

**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.8-rc.3...typesense-operator-0.3.8-rc.4

### 0.3.8-rc.3

* Fix: Add a filter for unwanted statefulset annotations(ex: rancher) by @Arochka in https://github.com/akyriako/typesense-operator/pull/232
* make filter function variadic, remove rancher annotations in ingress … by @akyriako in https://github.com/akyriako/typesense-operator/pull/234
* 233 do not upgrade statefulset when only replicas differ by @akyriako in https://github.com/akyriako/typesense-operator/pull/236

#### New Contributors

* @Arochka made their first contribution in https://github.com/akyriako/typesense-operator/pull/232

**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.8-rc.2...typesense-operator-0.3.8-rc.3

<!-- truncate -->

### 0.3.8-rc.2

* 228 with operator 037 nodes never get to vote loop restarts similar to 222 by @akyriako in https://github.com/akyriako/typesense-operator/pull/230

**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.8-rc.1...typesense-operator-0.3.8-rc.2

### 0.3.8-rc.1

* 228 with operator 037 nodes never get to vote loop restarts similar to 222 by @akyriako in https://github.com/akyriako/typesense-operator/pull/229

**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.7...typesense-operator-0.3.8-rc.1
Loading