Skip to content

Commit

Permalink
[otel-agent] Bump Windows collector image version (#297)
Browse files Browse the repository at this point in the history
* Bump collector image version; use version specified in Chart.yaml

Signed-off-by: Matej Gera <[email protected]>

* Add changelog

Signed-off-by: Matej Gera <[email protected]>

* Bump chart version

Signed-off-by: Matej Gera <[email protected]>

---------

Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Oct 4, 2023
1 parent 9d3ab2c commit 621b858
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions otel-agent/k8s-helm-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## OpenTelemtry Agent for Windows

### v0.0.5 / 2023-09-28
### v0.0.6 / 2023-10-04
* Use image version based on the `appVersion` parameter.
* Bump image collector image version to `0.83.0`.

* [FIX] Remove `k8s.container.name`,`k8s.job.name` and `k8s.node.name` from subsystem attribute list
### v0.0.5 / 2023-09-28
* Remove `k8s.container.name`,`k8s.job.name` and `k8s.node.name` from subsystem attribute list

### v0.0.4 / 2023-08-17
* Remove memory ballast extension due to extensive memory usage.
Expand Down
4 changes: 2 additions & 2 deletions otel-agent/k8s-helm-windows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-coralogix-windows
version: 0.0.5
version: 0.0.6
description: Windows OpenTelemetry agent to which instrumentation libraries export their telemetry data
type: application
appVersion: 0.77.0
appVersion: 0.83.0
2 changes: 1 addition & 1 deletion otel-agent/k8s-helm-windows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ image:
repository: coralogixrepo/opentelemetry-collector-contrib-windows
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
digest: ""
imagePullSecrets: []
Expand Down

0 comments on commit 621b858

Please sign in to comment.