Skip to content

Commit

Permalink
Release 1.26.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier authored Sep 7, 2020
1 parent fa1db40 commit 9d70e81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 1.26.2

### Changed

- Upgrade Docker image to use Tini entrypoint solving:
- reaps orphaned zombie process attached to PID 1
- correctly forwards signals to CMD process
Read for more details: https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/
- Upgraded Docker base image `newrelic/infrastructure-bundle` to v1.5.1.
For more information on the release please see the [New Relic Infrastructure Bundle release notes](https://github.com/newrelic/infrastructure-bundle/releases/tag/1.5.1).

Expand Down
2 changes: 1 addition & 1 deletion deploy/newrelic-infra-unprivileged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
serviceAccountName: newrelic
containers:
- name: newrelic-infra
image: newrelic/infrastructure-k8s:1.26.1-unprivileged
image: newrelic/infrastructure-k8s:1.26.2-unprivileged
resources:
limits:
memory: 150M
Expand Down
2 changes: 1 addition & 1 deletion deploy/newrelic-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: newrelic-infra
image: newrelic/infrastructure-k8s:1.26.1
image: newrelic/infrastructure-k8s:1.26.2
securityContext:
privileged: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
defaultDiscoveryCacheTTL = time.Hour

integrationName = "com.newrelic.kubernetes"
integrationVersion = "1.26.1"
integrationVersion = "1.26.2"
nodeNameEnvVar = "NRK8S_NODE_NAME"
)

Expand Down

0 comments on commit 9d70e81

Please sign in to comment.