You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcegraph/CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Use `**BREAKING**:` to denote a breaking change
8
8
9
9
## Unreleased
10
10
11
+
- Deploy Sourcegraph Executors now deployable via helm [#236](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/236).
12
+
11
13
## 4.4.1
12
14
13
15
Sourcegraph 4.4.1 is now available!
@@ -38,7 +40,7 @@ Sourcegraph 4.3.0 is now available!
38
40
- Added a node-exporter daemonset, which collects crucial machine-level metrics that help Sourcegraph scale your deployment. See [#194](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/194) for more information
39
41
40
42
- 🚨 **WARNING**: Similarly to cadvisor, `node-exporter`:
41
-
- runs as a daemonset
43
+
- runs as a daemonset
42
44
- needs to mount various read-only directories from the host machine (`/`, `/proc`, and `/sys`)
43
45
- ideally shares the machine's PID namespaces
44
46
@@ -75,11 +77,11 @@ Sourcegraph 4.0.1 is now available!
- (lint) Don't emit `annotations` key on k8s objects if the value is empty [#163](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/163)
78
-
-**BREAKING**: Switched to OpenTelemetry for trace data collection [#167](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/167)
80
+
-**BREAKING**: Switched to OpenTelemetry for trace data collection [#167](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/167)
79
81
Relevant changes:
80
82
-`tracing` and `tracingAgent` value blocks have been removed
81
83
-`openTelemetry` value block has been added
82
-
- The `otel-collector` service can be configured to export trace data to arbitrary external observability backends (see `openTelemetry.gateway.config.traces` value)
84
+
- The `otel-collector` service can be configured to export trace data to arbitrary external observability backends (see `openTelemetry.gateway.config.traces` value)
83
85
- The bundled Jaeger instance is now disabled by default. You can re-enable it by setting `jaeger.enabled` to true. This will automatically configure `otel-collector` to export trace data to this instance.
0 commit comments