From 15abaa7982d33e773166729e1787d5f88a72a9f7 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 22 Aug 2024 02:10:37 +0200 Subject: [PATCH 1/3] Changelog for v5.6.2535 --- docs/CHANGELOG.mdx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/CHANGELOG.mdx b/docs/CHANGELOG.mdx index 5f5a8b16b..0e3594a73 100644 --- a/docs/CHANGELOG.mdx +++ b/docs/CHANGELOG.mdx @@ -4,6 +4,31 @@ All notable changes to Sourcegraph are documented in this file. {/* CHANGELOG_START */} +# v5.6.2535 + +{/* RSS={"version":"v5.6.2535", "releasedAt": "2024-08-22"} */} + +## Chore + + +#### Security + +- security: added better GHAS check (#64537) [#65](https://github.com/sourcegraph/sourcegraph/pull/65) + - chore(security): Fix GHAS check as non-zero exit code + +## Uncategorized + +- Support SAST Scanning with both GHAS and Custom post processing scrip… [#67](https://github.com/sourcegraph/sourcegraph/pull/67) + - sast scans are reported without any issues +- [Backport 5.6.x] fix(search): fix query parsing bug around quoted phrases #59 [#70](https://github.com/sourcegraph/sourcegraph/pull/70) +- [Backport 5.6.x] fix(batches): fix broken forking workflow [#81](https://github.com/sourcegraph/sourcegraph/pull/81)fix(batches): fix broken forking workflow + Backport f833c4a3bf2210c127ffbf1146be69e1f461a449 from #48 +- [Backport 5.6.x] svelte: add slash to path scope [#98](https://github.com/sourcegraph/sourcegraph/pull/98) + - Fixes a bug in the new web app that causes incorrect links to be generated for collapsed file names + Backport 23dad06bb2af1e7eb6a2f3847ad7f2c76c2a89a5 from #95 +- [Backport 5.6.x] feat(cody): add deepseek-coder-v2-lite-base support [#103](https://github.com/sourcegraph/sourcegraph/pull/103) Backport f71fe081aa43ca40fef66c067c8eaf49d62d491e from #4 +- backporting #106 [#107](https://github.com/sourcegraph/sourcegraph/pull/107) + # v5.6.185 {/* RSS={"version":"v5.6.185", "releasedAt": "2024-08-08"} */} From b14b1f33ccda9cb7fa40ae74ac061ad89728c5f6 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 21 Aug 2024 17:28:30 -0700 Subject: [PATCH 2/3] update releases.mdx --- docs/releases.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 9b90eacb9..7edbff5b9 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -18,7 +18,8 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |---------------------------------|-------------------------------|---------------|----------------------------------------------------------|-----------------------------------------------------------------------------| -| Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v56185) | [Install](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.185) | +| Sourcegraph 5 Release 6 Patch 2 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v562535) | [Install](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.2535) | +| Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v56185) | | | Sourcegraph 5 Release 6 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v560) | | | 5.5 | July 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v553956) | | | 5.4 | May 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v547765) | | From cf05e13d1a38dd11c6bced8672feb8703b38b768 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 21 Aug 2024 17:29:41 -0700 Subject: [PATCH 3/3] fix spaces releases.mdx --- docs/releases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 7edbff5b9..8cfac3ae3 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -18,7 +18,7 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |---------------------------------|-------------------------------|---------------|----------------------------------------------------------|-----------------------------------------------------------------------------| -| Sourcegraph 5 Release 6 Patch 2 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v562535) | [Install](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.2535) | +| Sourcegraph 5 Release 6 Patch 2 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v562535) | [Install](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.2535)| | Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v56185) | | | Sourcegraph 5 Release 6 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v560) | | | 5.5 | July 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v553956) | |