Skip to content

Commit

Permalink
Merge pull request #532 from solarwinds/updateImageInHelm
Browse files Browse the repository at this point in the history
Release Helm 3.2.0-alpha.12
  • Loading branch information
pstranak-sw authored Jan 4, 2024
2 parents f6d8331 + 700d697 commit 3a2bf4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions deploy/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [3.2.0-alpha.12] - 2024-01-04

- Upgraded OTEL collector image to `0.9.2` (see [Release notes](https://github.com/solarwinds/swi-k8s-opentelemetry-collector/releases/tag/0.9.2)) which brings following changes
- Bumped 3rd party dependencies and Docker images
- OTEL upgraded to v0.91.0
- Upgraded `otel/opentelemetry-ebpf-*` images to `v0.10.1`

## [3.2.0-alpha.11] - 2023-12-21

- Revert deployments strategy to RollingUpdate
Expand Down
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: 3.2.0-alpha.11
appVersion: "0.9.1"
version: 3.2.0-alpha.12
appVersion: "0.9.2"
description: SolarWinds Kubernetes Integration
keywords:
- monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fargate logging ConfigMap spec should include additional filters when they are c
Match *
Add sw.k8s.cluster.uid <CLUSTER_UID>
Add sw.k8s.log.type container
Add sw.k8s.agent.manifest.version "3.2.0-alpha.11"
Add sw.k8s.agent.manifest.version "3.2.0-alpha.12"
flb_log_cw: "false"
output.conf: |
[OUTPUT]
Expand Down Expand Up @@ -64,7 +64,7 @@ Fargate logging ConfigMap spec should match snapshot when Fargate logging is ena
Match *
Add sw.k8s.cluster.uid <CLUSTER_UID>
Add sw.k8s.log.type container
Add sw.k8s.agent.manifest.version "3.2.0-alpha.11"
Add sw.k8s.agent.manifest.version "3.2.0-alpha.12"
flb_log_cw: "false"
output.conf: |
[OUTPUT]
Expand Down

0 comments on commit 3a2bf4f

Please sign in to comment.