-
Notifications
You must be signed in to change notification settings - Fork 0
feat: pivot psql-stack to EKS Auto Mode defaults #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
39e3ea6
feat: optional NodePool for dedicated psql workloads
patrickleet 46fe4c9
feat: StorageClass + ExternalSecrets composed resources
patrickleet 3a2946f
fix: default StorageClass name to 'psql' (per-stack naming)
patrickleet 622fae5
feat: externalSecrets.connections[] composes password + config → URL
patrickleet ff1aec4
refactor: drop externalSecrets from PSQLStack
patrickleet 7358566
feat: swap StackGres operator for CloudNativePG (phase 1 of CNPG pivot)
patrickleet 8debdb6
feat: three-profile storage layer — mayastor + lvm + ebs (phase 2)
patrickleet cc258eb
feat: split NodePool into branches + primary sub-pools (phase 3)
patrickleet d6b5648
feat: install cnpg-i-scale-to-zero plugin (phase 4)
patrickleet 5d6c3ff
docs/test: refresh README, examples, and render tests for CNPG pivot …
patrickleet 2f6f2c8
feat: node-prep DaemonSet for Mayastor/LVM prereqs (phase 3b)
patrickleet 0b7e221
refactor: drop LVM + EBS storage profiles, Mayastor-only
patrickleet e242e9a
nodepool + node-prep: spot primary, drop cluster prefix, DS creates D…
patrickleet dd8ad07
feat: stack-wide HA mode (replicaCount + topology spread by zone)
patrickleet da8d852
fix: skip Mayastor's bundled VolumeSnapshotClass CRDs
patrickleet 4f33ca9
fix: confine Mayastor csi-node to workload-type=psql nodes
patrickleet 727dc74
feat: pivot storage from Mayastor to Longhorn V2
patrickleet 1ec04e6
feat: pivot psql-stack to EKS Auto Mode defaults
patrickleet 3190483
fix: default snapshot driver to ebs.csi.eks.amazonaws.com
patrickleet 38c2b7c
docs: flag snapshot-controller as a prerequisite
patrickleet b7a522f
docs: point snapshot-controller prereq at volume-snapshot-stack
patrickleet d4340db
feat: merge psql-cluster + psql-branch APIs into psql-stack package
patrickleet cdb8d5d
test(e2e): upgrade unified psql e2e to full Ready integration
patrickleet ee3373e
fix(e2e): drop StackGres-era spec fields from PSQLStack manifest
patrickleet 2e08b7e
docs(psqlstacks): correct stale CSI driver and VSC defaults
patrickleet 525fba0
test(psqlstacks): assert Atlas Release in scale-to-zero-disabled test
patrickleet e68d592
fix(psqlstacks): create CNPG/Atlas teardown-order Usage on existence,…
patrickleet 03d233c
feat(psqlcluster)!: rework credentials around app/superuser, ESO-shap…
patrickleet 5d8a092
build(make): derive xrd/composition/api_dir per example for multi-API…
patrickleet b789ac7
feat(psqlcluster): auto-gen app secret when neither field set
patrickleet 990ddfd
feat(psqlstack)!: compose paired psql StorageClass + pivot e2e to AWS
patrickleet 877c9c1
ci(e2e): install cert-stack alongside volume-snapshot-stack
patrickleet e537e26
ci: pin reusable workflows to hops-ops/workflows-crossplane@v3.0.0
patrickleet 663b5e7
fix(psqlbranch): drop default postgres version, gate imageName on exp…
patrickleet b4c6e62
test(psqlcluster): lock in monitoring.enabled=false honors explicit off
patrickleet 18d3115
fix(psqlbranch): prefer source-snapshot content over empty branch con…
patrickleet dd72818
test(psqlbranch): cross-namespace state-status with observed fixtures
patrickleet ed61c1d
fix(psqlbranch): prefix source-ns VolumeSnapshot name with branch nam…
patrickleet e1ad9ec
fix(psqlbranch): fall back to source.storage.size when branch size empty
patrickleet f3d3034
fix(psqlcluster): match ExternalSecret status lookup to actual resour…
patrickleet 7f79901
fix(make): use defined Makefile vars in validate:% recipe
patrickleet 45619d5
test(psqlcluster): assert full ExternalSecret data mapping
patrickleet e039995
fix(psqlcluster): bump ExternalSecret to external-secrets.io/v1
patrickleet 6b8e83c
docs(psqlcluster): mirror externalSecret descriptions on superuser block
patrickleet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
cat -n .github/workflows/on-push-main.yaml | head -50Repository: hops-ops/psql-stack
Length of output: 1893
🏁 Script executed:
Repository: hops-ops/psql-stack
Length of output: 2013
Pin reusable workflows to immutable refs before merging.
The validate, test, and e2e jobs reference
@feat/multi-api-support, a mutable branch that can change without review. This breaks mainline CI reproducibility—different runs may execute different code. Pin these to immutable release tags (like thev1.21.0used for version-and-tag).🤖 Prompt for AI Agents