-
12.0.0 Stable
released this
2026-08-14 10:44:18 +00:00 | 20 commits to main since this releaseChanges
-
Supports backups and restores for MySQL databases
This came at the cost of needing to refine our schema a little bit. The app level
restoreschema has removed therestore.cnpg_restoreoption and therestoreschema now looks like this:restore: enabled: false db: # enable restoring mysql or postgresql, depending on the app # this option replaces the old restore.cnpg_restore enabled: true s3: # enable restoring S3 (seaweefs or other) enabled: true pvc: # restore app's PVCs (always restores s3 pvc if restore.s3.enabled) enabled: true restic_snapshot_ids: seaweedfs_volume: latest seaweedfs_filer: latestThis also obviates the need for maintaining PVCs specifically for MySQL, as the restore process now restores from S3 (typically seaweedfs right now).
We now have support for only restoring certain parts of an app. A full restore will still do everything, but you can conditionally just do s3, db, or pvc restores (or some combination).
-
We now always support adding the database hostname to your ExternalSecrets Provider
-
We support adding protocol to the issuer when saving the OIDC credentials to your ExternalSecrets provider (this only done for writefreely so far)
-
We now check to see if an OpenBao auth method for your app's namespace already exists instead of trying to create it again by default.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-