From 40deb251cc40edcf2224abbd36dca30da5e924a5 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Wed, 18 Dec 2024 21:39:43 -0800 Subject: [PATCH 1/4] Changelog for v5.10.3940 --- docs/technical-changelog.mdx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 39ac88ebe..cb2624a1d 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,31 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.10 Patch 4 + +### Features + +#### Security + +- introduce UntrustedExternalClient [#2433](https://github.com/sourcegraph/sourcegraph/pull/2433) + - OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c) + Backport 3f079a57978179aa2ad3f310195346a8c574f9ce from #2349 + +### Fix + +#### Database + +- do not log DSN secrets when changed [#2434](https://github.com/sourcegraph/sourcegraph/pull/2434) + - We no longer log the postgresql DSN when it changes. Previously this could contain the secret PGPASSWORD. + Backport 2bd9c09969fff536c6fb29108656658d3f875047 from #2272 + +### Reverts + + There were no reverts for this release + +{/* RSS={"version":"5.10 Patch 4", "releasedAt": "2024-12-19"} */} + + # 5.10 Patch 2 > Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to have a database backup before upgrading! See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! From a714023b79f74efa84625407011259c425d40940 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 18 Dec 2024 21:52:15 -0800 Subject: [PATCH 2/4] Update docs/technical-changelog.mdx --- docs/technical-changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index cb2624a1d..47e50c3ae 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 5.10 Patch 4 +# 5.10 Patch 3 ### Features From bfb9b2f629d6faa3739894d4b69702dbb8485410 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 18 Dec 2024 21:52:22 -0800 Subject: [PATCH 3/4] Update docs/technical-changelog.mdx --- docs/technical-changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 47e50c3ae..ae767678a 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -26,7 +26,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change There were no reverts for this release -{/* RSS={"version":"5.10 Patch 4", "releasedAt": "2024-12-19"} */} +{/* RSS={"version":"5.10 Patch 3", "releasedAt": "2024-12-19"} */} # 5.10 Patch 2 From d7194cc1d1cb6f2bc1b19734ef4ef3885fb089a3 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Thu, 19 Dec 2024 09:36:38 -0500 Subject: [PATCH 4/4] add latest release and warning --- docs/releases.mdx | 1 + docs/technical-changelog.mdx | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index 80b30b071..63752c40a 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 5.10 Patch 3 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5103940) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.10 Patch 2 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5102832) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.10 Patch 1 | December 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5101164) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.10 Patch 0 | November 2024 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5100) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index ae767678a..3c3b894f8 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -6,6 +6,20 @@ This page documents all notable changes to Sourcegraph. For more detailed change # 5.10 Patch 3 +> Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to have a database backup before upgrading! See our [postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice! +> +> Also be sure to check your deployment type's [upgrade notes](http://sourcegraph.com/docs/admin/updates#instance-specific-procedures)! + +## v5.10.3940 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.3940) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.10.3940) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.10.3940) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v5.10.3940) + ### Features #### Security