-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge v10.0 #10
Merged
Merged
Merge v10.0 #10
Conversation
This file contains 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
* in sync mode select only syncStandby as swicthover candidate * do not exit retry with err * unit test: use error from reading byte stream twice
* bump pooler image * set pooler pod security context * use hard coded RunAsUser 100 and RunAsGroup 101 for pooler pod * unify generation of TLS secret mounts * extend documentation on tls support * add unit test for testing TLS support for pooler * add e2e test for tls support
Signed-off-by: drivebyer <[email protected]>
Refactor operator image build process Add a pipeline to build and publish arm64/amd64 image in ghcr on every pushed tag
Signed-off-by: drivebyer <[email protected]>
actually retry kubectl port-forward and better messages
…ress (#2285) * Interpret KUBERNETES_SERVICE_HOST as hostname if not parsed as IP address This allows correctly connecting to the Kubernetes API when the service host is set as a hostname. This is at least the case on gardener.cloud . I'm running the patched version in production. Related to #2047 which describes the same problem I had. * Reindent logical-backup/dump.sh --------- Co-authored-by: Nick Douma <[email protected]>
* bump to v1.9.1 * update year in license and add links to more blog posts * bump go to 1.19 and update dependencies * go for 1.10.0 instead of 1.9.1 * fix unit test - removed obsolete ClusterName field * fix DNS template in UI helm chart deployment file
* add prefix /vol- on when EBS doesn't have * add new unit test for to get the volumeID * add a prefix to search in the string of volumeID --------- Co-authored-by: Jociele Padilha <[email protected]>
The link to Daniel Westermann's post "Getting started with the Zalando Operator for PostgreSQL" is outdated. This commit updates the link.
Fixes #1678 Signed-off-by: Jan Jansen <[email protected]>
Co-authored-by: inovindasari <[email protected]>
In v1.10.0 we we have started using policy API v1 for PDBs and policy API v1 is available from Kubernetes version 1.21. So, updating the kubernetes supported version in matrix chart of v1.9, v1.10 to k8s 1.21+
* Update complete-postgres-manifest.yaml add maxDBConnections settings to connectionPooler * Update manifests/complete-postgres-manifest.yaml Lets use more moderate number here --------- Co-authored-by: Felix Kunde <[email protected]>
* Handle retry connect to Postgres when ping return EOF error. * Update pkg/cluster/database.go Co-authored-by: Felix Kunde <[email protected]> --------- Co-authored-by: Trung Minh Lai <[email protected]> Co-authored-by: Felix Kunde <[email protected]>
…example (#2403) * revert index.html base url and provide USE_AWS_INSTANCE_PROFILE example
* bump to v1.10.1
* Enable specifying PVC retention policy for auto deletion * enable StatefulSetAutoDeletePVC in featureGates * skip node affinity test
* on PVC when_scaled:retain check pod count and wait for replica label
RafiaSabih
force-pushed
the
merge_v10.0
branch
from
December 29, 2023 10:14
e6a9d4b
to
b09a9a9
Compare
Schmaetz
approved these changes
Dec 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge v10.0 from the original repo.