Skip to content

Commit

Permalink
Merge pull request #567 from solarwinds/release_3_3_a2
Browse files Browse the repository at this point in the history
Release k8s collector 3.3.0-alpha.2
  • Loading branch information
pstranak-sw authored Mar 21, 2024
2 parents 83de2c8 + aeed903 commit 816d566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion deploy/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [3.3.0-alpha.2] - 2024-03-21

### Fixed
- Fixed Journal log collection on EKS (and other environments where journal logs are stored in `/var/log/journal`)

## [3.3.0-alpha.1]
## [3.3.0-alpha.1] - 2024-03-13

### Added

Expand Down
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: 3.3.0-alpha.1
version: 3.3.0-alpha.2
appVersion: "0.9.2"
description: SolarWinds Kubernetes Integration
keywords:
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.3.0-alpha.1"
Add sw.k8s.agent.manifest.version "3.3.0-alpha.2"
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.3.0-alpha.1"
Add sw.k8s.agent.manifest.version "3.3.0-alpha.2"
flb_log_cw: "false"
output.conf: |
[OUTPUT]
Expand Down

0 comments on commit 816d566

Please sign in to comment.