Skip to content

Commit 23c986f

Browse files
authored
Merge pull request #17 from lightstep/mi-lee/update-to-2022-08-19_13-14-47Z
Update satellite version to Aug 2022 release (2022-08-19_13-14-47Z)
2 parents 2a8dee8 + 0d07c37 commit 23c986f

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

charts/lightstepsatellite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.11
2+
3+
* Incremental performance improvements
4+
* Improved microsatellite compression when using OpenTelemetry tracers
5+
* Image now based on Ubuntu 22.10
6+
17
## 2.0.10
28

39
* Added `lightstep.max_msg_size_bytes` as a configuration option to override the maximum receive payload size for gRPC messages.

charts/lightstepsatellite/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: lightstep
3-
version: 2.0.10
4-
appVersion: "2022-04-28_17-39-22Z"
3+
version: 2.0.11
4+
appVersion: "2022-08-19_13-14-47Z"
55
description: Lightstep microsatellite to collect telemetry data.
66
home: https://lightstep.com/
77
icon: https://go.lightstep.com/rs/260-KGM-472/images/logo-medium-color-400x100.jpg

charts/lightstepsatellite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lightstep
22

3-
![Version: 2.0.10](https://img.shields.io/badge/Version-2.0.10-informational?style=flat-square) ![AppVersion: 2022-04-28_17-39-22Z](https://img.shields.io/badge/AppVersion-2022--04--28_17--39--22Z-informational?style=flat-square)
3+
![Version: 2.0.11](https://img.shields.io/badge/Version-2.0.11-informational?style=flat-square) ![AppVersion: 2022-08-19_13-14-47Z](https://img.shields.io/badge/AppVersion-2022--08--19_13--14--47Z-informational?style=flat-square)
44

55
Lightstep microsatellite to collect telemetry data.
66

@@ -14,7 +14,7 @@ Lightstep microsatellite to collect telemetry data.
1414
| fullnameOverride | string | `""` | |
1515
| image.pullPolicy | string | `"IfNotPresent"` | |
1616
| image.repository | string | `"lightstep/microsatellite"` | |
17-
| image.version | string | `"2022-04-28_17-39-22Z"` | |
17+
| image.version | string | `"2022-08-19_13-14-47Z"` | |
1818
| imagePullSecrets | list | `[]` | |
1919
| lightstep.admin_plain_port | int | `8180` | |
2020
| lightstep.admin_secure_port | int | `9090` | |

charts/lightstepsatellite/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88

99
image:
1010
repository: lightstep/microsatellite
11-
version: 2022-04-28_17-39-22Z
11+
version: 2022-08-19_13-14-47Z
1212
pullPolicy: IfNotPresent
1313

1414
imagePullSecrets: []

0 commit comments

Comments
 (0)