File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212
1313|  ** Release**   |  ** General Availability Date**  |  ** Supported**  |  ** Release Notes**                                                   |  ** Install**                                           | 
1414| --------------| -------------------------------| ---------------| --------------------------------------------------------------------| ------------------------------------------------------| 
15+ |  5.11 Patch 3 |  January 2025                  |  ✅             |  [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v5114013 )  |  [ Install] ( https://sourcegraph.com/docs/admin/deploy )  | 
1516|  5.11 Patch 2 |  January 2025                  |  ✅             |  [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v5113601 )  |  [ Install] ( https://sourcegraph.com/docs/admin/deploy )  | 
1617|  5.11 Patch 1 |  January 2025                  |  ✅             |  [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v5112732 )  |  [ Install] ( https://sourcegraph.com/docs/admin/deploy )  | 
1718|  5.11 Patch 0 |  December 2024                 |  ✅             |  [ Notes] ( https://sourcegraph.com/docs/technical-changelog#v5110 )     |  [ Install] ( https://sourcegraph.com/docs/admin/deploy )  | 
Original file line number Diff line number Diff line change @@ -4,6 +4,53 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44
55{/* CHANGELOG_START */}
66
7+ # 5.11 Patch 3
8+ 
9+ ## v5.11.4013
10+ 
11+ - [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.11.4013)
12+ 
13+ - [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.11.4013)
14+ 
15+ - [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.11.4013)
16+ 
17+ - [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v5.11.4013)
18+ 
19+ ### Features
20+ 
21+ #### Security
22+ 
23+ - Sign release images `(PR #2703)`
24+   - Publish signatures for release containers.  Backport c11764be4adb377521e4067c4852953d7c434e24 from #2697
25+ 
26+ #### Others
27+ 
28+ - Allow single container server to run postgresql-16 `(PR #2714)`
29+   - server: runs postgresql from /var/run/postgresql instead of /run/postgresql
30+  Backport 36c78cdf596e1b22079512931fa526346c2ec821 from #2711
31+ 
32+ ### Fix
33+ 
34+ #### Release
35+ 
36+ - recover from unclean database shutdowns in pgsql entrypoint `(PR #2706)`
37+   - fix(rel): fix issue with Postgres docker container failing upgrades after an unclean database shutdown.
38+   Backport ca5185ce2528b67e1ce6bcb5170f96d3699e11e0 from #2660
39+ 
40+ ### Reverts
41+ 
42+   There were no reverts for this release
43+ 
44+ ### Uncategorized
45+ 
46+ #### Others
47+ 
48+ - [Backport 5.11.x] fix(Bitbucket Cloud): Fix pagination logic for bitbucket cloud permissions `(PR #2700)`
49+   - Fixed an issue where Bitbucket Cloud permission syncs could produce incomplete results, resulting in lacking permissions.  Backport 389661481f0f0a2385ef4f78f4113ab6ba14f4d5 from #2699
50+ 
51+ {/* RSS={"version":"v5.11.4013", "releasedAt": "2025-01-11"} */}
52+ 
53+ 
754# 5.11 Patch 2
855
956## v5.11.3601
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments