Skip to content

Commit 8aa93a2

Browse files
committed
Fix blog post: use 4.1 thumbnail, single author (nik)
- Create dblab-4.1-blog.png thumbnail (was using 4.0 image) - Change authors from [nik, bogdan] to just nik - Update blog.js index to reference new thumbnail https://claude.ai/code/session_01UjvipgoS6qs1ikzifd77Xi
1 parent 9d4bd47 commit 8aa93a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blog/20260408-dblab-engine-4-1-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
authors: [nik, bogdan]
2+
authors: nik
33
date: 2026-04-08 00:00:00
44
publishDate: 2026-04-08 00:00:00
55
linktitle: "DBLab 4.1: protection leases, Teleport, Prometheus, and more"
66
title: "DBLab 4.1: protection leases, Teleport, Prometheus, and more"
77
weight: 0
8-
image: /assets/thumbnails/dblab-4.0-blog.png
8+
image: /assets/thumbnails/dblab-4.1-blog.png
99
tags:
1010
- Product announcements
1111
- DBLab Engine

src/data/blog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const blog = [
55
date: '2026-04-08 00:00:00',
66
title: 'DBLab 4.1: protection leases, Teleport, Prometheus, and more',
77
description: 'DBLab Engine 4.1 brings protection leases for safe clone management, Teleport integration, RDS/Aurora-safe refresh, Prometheus metrics, ARM64 support, and database rename.',
8-
image: '/assets/thumbnails/dblab-4.0-blog.png',
8+
image: '/assets/thumbnails/dblab-4.1-blog.png',
99
},
1010
{
1111
link: 'blog/20241003-how-does-planning-time-depend-on-number-of-partitions',
359 KB
Loading

0 commit comments

Comments
 (0)