Skip to content

Commit

Permalink
chore: upgrade otelcol for traces to 0.66.0-sumo-0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm-sumo committed Dec 13, 2022
1 parent dee982d commit a7c4d2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687]
- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687] [#2693]
- chore: upgrade nginx to 1.23.1 [#2544] [#2554]
- feat: enable remote write proxy by default [#2483]
- chore: update kubernetes-tools to 2.13.0 [#2515]
Expand Down Expand Up @@ -164,6 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2653]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2653
[#2686]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2686
[#2687]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2687
[#2693]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2693
[v3.0.0-beta.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...v3.0.0-beta.0
[telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10
[cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3373,7 +3373,7 @@ otelcolInstrumentation:

image:
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
tag: "0.57.2-sumo-1"
tag: "0.66.0-sumo-0"
pullPolicy: IfNotPresent

## Set securityContext for containers running in pods in otelcol-instrumentation statefulset.
Expand Down Expand Up @@ -3601,7 +3601,7 @@ tracesSampler:
podAnnotations: {}
image:
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
tag: "0.57.2-sumo-1"
tag: "0.66.0-sumo-0"
pullPolicy: IfNotPresent

## Extra Environment Values - allows yaml definitions
Expand Down Expand Up @@ -3652,7 +3652,7 @@ tracesSampler:
spike_limit_percentage: 20

## Smart cascading filtering rules with preset limits.
## Please see https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.57.2-sumo-1/pkg/processor/cascadingfilterprocessor
## Please see https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.66.0-sumo-0/pkg/processor/cascadingfilterprocessor
## for details.
cascading_filter:
## Max number of traces for which decisions are kept in memory
Expand Down Expand Up @@ -3942,7 +3942,7 @@ tracesGateway:
podAnnotations: {}
image:
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
tag: "0.57.2-sumo-1"
tag: "0.66.0-sumo-0"
pullPolicy: IfNotPresent
livenessProbe:
periodSeconds: 15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
fsGroup: 999
containers:
- name: otelcol
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.57.2-sumo-1
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.66.0-sumo-0
imagePullPolicy: IfNotPresent
args:
- "--config=/conf/otelcol.instrumentation.conf.yaml"
Expand Down

0 comments on commit a7c4d2f

Please sign in to comment.