Skip to content

Commit

Permalink
Merge pull request #462 from solarwinds/Release-3.1.0-alpha.2
Browse files Browse the repository at this point in the history
Release 3.1.0 alpha.2
  • Loading branch information
juraj-paska authored Nov 16, 2023
2 parents d254a9e + ec7ea2e commit 6eac213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions deploy/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [3.1.0-alpha.2] - 2023-11-16

### Added

- Added option to set `imagePullSecrets`

## [3.1.0-alpha.1] - 2023-11-10

### 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.1.0-alpha.1
version: 3.1.0-alpha.2
appVersion: "0.8.9"
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.1.0-alpha.1"
Add sw.k8s.agent.manifest.version "3.1.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.1.0-alpha.1"
Add sw.k8s.agent.manifest.version "3.1.0-alpha.2"
flb_log_cw: "false"
output.conf: |
[OUTPUT]
Expand Down

0 comments on commit 6eac213

Please sign in to comment.