Skip to content

Commit d21e3aa

Browse files
Merge branch 'main' into bkellam/fix-SOU-122
2 parents 6837bee + f9f6c71 commit d21e3aa

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.10.8] - 2026-01-13
11+
1012
### Changed
1113
- Changed the default `/repos` pagination size to 20. [#706](https://github.com/sourcebot-dev/sourcebot/pull/706)
1214
- Changed pull policy in docker compose file to always. [#716](https://github.com/sourcebot-dev/sourcebot/pull/716)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sourcebot:
3-
image: ghcr.io/sourcebot-dev/sourcebot:main
3+
image: ghcr.io/sourcebot-dev/sourcebot:latest
44
pull_policy: always
55
user: sourcebot
66
restart: always

packages/shared/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2-
export const SOURCEBOT_VERSION = "v4.10.7";
2+
export const SOURCEBOT_VERSION = "v4.10.8";

0 commit comments

Comments
 (0)