Skip to content

Commit bfd2a1a

Browse files
authored
changelog for executors (#237)
1 parent c28d901 commit bfd2a1a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

charts/sourcegraph/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Use `**BREAKING**:` to denote a breaking change
88

99
## Unreleased
1010

11+
- Deploy Sourcegraph Executors now deployable via helm [#236](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/236).
12+
1113
## 4.4.1
1214

1315
Sourcegraph 4.4.1 is now available!
@@ -38,7 +40,7 @@ Sourcegraph 4.3.0 is now available!
3840
- 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
3941

4042
- 🚨 **WARNING**: Similarly to cadvisor, `node-exporter`:
41-
- runs as a daemonset
43+
- runs as a daemonset
4244
- needs to mount various read-only directories from the host machine (`/`, `/proc`, and `/sys`)
4345
- ideally shares the machine's PID namespaces
4446

@@ -75,11 +77,11 @@ Sourcegraph 4.0.1 is now available!
7577
Sourcegraph 4.0.0 is now available!
7678
- [Changelog](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG.md#4-0-0)
7779
- (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)
7981
Relevant changes:
8082
- `tracing` and `tracingAgent` value blocks have been removed
8183
- `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)
8385
- 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.
8486

8587
## 3.43.2

0 commit comments

Comments
 (0)