Skip to content

Commit

Permalink
Merge pull request #844 from solarwinds/release_4_3_0
Browse files Browse the repository at this point in the history
Release k8s collector 4.3.0
  • Loading branch information
pstranak-sw authored Dec 18, 2024
2 parents 7691b8e + b7f0d23 commit 7129098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.12.1"]
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: swo-k8s-collector
version: 4.3.0-alpha.9
version: 4.3.0
appVersion: 0.12.1
description: SolarWinds Kubernetes Integration
keywords:
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.0"
AppVersion = "0.12.1"
)

0 comments on commit 7129098

Please sign in to comment.