Skip to content

fix: Correct origin-creds templates and fourth cleanup pass#172

Merged
philippemnoel merged 8 commits intodevfrom
chore/cleanup-typos-and-dead-code
Feb 8, 2026
Merged

fix: Correct origin-creds templates and fourth cleanup pass#172
philippemnoel merged 8 commits intodevfrom
chore/cleanup-typos-and-dead-code

Conversation

@philippemnoel
Copy link
Copy Markdown
Member

@philippemnoel philippemnoel commented Feb 8, 2026

Summary

Follow-up to #171 with a deeper file-by-file review across the entire repo (templates, docs, tests, examples, values, monitoring).

Bug fixes

  • Fix origin-azure-creds, origin-google-creds, origin-s3-creds templates reading from .Values.recovery.* instead of .Values.replica.origin.objectStore.*. These templates check for mode == "replica" but then reference recovery values, which would cause template rendering failures in replica mode with object store credentials.
  • Fix minio-backup-restore catch block using wrong job selector (data-test instead of data-write matching 04-data_write.yaml) and incorrect selector field on a describe action (changed to name).
  • Fix backup parameter references using singular backup.s3 instead of backups.s3 in getting-started.md and README.md.gotmpl.

Docs and comments

  • Fix missing period in metrics help string for primary_failing_since_time
  • Fix backtick placement: few max_wal_senders -> too few max_wal_senders
  • Add backticks around max_connections in HighConnections runbooks
  • Fix missing comma in HACritical runbook
  • Standardize BYOC wording between HACritical and HAWarning runbooks
  • Fix UID/GID comments in values.yaml (defaults to 999 for ParadeDB, not 26)
  • Fix grammar: "Allow to disable" -> "Allows disabling" for PDB comment
  • Remove extra period in import type comment
  • Fix CONTRIBUTING.md: broken mailto link, branch refs should be dev not main
  • Remove misleading "section below" when linking to external README
  • Fix duplicate word "database database" in custom-queries example

Formatting

  • Standardize echo spacing in monitoring metrics test
  • Fix trailing whitespace in ca-bundle template
  • Fix inconsistent {{- end}} spacing in cluster template
  • Capitalize "Cleanup" step name in database-management test

@philippemnoel philippemnoel force-pushed the chore/cleanup-typos-and-dead-code branch from 801317d to fc25b26 Compare February 8, 2026 20:04
philippemnoel and others added 7 commits February 8, 2026 15:26
Bug fixes:
- Fix origin-azure-creds, origin-google-creds, and origin-s3-creds templates
  reading from .Values.recovery.* instead of .Values.replica.origin.objectStore.*,
  which would cause template failures in replica mode with object store
- Fix minio-backup-restore catch block using wrong job selector (data-test
  instead of data-write) and incorrect describe selector field
- Fix backup parameter references using singular `backup.s3` instead of
  `backups.s3` in getting-started.md and README.md.gotmpl

Docs and comments:
- Fix missing period in metrics help string for primary_failing_since_time
- Fix backtick placement on `few max_wal_senders` in HighReplicationLag runbook
- Add backticks around `max_connections` in HighConnections runbooks
- Fix missing comma in HACritical runbook
- Standardize BYOC wording between HACritical and HAWarning runbooks
- Fix UID/GID comments in values.yaml (defaults to 999 for ParadeDB, not 26)
- Fix grammar "Allow to disable" -> "Allows disabling" for PDB comment
- Remove extra period in import type comment
- Fix CONTRIBUTING.md: broken mailto link, branch refs should be `dev` not `main`
- Remove "section below" when linking to external README section
- Fix duplicate word "database database" in custom-queries example

Formatting:
- Standardize echo spacing in monitoring metrics test
- Fix trailing whitespace in ca-bundle template
- Fix inconsistent `{{- end}}` spacing in cluster template
- Capitalize "Cleanup" step name in database-management test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove ParadeDB BYOC (Bring-Your-Own-Cloud) mentions from READMEs and
runbooks, as this is a separate product that does not belong in the
open-source Helm chart documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The disk space alert descriptions use {{ .value }}% so the expression
must produce a 0-100 value. The PGDATA and WAL expressions used > 0.N
(producing 0-1) while the tablespace expression used * 100 > N. This
inconsistency meant {{ .value }} would render as e.g. "0.8%" instead
of "80%" depending on which OR branch fired. Standardize all branches
to * 100 > N.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@philippemnoel philippemnoel force-pushed the chore/cleanup-typos-and-dead-code branch from e060632 to cb33e56 Compare February 8, 2026 20:26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@philippemnoel philippemnoel merged commit b77767e into dev Feb 8, 2026
14 checks passed
@philippemnoel philippemnoel deleted the chore/cleanup-typos-and-dead-code branch February 8, 2026 20:47
philippemnoel pushed a commit that referenced this pull request Feb 8, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
philippemnoel pushed a commit that referenced this pull request Feb 9, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
philippemnoel pushed a commit that referenced this pull request Feb 11, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7
philippemnoel pushed a commit that referenced this pull request Feb 13, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8
philippemnoel pushed a commit that referenced this pull request Feb 20, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8
philippemnoel pushed a commit that referenced this pull request Feb 27, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10
philippemnoel pushed a commit that referenced this pull request Mar 2, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10
philippemnoel pushed a commit that referenced this pull request Mar 5, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10
philippemnoel pushed a commit that referenced this pull request Mar 5, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)
philippemnoel pushed a commit that referenced this pull request Mar 6, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase
philippemnoel pushed a commit that referenced this pull request Mar 12, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14
philippemnoel pushed a commit that referenced this pull request Mar 13, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14
philippemnoel pushed a commit that referenced this pull request Mar 16, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0
philippemnoel pushed a commit that referenced this pull request Mar 18, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)
philippemnoel pushed a commit that referenced this pull request Mar 26, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)
philippemnoel pushed a commit that referenced this pull request Mar 26, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3
philippemnoel pushed a commit that referenced this pull request Apr 2, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3
philippemnoel pushed a commit that referenced this pull request Apr 11, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3
philippemnoel pushed a commit that referenced this pull request Apr 11, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3

Upgrade to 0.22.6
philippemnoel pushed a commit that referenced this pull request Apr 14, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3

Upgrade to 0.22.6
philippemnoel pushed a commit that referenced this pull request Apr 14, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3

Upgrade to 0.22.6

fix: resolve merge conflict markers in paradedb Chart.yaml (#189)
philippemnoel pushed a commit that referenced this pull request Apr 16, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3

Upgrade to 0.22.6

fix: resolve merge conflict markers in paradedb Chart.yaml (#189)
philippemnoel pushed a commit that referenced this pull request Apr 16, 2026
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

ci: AWS EKS LocalStack Tests (#14)

Co-authored-by: Itay Grudev <itay.grudev@essentim.com>
Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

Updated documentation workflows and cleanup (#18)

Revert "Add postgresql default to tests"

This reverts commit a9f340d.

Add repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Configure repository for ParadeDB (#15)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>

chore: Create artifacthub-repo.yml (#20)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Put artifacthub-repo.yml in the right location

Bug Fix: Tests (#21)

Renamed chart to `paradedb-cluster` (#22)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

Rm .DS_Store

Remove extra HTML tag

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Remove repository_dispatch

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Rename paradedb-cluster to paradedb (#28)

chore: Try with adding missing -cluster (#33)

chore: Final Cleanup (#34)

chore: Remove PostGIS and Timescale (#35)

Using the default UID/GID 999 from the postgres docker image (#26)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Update README and Schema (#37)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): pin sigstore/cosign-installer action to 4959ce0 (cloudnative-pg#403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rm pgvectorscale (#39)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Add GitHub Actions Workflow to check for typos (#40)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore(deps): update kyverno/action-install-chainsaw action to v0.2.11 (cloudnative-pg#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Rename the default database from app to paradedb (#41)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

docs: Clarify the docs (#42)

Update Depot

Revert "Update Depot"

This reverts commit cb85b81.

feat: Add `pg_cron` and Postgis (#44)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Use the new 0.11.0 release (#47)

feat: Enable monitoring via Prometheus and Grafana (rebased) (#48)

Rm extra files

Remove duplicate block in README

Signed-off-by: Itay Grudev <itay@verito.digital>

Feat recovery.mode=import (#53)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to 0.12.0 (#56)

docs: Update docs following BYOC (#52)
Signed-off-by: Itay Grudev <itay@verito.digital>

ParadeDB Enterprise (#58)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Parallel test execution (#59)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Default to PG17 (#60)

Signed-off-by: Itay Grudev <itay@verito.digital>

Fixed cron database name (#61)

Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Use serviceAccountTemplate from values (#64)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Default to PG17 again (#69)

feat: Upgrade ParadeDB to 0.13.1 (#63)
Signed-off-by: Itay Grudev <itay@verito.digital>

feat: Upgrade to 0.13.2 (#72)

Signed-off-by: Itay Grudev <itay@verito.digital>

test: Upgrade to 0.14.0 & Add test for replication (#75)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.14.1 (#76)

Signed-off-by: Itay Grudev <itay@verito.digital>

chore: Upgrade to 0.15.0 (#80)

chore: Upgrade to 0.15.1 (#81)

feat: Add ScheduledBackups Test (#82)

Swap to Vars for DOCKERHUB_USERNAME

Cleanup

Make pg_analytics optional (#83)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Added pgDumpExtraOptions and pgRestoreExtraOptions (#84)

feat: Expose many externalClusters (#85)

Upgrade to 0.15.2

Upgrade to 0.15.3

Upgrade to 0.15.4

Fix rebase

:# This is a combination of 2 commits.

Upgrade to 0.15.5

fix: Fix CI (#87)

feat: Upgrade to 0.15.6 (#88)

Remove pg_parquet

Rm tar

feat: Release 0.15.7 (#89)

feat: Upgrade to 0.15.8 (#91)

Upgrade to 0.15.9

Update Slack Community invite link

feat: Phil/0.15.11 (#93)

feat: Upgrade to 0.15.12 (#95)

Upgrade missing one

Upgrade to 0.15.13

fix: incorrectly referring to version as appVersion (#99)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.15.14

Upgrade to 0.15.15

Upgrade to 0.15.16

Upgrade to 0.15.17

Adjust cluster to paradedb

Upgrade to 0.15.18

feat: Hot standy feedback (#106)

Co-authored-by: Itay Grudev <itay@verito.digital>

fix: Use encoded version of `hot_standby_feedback` (#108)

Co-authored-by: Itay Grudev <itay@verito.digital>

docs: Added Itay as a codeowner (#109)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

feat: Replica cluster support (#111)

Cleanup README

fix: missing Endpoint CA section in the replica origin objectStore section (#113)

feat: Also install extension when importing via source (#114)

chore: Adjust all tests to `paradedb` (#115)

feat: Release 0.15.19 (#116)

feat: predicate query tpl interpolation (#117)

Upgrade to 0.15.20

Upgrade to 0.15.21

Remove outdated EKS test

0.15.22

Upgrade to 0.15.25

feat: Database and extension management (#121)

fix: If the managed extension is pg_search always use the same version as the docker image (#124)

fix: Database CR name should not contain underscores (#125)

Upgrade to 0.16.0

Upgrade to 0.16.1

Upgrade to 0.16.2

Upgrade to 0.16.3

feat: Console pod for long-running tasks (#129)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.16.4

Upgrade to 0.17.0

Upgrade to 0.17.1

Upgrade to 0.17.2

Remove upstream release workflow

Update README to mention PG 14+

Upgrade to 0.17.3

Update codeowners

Upgrade from 0.17.3 to 0.17.4

Upgrade to 0.18.0

ci: typo in console statefulset test name (#138)

Swap to the ParadeDB Bot token

docs: Updated and expanded alert documentation (#137)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

feat: Automatically provisioned logical replication and ParadeDB instrumentation (#142)

Signed-off-by: Itay Grudev <itay+github.com@grudev.com>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.18.2

feat: Always enable instrumentations (#147)

Upgrade to 0.18.3

Upgrade to 0.18.5

Upgrade to 0.18.6

Upgrade to 0.18.8

Upgrade to 0.18.10

Upgrade to 0.19.0

Increase assert timeout to 5m

Default to one instance and explain paradedb enterprise

Fix CI  (#152)

upgrade to 0.19.3

Cleanup the replica test

Double all timeouts in console-statefulset

fix: cleaned up logical replication measurement (#153)

Upgrade to 0.19.4

` This is a combination of 2 commits.

feat: port logical replication alerts (#156)

Ankitml/port grafana dash (#157)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Itay Grudev <itay@verito.digital>
Co-authored-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Upgrade to 0.19.5

Remove lint file that came from a bad rebase

upgrade to 0.20.0

chore: Specify missing enterprise version on replica test (#163)

fix: Make externalClusters conditional to prevent null value in standalone mode (#165)

Post rebase fixes

Bring back Ankit's fix

Properly fix externalcluster

Properly name extension upgrade test

Remove Markdown file left from rebase

Remove Renovate

fix: Fix Replica clusters issues from rebase (#167)

Signed-off-by: Ankit  <573824+ankitml@users.noreply.github.com>
Co-authored-by: Ankit <573824+ankitml@users.noreply.github.com>

Upgrade to 0.21.0

Default to PG18

Keep extension upgrade test on PG17

Add missing upgrade version to 0.21.0

Increase pg_basebackup assert timeout to 8 minutes

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

Be explicit about the need to define the PG major version

Default to 0.21.2

Support PG15+

Swap to Apache-2.0 to match upstream

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>

chore: Fix typos, stale license refs, and dead code (#170)

Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Deep cleanup of runbooks and chainsaw tests (#171)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Use correct values paths in origin credential templates (#173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

test: Add regression test for origin credential templates in replica mode (#174)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

fix: Correct origin-creds templates and fourth cleanup pass (#172)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Bump ParadeDB version to 0.21.6 (#175)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

chore: Final cleanup pass across codebase (#176)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

feat( cluster ): Add pg_stat_statements metrics (#177)

Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Upgrade to 0.21.7

Upgrade to 0.21.8

Upgrade to 0.21.10

chore(chart): low-priority cleanup and consistency fixes (#183)

fix(chart): critical reliability and templating fixes (#180)

fix(chart): high-priority alert templating and replica secret config (#181)

docs(chart): medium-priority accuracy and maintainability fixes (#182)

Rm cluster/ from bad rebase

Upgrade to 0.21.14

Upgrade to 0.22.0

chore(paradedb): bump version from 0.22.0 to 0.22.1

fix(monitoring): guard against nil pointer in pooler PodMonitor template (#185)

fix(monitoring): use template variable for Prometheus datasource UID (#186)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chore: Fix hardcoded dashboard panel (#187)

Upgrade to 0.22.3

Upgrade to 0.22.6

fix: resolve merge conflict markers in paradedb Chart.yaml (#189)

chore: bump ParadeDB to 0.23.0 (#190)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant