Skip to content

Commit 30c2072

Browse files
authored
Clarify changelog entry for PR 1863 (#844)
Customer feedback shows that the changelog entry for [1863](sourcegraph/sourcegraph#1863) was not sufficient, so added more to it.
1 parent 39acd7c commit 30c2072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/technical-changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ This page documents all notable changes to Sourcegraph. For more detailed change
346346
- We sometimes would emit `patternType:regex` instead of `patternType:regexp`. We now always do regexp as well as treating regex as an alias for regexp.
347347
Backport a095b39ac39cfcbe3526ecf85ed6d50cb5fa3d9d from #1808
348348
- Executors on Kubernetes: propagate user and group from Executor env vars to batch change job pod [#1863](https://github.com/sourcegraph/sourcegraph/pull/1863)
349+
- The environment variables `KUBERNETES_RUN_AS_USER` and `KUBERNETES_RUN_AS_GROUP` contribute to the Job `PodSpec`'s `SecurityContext`.
350+
- The default value for those variables is `-1`, which could cause errors with some Kubernetes clusters.
349351
- (new web app) Only update user activity data once on load [#1797](https://github.com/sourcegraph/sourcegraph/pull/1797)
350352
- (new web ui) Respect 'window.context.disableFeedbackSurvey' flag [#1778](https://github.com/sourcegraph/sourcegraph/pull/1778)
351353
- (search input) Treat not, and, or as keywords regardless of case [#1733](https://github.com/sourcegraph/sourcegraph/pull/1733)

0 commit comments

Comments
 (0)