Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to Sourcegraph are documented in this file.

{/* CHANGELOG_START */}

# v5.4.2198

## Reverts

## Uncategorized
- [62547](https://github.com/sourcegraph/sourcegraph/pull/62547) [Backport 5.4.0] release: disable promotion criteria validation
- [62551](https://github.com/sourcegraph/sourcegraph/pull/62551) release: pass in `IS_DEVELOPMENT_RELEASE` flag to buildkite

- [62553](https://github.com/sourcegraph/sourcegraph/pull/62553) release: execute gh via bazel

- [62556](https://github.com/sourcegraph/sourcegraph/pull/62556) release: remove slack webhook requirement

- [62626](https://github.com/sourcegraph/sourcegraph/pull/62626) [Backport 5.4.0] Batch changes: make window ranges exclusive to avoid infinite loop
- [62634](https://github.com/sourcegraph/sourcegraph/pull/62634) [Backport 5.4.0] Check for ClientID when matching auth provider to user external account
- [62651](https://github.com/sourcegraph/sourcegraph/pull/62651) [Backport 5.4.0] release(upgradetest): confirm postrelease version is newer than the latest sourcegraph version
- [62657](https://github.com/sourcegraph/sourcegraph/pull/62657) [Backport 5.4.0] release(executors): update ami naming
- [62666](https://github.com/sourcegraph/sourcegraph/pull/62666) [Backport 5.4.0] Cody Ignore: update version constraint mismatch error text
- [62674](https://github.com/sourcegraph/sourcegraph/pull/62674) [Backport 5.4.0] gitserver(ListRefs): Fix type detection for lightweight tags
- [62760](https://github.com/sourcegraph/sourcegraph/pull/62760) [Backport 5.4.0] auth: Make username from email deduplication dotcom only
- [62766](https://github.com/sourcegraph/sourcegraph/pull/62766) [Backport 5.4.0] security: Update dind base image to patch multiple CVEs
- [62767](https://github.com/sourcegraph/sourcegraph/pull/62767) security: Auto-update package lockfiles for Sourcegraph base images

- [62793](https://github.com/sourcegraph/sourcegraph/pull/62793) Backport: Client Compatible Bedrock ARN handling (#62720)

## 5.4.0

### Added
Expand Down