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

chore(compute): bumps pg_session_jwt to latest version #9474

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

davidgomes
Copy link
Contributor

@davidgomes davidgomes commented Oct 21, 2024

Problem

This brings in neondatabase/pg_session_jwt@e1310b0 from pg_session_jwt.

I have tested this in a preview environment. I got permission denied for language c at first, but then I ran:

update projects set settings=jsonb_set(settings, '{compute_image}', '"369495373322.dkr.ecr.eu-central-1.amazonaws.com/vm-compute-node-v16:11445855639"') where id='solitary-frost-64400715';

And I was able to install the extension after restarting the compute:
image

Summary of changes

It bumps the version of pg_session_jwt to the latest version.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented Oct 21, 2024

5281 tests run: 5067 passed, 0 failed, 214 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 31.4% (7668 of 24399 functions)
  • lines: 48.9% (60263 of 123199 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
f62d3d6 at 2024-10-21T23:48:56.370Z :recycle:

@davidgomes davidgomes enabled auto-merge (squash) October 21, 2024 21:50
@davidgomes davidgomes merged commit 94369af into main Oct 21, 2024
81 checks passed
@davidgomes davidgomes deleted the bump-pg_session_jwt branch October 21, 2024 23:39
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