From f3c7fdabc1717932c7e24e2fec52170ea2da370a Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Mon, 16 Mar 2026 11:32:53 +0000 Subject: [PATCH] added release post #50 --- blog/2026-02-27-release-0-4-0-rc.1.md | 17 --------------- blog/2026-03-16-release-0-4-0.md | 30 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 blog/2026-02-27-release-0-4-0-rc.1.md create mode 100644 blog/2026-03-16-release-0-4-0.md diff --git a/blog/2026-02-27-release-0-4-0-rc.1.md b/blog/2026-02-27-release-0-4-0-rc.1.md deleted file mode 100644 index b4a7dcf..0000000 --- a/blog/2026-02-27-release-0-4-0-rc.1.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -slug: release-0-4-0-rc-1 -title: 0.4.0-rc.1 -authors: [tykobot] -tags: [release] ---- - -## What's Changed - -### 0.4.0-rc.1 - -* 219 upgrade operator sdk by @akyriako in https://github.com/akyriako/typesense-operator/pull/240 -* 183 add support for gateway api by @akyriako in https://github.com/akyriako/typesense-operator/pull/244 - -**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.8...typesense-operator-0.4.0-rc.1 - - diff --git a/blog/2026-03-16-release-0-4-0.md b/blog/2026-03-16-release-0-4-0.md new file mode 100644 index 0000000..a383d1a --- /dev/null +++ b/blog/2026-03-16-release-0-4-0.md @@ -0,0 +1,30 @@ +--- +slug: release-0-4-0 +title: 0.4.0 +authors: [tykobot] +tags: [release] +--- + +## What's Changed + +### 0.4.0 + +* bump versions and manifests #250 by @akyriako in https://github.com/akyriako/typesense-operator/pull/251 + +**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.4.0-rc.3...typesense-operator-0.4.0 + +### 0.4.0-rc.3 + +* move all images to quay.io, patch manifests, charts and versions #245 by @akyriako in https://github.com/akyriako/typesense-operator/pull/247 + +**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.4.0-rc.1...typesense-operator-0.4.0-rc.3 + + + +### 0.4.0-rc.1 + +* 219 upgrade operator sdk by @akyriako in https://github.com/akyriako/typesense-operator/pull/240 +* 183 add support for gateway api by @akyriako in https://github.com/akyriako/typesense-operator/pull/244 + +**Full Changelog**: https://github.com/akyriako/typesense-operator/compare/typesense-operator-0.3.8...typesense-operator-0.4.0-rc.1 +