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: 1 addition & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
HUGO_DIR: 'docs/hugo'
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
gh-pages:
Expand Down
6 changes: 3 additions & 3 deletions docs/hugo/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-03-11T14:26:51+01:00
draft: false
weight: 1
---
Current Release: 0.9.1 (25.01.2026) [Release Notes](release_notes)
Current Release: 0.9.2 (06.04.2026) [Release Notes](release_notes)

<img src="https://raw.githubusercontent.com/cybertec-postgresql/CYBERTEC-pg-operator/fac724618ea1395ed49cb1db7f3429f5b4324337/docs/diagrams/cpo_logo.svg" alt="drawing" width="350" />

Expand All @@ -21,8 +21,8 @@ The following features characterise our operator:
- Reduction of downtime thanks to redundancy, pod anti-affinity, auto-failover and self-healing

CPO is tested on the following platforms:
- Kubernetes: 1.21 - 1.32
- Openshift: 4.8 - 4.19
- Kubernetes: 1.21 - 1.34
- Openshift: 4.8 - 4.20
- Rancher
- AWS EKS
- Azure AKS
Expand Down
Loading