Skip to content

Commit

Permalink
Release 2.8.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pstranak-sw committed Oct 9, 2023
1 parent c8efc1d commit ee08efb
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 68 deletions.
6 changes: 5 additions & 1 deletion deploy/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.8.0-alpha.4] - 2023-10-09

### Fixed

- Detection of Node name for Fargate Nodes's metrics
Expand All @@ -22,13 +24,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changing log message attributes to respect OTEL log format

### Fixed

- Fixing nodeselector for kube-state-metrics so that it is deployed on linux nodes only

## [2.8.0-alpha.2] - 2023-09-14
## [2.8.0-alpha.2] - 2023-10-04

### Added

- Add monitoring windows node logs

## [2.8.0-alpha.1] - 2023-09-11

### 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: 2.8.0-alpha.3
version: 2.8.0-alpha.4
appVersion: "0.8.3"
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 "2.8.0-alpha.3"
Add sw.k8s.agent.manifest.version "2.8.0-alpha.4"
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 "2.8.0-alpha.3"
Add sw.k8s.agent.manifest.version "2.8.0-alpha.4"
flb_log_cw: "false"
output.conf: |
[OUTPUT]
Expand Down
Loading

0 comments on commit ee08efb

Please sign in to comment.