Skip to content

Commit

Permalink
Merge pull request #8138 from paologallinaharbur/fix/k8sReleases
Browse files Browse the repository at this point in the history
  • Loading branch information
x8a committed Jun 22, 2022
2 parents 64377c0 + 9de392f commit 3dadd77
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
subject: Kubernetes integration
releaseDate: '2022-02-22'
version: 3.1.0
---

### Changed

- Now `kubernetes.io/tls` secrets are supported when configuring mTLS authentication for controlplane

Full Changelog: https://github.com/newrelic/nri-kubernetes/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
subject: Kubernetes integration
releaseDate: '2022-05-02'
version: 3.2.0
---

### Added

- RestartCount metric for pods is now also available as `restartCountDelta`

### Fixed

- `isReady` metric is now correctly reported as `false` (rather than `NULL`) for pending pods

Full Changelog: https://github.com/newrelic/nri-kubernetes/compare/v3.1.0...v3.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
subject: Kubernetes integration
releaseDate: '2022-05-31'
version: 3.2.1
---

### Fixed

- Fixed rounding issue for allocatable cores https://github.com/newrelic/nri-kubernetes/issues/75

### Changed

- Updated base alpine image from 3.15.4 to 3.16.0

Full Changelog: https://github.com/newrelic/nri-kubernetes/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
subject: Kubernetes integration
releaseDate: '2022-06-13'
version: 3.3.0
---

### Added

Now it is possible to scrape data only from selected namespaces. For further information refer to [filtering namespaces](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/install-kubernetes-integration-using-helm#filter-namespace)

Full Changelog: https://github.com/newrelic/nri-kubernetes/compare/v3.2.1...v3.3.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
subject: Kubernetes integration
releaseDate: '2022-06-20'
version: 3.3.1
---

### Added
- `nrFiltered` attribute has been added to K8sNamespaceSamples when using namespace filtering

Full Changelog: https://github.com/newrelic/nri-kubernetes/compare/v3.3.0...v3.3.1

0 comments on commit 3dadd77

Please sign in to comment.