Skip to content

postgresql: 9.6.23 -> 9.6.24, 10.18 -> 10.19, 11.13 -> 11.14, 12.8 -> 12.9, 13.4 -> 13.5, 14.0 -> 14.1#146464

Merged
marsam merged 6 commits intoNixOS:stagingfrom
marsam:update-postgresql
Nov 20, 2021
Merged

postgresql: 9.6.23 -> 9.6.24, 10.18 -> 10.19, 11.13 -> 11.14, 12.8 -> 12.9, 13.4 -> 13.5, 14.0 -> 14.1#146464
marsam merged 6 commits intoNixOS:stagingfrom
marsam:update-postgresql

Conversation

@marsam
Copy link
Contributor

@marsam marsam commented Nov 18, 2021

Motivation for this change

https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 21.11 Release Notes (or backporting 21.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.

@marsam marsam added 1.severity: security Issues which raise a security issue, or PRs that fix one backport staging-21.05 labels Nov 18, 2021
@ofborg ofborg bot requested review from danbst, globin and ivan November 18, 2021 05:55
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. labels Nov 18, 2021
@ajs124
Copy link
Member

ajs124 commented Nov 18, 2021

This is kind of last minute, but since the blogpost says "this is the final release of PostgreSQL 9.6", do we maybe want to drop 9.6 before the 21.11 branch-off?

@marsam marsam merged commit 17c6935 into NixOS:staging Nov 20, 2021
@marsam marsam deleted the update-postgresql branch November 20, 2021 21:48
@github-actions
Copy link
Contributor

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

Please cherry-pick the changes locally.

git fetch origin staging-21.05
git worktree add -d .worktree/backport-146464-to-staging-21.05 origin/staging-21.05
cd .worktree/backport-146464-to-staging-21.05
git checkout -b backport-146464-to-staging-21.05
ancref=$(git merge-base f57a2a6cf17fe3c5c80a603e01642a2b5a4c1393 85852b941d8e0888a98f1a21ac0a43875ccf7073)
git cherry-pick -x $ancref..85852b941d8e0888a98f1a21ac0a43875ccf7073

@github-actions
Copy link
Contributor

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

Please cherry-pick the changes locally.

git fetch origin staging-21.05
git worktree add -d .worktree/backport-146464-to-staging-21.05 origin/staging-21.05
cd .worktree/backport-146464-to-staging-21.05
git checkout -b backport-146464-to-staging-21.05
ancref=$(git merge-base f57a2a6cf17fe3c5c80a603e01642a2b5a4c1393 85852b941d8e0888a98f1a21ac0a43875ccf7073)
git cherry-pick -x $ancref..85852b941d8e0888a98f1a21ac0a43875ccf7073

@github-actions
Copy link
Contributor

Successfully created backport PR #147931 for staging-21.11.

@ajs124 ajs124 mentioned this pull request Dec 3, 2021
13 tasks
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 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants