Skip to content

Commit

Permalink
Release k8s collector 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstranak-sw committed Dec 20, 2024
1 parent 7129098 commit ff468d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/docker/structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ commandTests:
- name: "swi-otelcol is working in the image"
command: "/swi-otelcol"
args: ["-v"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.12.1"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.12.2"]
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: swo-k8s-collector
version: 4.3.0
appVersion: 0.12.1
version: 4.3.1
appVersion: 0.12.2
description: SolarWinds Kubernetes Integration
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package metadata
var (
AppName = "swi-k8s-opentelemetry-collector"
AppDescription = "SolarWinds distribution for OpenTelemetry"
AppVersion = "0.12.1"
AppVersion = "0.12.2"
)

0 comments on commit ff468d8

Please sign in to comment.