Skip to content

postgresql_16: 16.4 -> 16.5#355974

Merged
Ma27 merged 1 commit intoNixOS:stagingfrom
wolfgangwalther:postgresql-16-minor
Nov 15, 2024
Merged

postgresql_16: 16.4 -> 16.5#355974
Ma27 merged 1 commit intoNixOS:stagingfrom
wolfgangwalther:postgresql-16-minor

Conversation

@wolfgangwalther
Copy link
Contributor

New PostgreSQL minor releases came out today:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/

The updates for v12 to v15 and v17 have also been targeted at master in #355965.

On master, we currently default postgresql to v16, so v16 is targeting staging because of the number of rebuilds.

I did include the other commits from 12-17 as well, to avoid merge conflicts here. Since they are identical, they should not be a problem.

Things done

All builds and tests happened when cherry-picking this commit to master, not on staging.

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners bot requested review from Ma27 and thoughtpolice November 14, 2024 19:16
@ofborg ofborg bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 15, 2024
@wolfgangwalther
Copy link
Contributor Author

Rebased with #355965 merged.

@Ma27 Ma27 merged commit 5297dd7 into NixOS:staging Nov 15, 2024
@github-actions
Copy link
Contributor

Backport failed for staging-24.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin staging-24.11
git worktree add -d .worktree/backport-355974-to-staging-24.11 origin/staging-24.11
cd .worktree/backport-355974-to-staging-24.11
git switch --create backport-355974-to-staging-24.11
git cherry-pick -x 797b544bda2f9b921c9757c422aa68a1de1b431b

@Ma27
Copy link
Member

Ma27 commented Nov 15, 2024

/me Adds this to the list of backports I have to do

@Ma27 Ma27 mentioned this pull request Nov 15, 2024
13 tasks
@Ma27 Ma27 added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Nov 15, 2024
@github-actions
Copy link
Contributor

Successfully created backport PR for staging-24.11:

@wolfgangwalther wolfgangwalther deleted the postgresql-16-minor branch November 15, 2024 12:14
@wolfgangwalther
Copy link
Contributor Author

/me Adds this to the list of backports I have to do

We still need this one for 24.05, right? Everything else should be open already, AFAICT.

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

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 2.status: merge conflict This PR has merge conflicts with the target branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants