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 libpq #26886

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Update libpq #26886

merged 1 commit into from
Nov 11, 2020

Conversation

remilapeyre
Copy link
Contributor

This is needed to make it possible to use the scram-sha-256
authentication method for the pg backend. It's not easy to write
unit-tests for this since it requires a specific configuration of the
PostgreSQL server, I did test it manually thought and everything seems
to work like it should.

Closes #24016

This is needed to make it possible to use the scram-sha-256
authentication method for the pg backend. It's not easy to write
unit-tests for this since it requires a specific configuration of the
PostgreSQL server, I did test it manually thought and everything seems
to work like it should.

Closes hashicorp#24016
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #26886 (c7be001) into master (7c98be9) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted Files Coverage Δ
terraform/eval_apply.go 73.27% <0.00%> (-0.61%) ⬇️
terraform/node_resource_apply_instance.go 75.78% <0.00%> (+0.78%) ⬆️
terraform/eval_diff.go 67.43% <0.00%> (+0.91%) ⬆️

@pkolyvas pkolyvas added 0.14-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged and removed 0.14-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged labels Nov 11, 2020
@jbardin jbardin added the 0.14-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Nov 11, 2020
@jbardin jbardin merged commit 495adb8 into hashicorp:master Nov 11, 2020
@pkolyvas
Copy link
Contributor

pkolyvas commented Nov 11, 2020

@remilapeyre Just a quick note that our main branch is now 0.15 so we've lined up a PR for 0.14. However since 0.14 RC1 shipped today and is in essentially critical-fix-only mode, your PR will ship in 0.14.1.

Thanks for taking the time to submit this!

@ghost
Copy link

ghost commented Dec 12, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
0.14-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged backend/pg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update lib/pq to at least version 1.1.0 to support new postgres encryption scheme
3 participants