From 115d5940b2746420a1329792337533090f54ce2c Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:17:29 -0700 Subject: [PATCH 1/2] Changelog for v6.0.12741 --- docs/technical-changelog.mdx | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index eca46ff46..73bdf4986 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,48 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.0 Patch 2 + +## v6.0.12741 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.0.12741) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.0.12741) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.0.12741) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.0.12741) + +### Features + +#### Dev + +- enable gcloud beta `(PR #3490)` + +### Fix + +#### Release + +- fix post-release version selection `(PR #4659)` + +#### Others + +- update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3728)` + - fix: prompt templates should not fail when pasting linebreaks + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.0.x] security/fix: don't print access tokens `(PR #4801)` + +{/* RSS={"version":"v6.0.12741", "releasedAt": "2025-04-09"} */} + + # 6.2 Patch 1 ## v6.2.1106 From 8e895001076423560359c9f26635a4672e5d963b Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Wed, 9 Apr 2025 16:37:37 -0400 Subject: [PATCH 2/2] reorder changelog and add release --- docs/releases.mdx | 1 + docs/technical-changelog.mdx | 77 ++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 42 deletions(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 0d31fc435..549d90322 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -20,6 +20,7 @@ Currently supported versions of Sourcegraph: | 6.1 Patch 2 | February 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v611295) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.1 Patch 1 | February 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v61376) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.1 Patch 0 | February 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v610) | [Install](https://sourcegraph.com/docs/admin/deploy) | +| 6.0 Patch 2 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v6012741) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.0 Patch 1 | February 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v602687) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.0 Patch 0 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v600) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 5.11 Patch 5 | January 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v5116271) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 73bdf4986..fbef472cf 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,48 +4,6 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 6.0 Patch 2 - -## v6.0.12741 - -- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.0.12741) - -- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.0.12741) - -- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.0.12741) - -- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.0.12741) - -### Features - -#### Dev - -- enable gcloud beta `(PR #3490)` - -### Fix - -#### Release - -- fix post-release version selection `(PR #4659)` - -#### Others - -- update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3728)` - - fix: prompt templates should not fail when pasting linebreaks - -### Reverts - - There were no reverts for this release - -### Uncategorized - -#### Others - -- [Backport 6.0.x] security/fix: don't print access tokens `(PR #4801)` - -{/* RSS={"version":"v6.0.12741", "releasedAt": "2025-04-09"} */} - - # 6.2 Patch 1 ## v6.2.1106 @@ -1665,6 +1623,41 @@ Revert "fix: set the tag in the push_all.sh script" `(PR #2989)` {/* RSS={"version":"v6.1.0", "releasedAt": "2025-02-17"} */} +# 6.0 Patch 2 + +## v6.0.12741 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.0.12741) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.0.12741) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.0.12741) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.0.12741) + +### Features + +#### Dev + +- Enable gcloud beta `(PR #3490)` + +#### Release + +- Fix post-release version selection `(PR #4659)` + +#### Others + +- Update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3728)` +- Fix: prompt templates should not fail when pasting linebreaks + + +### Uncategorized + +#### Others + +- [Backport 6.0.x] security/fix: don't print access tokens `(PR #4801)` + +{/* RSS={"version":"v6.0.12741", "releasedAt": "2025-04-09"} */} # 6.0 Patch 1