Update Sourcegraph Docker images - autoclosed #139
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.0
->3.43.2
3.8.0
->3.43.2
3.8.0
->3.43.2
10.0.0
->10.0.13
9b2eb14
->9dcf87c
b1f85d6
->6715520
3.8.0
->3.14.4
3.8.0
->3.11.0-rc.1
594b602
->5ebd7c8
10.0.0
->10.0.11
3.8.0
->3.34.2
3.8.0
->3.18.0
3.8.0
->3.43.2
3.8.0
->3.43.2
3.8.0
->3.43.2
0.0.20190915225321-2890d2b
->0.0.20200429072931-1a9304f
0.0.20190915225718-2890d2b
->0.0.20200429072931-1a9304f
Release Notes
sourcegraph/sourcegraph
v3.43.2
Compare Source
Fixed
v3.43.1
Compare Source
Fixed
v3.43.0
Compare Source
Added
batchChanges.changesetsRetention
. #36188"observability.tracing": { "type": "opentelemetry" }
#37984ROCKSKIP_MIN_REPO_SIZE_MB
to automatically use Rockskip for repositories over a certain size. #38192"observability.tracing": { "urlTemplate": "..." }
can now be set to configure generated trace URLs (for example those generated via&trace=1
). #39765Changed
/.../
will now be interpreted as regular expressions. Existing search links or code monitors are unaffected. In the rare event where older links rely on the literal meaning of/.../
, the string will be automatically quoted it in acontent
filter, preserving the original meaning. If you happen to use an existing older link and want/.../
to work as a regular expression, addpatterntype:standard
to the query. New queries and code monitors will interpret/.../
as regular expressions. #38141.ALLOW_DECRYPT_MIGRATION
envvar withALLOW_DECRYPTION
. See updated documentation. #39984Fixed
"Run your insight over all your repositories"
reset the currently selected distance between data points. #39261Removed
repo:deps(...)
search predicate and the site configuration optionscodeIntelLockfileIndexing.enabled
andexperimentalFeatures.dependenciesSearch
. #39742v3.42.2
Compare Source
Fixed
v3.42.1
Compare Source
Fixed
v3.42.0
Compare Source
Added
"permissions.syncUsersMaxConcurrency"
to control the maximum number of user-centric permissions syncing jobs could be spawned concurrently. #37918"observability.tracing": { "type": "opentelemetry" }
#37984experimentalFeatures.editor
to"monaco"
. 38584"log": { "gitserver.accessLogs": true }
to the site config. #38798codeInsightsCompute
#37857Changed
git
to 2.35.2 ingitserver
andserver
Docker image. This addresses a few vulnerabilities announced by GitHub.experimentalFeatures.showEnterpriseHomePanels
to true. #38431SRC_LOG_SAMPLING_INITIAL
andSRC_LOG_SAMPLING_THEREAFTER
, and ifSRC_LOG_SAMPLING_INITIAL
is set to0
or-1
the sampling will be disabled entirely. #38451experimentalFeatures.enableGitServerCommandExecFilter
. Setting this value has no effect on the code any longer and the code to guard against unknown commands is always enabled.Publish
action when working with imported changesets. #37882Fixed
repo:
regexes only returned a subset of repository results. #37925From
address when render emails. #38589"repositoryQuery":{"public"}
where it wasn't respecting exclude archived. #38839repositoryQuery
with custom queries, where it could potentially stall out searching for repos. #38839Removed
v3.41.1
Compare Source
Fixed
Added
Changed
v3.41.0
Compare Source
Added
extensions.allowOnlySourcegraphAuthoredExtensions
. When enabled only extensions authored by Sourcegraph will be able to be viewed and installed. For more information check out the docs. #35054/debug
, which now exposes information about the queue, the list of indexed repositories, and the list of assigned repositories. Admins can reach the debug landing page by selecting Instrumentation > indexed-search-indexer from the site admin view. The debug page is linked at the top. #346enableExtensionsDecorationsColumnView
user setting as experimental feature. When enabled decorations of the extensions supporting column decorations (currently only git-extras extension does: sourcegraph-git-extras/pull/276) will be displayed in separate columns on the blob page. #36007allowGroups
that allows filtering users by group membership. #36555batch_change_link
has been added for more control over where the "Created by Sourcegraph batch change ..." message appears in the published changeset description. #491Changed
context:
andrepo:
filters in search query.frontend
andcodeintel-db
are now given 1 hour to begin accepting connections before Kubernetes restarts the containers. #4136Fixed
Removed
v3.40.2
Compare Source
Fixed
v3.40.1
Compare Source
Fixed
v3.40.0
Compare Source
Added
path:
is now a valid filter. It is an alias for the existingfile:
filter. #34947-language
is a valid filter, but the web app displays it as invalid. The web app is fixed to reflect validity. #34949async
boolean field todeleteExternalService
mutation. Example:mutation deleteExternalService(externalService: "id", async: true) { alwaysNil }
**/*.lock
to match a lock file anywhere in a repository. #35411setRepositoryPermissionsUnrestricted
mutation was added, which allows explicitly marking a repo as available to all Sourcegraph users. #35378repo:deps(...)
predicate can now search through the Python dependencies of your repositories. #32659Changed
fork:no
andarchived:no
if these fields are not specified by the user. This removes the need to manually add these fields to have consistent behavior from historical to non-historical results. #30204Fixed
or
expressions are now optimized to evaluate natively on the backends that support it (#34382), and both commit and diff search have been updated to run optimizedand
,or
, andnot
queries. #34595type:symbol
. #35126on.repository
if it is not a valid repository path #35023Removed
v3.39.1
Compare Source
Fixed
v3.39.0
Compare Source
Added
new-repo-page
feature flag. #33319repo
and-repo
search query fields from the contexts to apply them as filters on the insight. #33866insights.commit.indexer.windowDuration
. A value of 0 (default) will disable batching. #33666"auth.lockout"
to customize the threshold, length of lockout and consecutive periods. #33999repo:dependencies(...)
predicate can now search through the Go dependencies of your repositories. #32658defaultRateLimit
to optionally configure a global default rate limit for external services.Changed
Fixed
Warning: Sourcegraph cannot send emails!
banner would appear for all users instead of just site admins (introduced in v3.38).and
andnot
expressions are now optimized to evaluate natively on the Zoekt backend for indexed code content and symbol search wherever possible. These kinds of queries are now typically an order of magnitude faster. Previous cases where no results were returned for expensive search expressions should now work and return results quickly. #33308Removed
v3.38.1
Compare Source
Fixed
v3.38.0
Compare Source
Added
PRECISE_CODE_INTEL_UPLOAD_AWS_USE_EC2_ROLE_CREDENTIALS
environment variable to enable EC2 metadata API authentication to an external S3 bucket storing precise code intelligence uploads. #31820history.preferAbsoluteTimestamps
history.preferAbsoluteTimestamps
#31837enable-embed-route
feature flag. #31628IDEEXTENSION
for IDE extensions-related events #32000repo:dependencies(...)
predicate allows you to search through the dependencies of your repositories. This feature is currently in beta and only npm package repositories are supported with dependencies frompackage-lock.json
andyarn.lock
files. #32405gitServerPinnedRepos
that allows admins to pin specific repositories to particular gitserver instances. #32831.Changed
//
with regular expression search is now interpreted literally and will search for//
. Previously, the//
pattern was interpreted as our regular expression syntax/<regexp>/
which would in turn be intrpreted as the empty string. Since searching for an empty string offers little practically utility, we now instead interpret//
to search for its literal meaning in regular expression search. #315201.22.0
to1.29.0
. #32631Fixed
select:file
andselect:file.directory
now properly deduplicates results. #32469Removed
SearchResults.resultCount
has been removed in favor of its replacement,matchCount
. #31573UseJaeger
has been removed. Use"observability.tracing": { "sampling": "all" }
instead #31294v3.37.0
Compare Source
Added
Changed
MonitorTriggerEventConnection
has been reversed so newer events are returned first. Theafter
parameter has been modified accordingly to return events older the one specified, to allow for pagination. 31219Fixed
symbols
service. #30647Removed
experimentalFeature.showCodeMonitoringTestEmailButton
. Test emails can still be sent by editing the code monitor and expanding the "Send email notification" section. #29953v3.36.3
Compare Source
Fixed
v3.36.2
Compare Source
Removed
v3.36.1
Compare Source
Fixed
v3.36.0
Compare Source
Added
repo
,rev
,file
,lang
,case
,fork
,visibility
.OR
,AND
expressions are also allowed. To enable this feature to all users, setexperimentalFeatures.searchContextsQuery
to true in global settings. You'll then see a "Create context" button from the search results page and a "Query" input field in the search contexts form. If you want revisions specified in these query based search contexts to be indexed, setexperimentalFeatures.search.index.query.contexts
to true in site configuration. #29327batchChanges.enforceForks
site setting is enabled. #17879codeIntelligence.maxPanelResults
. If not set, a hardcoded limit of 500 was used. #29629patterntype
filter. #29733Changed
/search/stream
will be retired in favor of/.api/search/stream
. This requires no action unless you have developed custom code against/search/stream
. We will support both endpoints for a short period of time before removing/search/stream
. Please refer to the documentation for more information.experimentalFeatures.ranking.repoScores
. If you notice increased latency in results, you can disable this feature by settingexperimentalFeatures.ranking.maxReorderQueueSize
to 0. #29856experimentalFeatures.clientSearchResultRanking: "by-line-number"
. #29046Fixed
@
. #29489Removed
v3.35.2
Compare Source
Fixed
v3.35.1
Compare Source
Fixed
v3.35.0
Compare Source
Added
on.branches
attribute. #25228Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.