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

Update psql lib to postgres version 11.11 #193

Merged
merged 1 commit into from May 13, 2021

Conversation

MarcSchunk
Copy link
Contributor

@MarcSchunk MarcSchunk commented Apr 21, 2021

cf-deployment currently uses postgres-release 43, which comes with postgres 11.10.

libpq in capi-release is still on postgres 11.5. According to postgres its best practice to have the client library at least on the level of the server. Newer version of the postgres client / libpq are backward compatible, the server may not be backword compatible. Therefore it would be good to bump libpq in capi-release to the same level as postgres in postgres release. Also the update addresses vulnerabilities in postgres.

We have build a capi-release with the updated libpq, deployed it with bosh-lite and run smoke tests.

This is similar to the PR from one and a half year age: bump libpq to postgres 11.5

You will have to manage the blobstore upload, as we have no access to that.

Signed-off-by: Bernhard Schmid <bernhard.schmid@de.ibm.com>
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Apr 21, 2021

CLA Signed

The committers are authorized under a signed CLA.

MarcPaquette added a commit that referenced this pull request May 13, 2021
Per Pull request #193
from @MarcSchunk

Co-authored-by: Marc Paquette <mpaquette@pivotal.io>
Co-authored-by: Tom Viehman <tviehman@pivotal.io>
@MarcPaquette MarcPaquette merged commit 6a2cc13 into cloudfoundry:develop May 13, 2021
@MarcPaquette
Copy link
Contributor

Thank for the PR @MarcSchunk ! We really appreciate this!

--The CAPI Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants