Skip to content
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 release liveness #401

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Merge release liveness #401

wants to merge 8 commits into from

Conversation

drewwells
Copy link
Contributor

Merge release branch into main

drewwells and others added 8 commits December 4, 2024 16:12
Previously, customizing the dsnname would throw a validation error
    and prevent any processing of the databaseclaim. This allows the
    customization but ensures the normalized fields are always
    populated.
A bug in the conversion webhook added dbproxy mutating labels
    when only dsnexec was requested. This would cause issues if
    the pod could not handle dbproxy listening on port 5432.
Make the probes optional as a fallback that the liveness probe
    failure issues are not resolved.
dsnexec does not use the standard mount volumes of dbproxy. So
    it can't use probes pointing to those mount volumes. Removed
    the liveness probe and setup the readiness probe to point
    to DBPROXY_CREDENTIAL env variable.
* release/v1.10.x:
  DEVOPS-30642 disable liveness probes (#395)
  DEVOPS-30870: fix password rotation logic (#393)
  DEVOPS-30046 optional sidecar probes (#384)
  DEVOPS-30046 DEVOPS-30239 dsnexec conversion injects dbproxy (#381)
  update start-pgbouncer to exit after 60seconds (#379)
  PTEUDO-2142 remove validation of DSNName (#370)
  update CI pipeline for gitflow branch names
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.

3 participants