Skip to content

Commit e791183

Browse files
authored
Merge pull request #21 from lightstep/mi-lee/update-to-2022-10-03_20-16-42Z
Update satellite version to Oct 2022 release (2022-10-03_20-16-42Z)
2 parents a58ebd4 + 21efb9a commit e791183

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.13
2+
3+
* Bug fix for OTLP/HTTP responses. This was a latent bug that surfaced with partial success responses introduced in OTLP v0.19. This will fix client errors such as: `proto: cannot parse invalid wire-format data`
4+
* Support for the name change from instrumentation library to instrumentation scope in OTLP/JSON (introduced in OTLP v0.15).
5+
6+
17
## 2.0.12
28

39
* Add autoscaling via HorizontalPodAutoscaler. Set autoscaling.enabled=true to use it.

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.12
4-
appVersion: "2022-08-19_13-14-47Z"
3+
version: 2.0.13
4+
appVersion: "2022-10-03_20-16-42Z"
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.12](https://img.shields.io/badge/Version-2.0.12-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)
3+
![Version: 2.0.13](https://img.shields.io/badge/Version-2.0.13-informational?style=flat-square) ![AppVersion: 2022-10-03_20-16-42Z](https://img.shields.io/badge/AppVersion-2022--10--03_20--16--42Z-informational?style=flat-square)
44

55
Lightstep microsatellite to collect telemetry data.
66

@@ -21,7 +21,7 @@ Lightstep microsatellite to collect telemetry data.
2121
| fullnameOverride | string | `""` | |
2222
| image.pullPolicy | string | `"IfNotPresent"` | |
2323
| image.repository | string | `"lightstep/microsatellite"` | |
24-
| image.version | string | `"2022-08-19_13-14-47Z"` | |
24+
| image.version | string | `"2022-10-03_20-16-42Z"` | |
2525
| imagePullSecrets | list | `[]` | |
2626
| lightstep.admin_plain_port | int | `8180` | |
2727
| 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-08-19_13-14-47Z
11+
version: 2022-10-03_20-16-42Z
1212
pullPolicy: IfNotPresent
1313

1414
imagePullSecrets: []

0 commit comments

Comments
 (0)