deploy-sourcegraph
deploy-sourcegraph copied to clipboard
Update Sourcegraph Docker insiders images
This PR contains the following updates:
Package | Update | Change |
---|---|---|
index.docker.io/sourcegraph/alpine-3.14 | digest | 067def0 -> 54cce15 |
index.docker.io/sourcegraph/cadvisor | digest | e5d2901 -> aad0d5d |
index.docker.io/sourcegraph/codeinsights-db | digest | 0000731 -> 1d94cb3 |
index.docker.io/sourcegraph/codeintel-db | digest | c23de0e -> dda9203 |
index.docker.io/sourcegraph/frontend | digest | db22cf5 -> 2b057a9 |
index.docker.io/sourcegraph/github-proxy | digest | a041969 -> 74c9831 |
index.docker.io/sourcegraph/gitserver | digest | 179e5ff -> f793a13 |
index.docker.io/sourcegraph/grafana | digest | 11478dc -> f869aa9 |
index.docker.io/sourcegraph/indexed-searcher | digest | c7dee54 -> 10d35c6 |
index.docker.io/sourcegraph/jaeger-agent | digest | 7f2c8fe -> b87f8bb |
index.docker.io/sourcegraph/jaeger-all-in-one | digest | 45114b7 -> 518cd17 |
index.docker.io/sourcegraph/migrator | minor | 3.41.0 -> 3.42.2 |
index.docker.io/sourcegraph/migrator | digest | 2060935 -> 91aaa18 |
index.docker.io/sourcegraph/minio | digest | d5377e0 -> 50319e1 |
index.docker.io/sourcegraph/postgres_exporter | digest | 7d0732b -> 1707d04 |
index.docker.io/sourcegraph/precise-code-intel-worker | digest | 7f59247 -> 7ecfece |
index.docker.io/sourcegraph/prometheus | digest | 39a9779 -> 02461d9 |
index.docker.io/sourcegraph/redis-cache | digest | d575d5a -> baf3d44 |
index.docker.io/sourcegraph/redis-store | digest | 2ac8fe7 -> 76cc866 |
index.docker.io/sourcegraph/repo-updater | digest | 3d7cee1 -> 98a82e9 |
index.docker.io/sourcegraph/search-indexer | digest | 55f663b -> f6e2159 |
index.docker.io/sourcegraph/searcher | digest | 6b8654d -> 7cac3e5 |
index.docker.io/sourcegraph/symbols | digest | 5328376 -> 1b3d915 |
index.docker.io/sourcegraph/syntax-highlighter | digest | eb25829 -> 4fe610b |
index.docker.io/sourcegraph/worker | digest | dca5ff1 -> ca40d63 |
Release Notes
sourcegraph/sourcegraph
v3.42.2
Fixed
- Fix issue with capture group insights to fail immediately if they contain invalid queries. #39842
- Fix issue during conversion of just in time code insights to start backfilling data from the current time instead of the date the insight was created. #39923
v3.42.1
Fixed
- Reverted git version to avoid an issue with commit-graph that could cause repository corruptions #39537
- Fixed an issue with symbols where they were not respecting sub-repository permissions #39592
v3.42.0
Added
- Reattached changesets now display an action and factor into the stats when previewing batch changes. #36359
- New site configuration option
"permissions.syncUsersMaxConcurrency"
to control the maximum number of user-centric permissions syncing jobs could be spawned concurrently. #37918 - Added experimental support for exporting traces to an OpenTelemetry collector with
"observability.tracing": { "type": "opentelemetry" }
#37984 - Code Insights over some repos now get 12 historic data points in addition to a current daily value and future points that align with the defined interval. #37756
- A Kustomize overlay and Helm override file to apply envoy filter for networking error caused by service mesh. #4150 & #148
- Resource Estimator: Ability to export the estimated results as override file for Helm and Docker Compose. #18
- A toggle to enable/disable a beta simplified UI has been added to the user menu. This new UI is still actively in development and any changes visible with the toggle enabled may not be stable are subject to change. #38763
- Search query inputs are now backed by the CodeMirror library instead of Monaco. Monaco can be re-enabled by setting
experimentalFeatures.editor
to"monaco"
. 38584 - Better search-based code navigation for Python using tree-sitter #38459
- Gitserver endpoint access logs can now be enabled by adding
"log": { "gitserver.accessLogs": true }
to the site config. #38798 - Code Insights supports a new type of insight - compute-powered insight, currently under the experimental feature flag:
codeInsightsCompute
#37857 - Cache execution result when mounting files in a batch spec. sourcegraph/src-cli#795
- Batch Changes changesets open on archived repositories will now move into a Read-Only state. #26820
Changed
- Updated minimum required veresion of
git
to 2.35.2 ingitserver
andserver
Docker image. This addresses a few vulnerabilities announced by GitHub. - Search: Pasting a query with line breaks into the main search query input will now replace them with spaces instead of removing them. #37674
- Rewrite resource estimator using the latest metrics #37869
- Selecting a line multiple times in the file view will only add a single browser history entry #38204
- The panels on the homepage (recent searches, etc) are now turned off by default. They can be re-enabled by setting
experimentalFeatures.showEnterpriseHomePanels
to true. #38431 - Log sampling is now enabled by default for Sourcegraph components that use the new internal logging library - the first 100 identical log entries per second will always be output, but thereafter only every 100th identical message will be output. It can be configured for each service using the environment variables
SRC_LOG_SAMPLING_INITIAL
andSRC_LOG_SAMPLING_THEREAFTER
, and ifSRC_LOG_SAMPLING_INITIAL
is set to0
or-1
the sampling will be disabled entirely. #38451 - Deprecated
experimentalFeatures.enableGitServerCommandExecFilter
. Setting this value has no effect on the code any longer and the code to guard against unknown commands is always enabled. - Zoekt now runs with GOGC=25 by default, helping to reduce the memory consumption of Sourcegraph. Previously it ran with GOGC=50, but we noticed a regression when we switched to go 1.18 which contained significant changes to the go garbage collector. #38708
- Hide
Publish
action when working with imported changesets. #37882
Fixed
- Fix an issue where updating the title or body of a Bitbucket Cloud pull request opened by a batch change could fail when the pull request was not on a fork of the target repository. #37585
- A bug where some complex
repo:
regexes only returned a subset of repository results. #37925 - Fix a bug when selecting all the changesets on the Preview Batch Change Page only selected the recently loaded changesets. #38041
- Fix a bug with bad code insights chart data points links. #38102
- Code Insights: the commit indexer no longer errors when fetching commits from empty repositories and marks them as successfully indexed. #39081
- The file view does not jump to the first selected line anymore when selecting multiple lines and the first selected line was out of view. #38175
- Fixed an issue where multiple activations of the back button are required to navigate back to a previously selected line in a file #38193
- Support timestamps with numeric timezone format from Gitlab's Webhook payload #38250
- Fix regression in 3.41 where search-based Code Insights could have their queries wrongly parsed into regex patterns when containing quotes or parentheses. #38400
- Fixed regression of mismatched
From
address when render emails. #38589 - Fixed a bug with GitHub code hosts using
"repositoryQuery":{"public"}
where it wasn't respecting exclude archived. #38839 - Fixed a bug with GitHub code hosts using
repositoryQuery
with custom queries, where it could potentially stall out searching for repos. #38839 - Fixed an issue in Code Insights were duplicate points were sometimes being returned when displaying series data. #38903
- Fix issue with Bitbucket Projects repository permissions sync regarding granting pending permissions. #39013
- Fix issue with Bitbucket Projects repository permissions sync when BindID is username. #39035
- Improve keyboard navigation for batch changes server-side execution flow. #38601
- Fixed a bug with the WorkspacePreview panel glitching when it's resized. #36470
- Handle special characters in search query when creating a batch change from search. #38772
- Fixed bug when parsing numeric timezone offset in Gitlab webhook payload. #38250
- Fixed setting unrestricted status on a repository when using the explicit permissions API. If the repository had never had explicit permissions before, previously this call would fail. #39141
Removed
- The direct DataDog trace export integration has been removed. (#37654)
- Removed the deprecated git exec forwarder. #38092
- Browser and IDE extensions banners. #38715
v3.41.1
Fixed
- Fix issue with Bitbucket Projects repository permissions sync when wrong repo IDs were used #38637
- Fix perforce permissions interpretation for rules where there is a wildcard in the depot name #37648
Added
- Allow directory read access for sub repo permissions #38487
Changed
- p4-fusion version is upgraded to 1.10 #38272
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.