Skip to content

Commit

Permalink
bump to 1.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Dec 2, 2020
1 parent a1058c0 commit 218825f
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,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 1.26.9

### Changed

- Added release pipeline to Github Actions.

## 1.26.8

### Changed
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.8-unprivileged
image: newrelic/infrastructure-k8s:1.26.9-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.8
image: newrelic/infrastructure-k8s:1.26.9
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.8"
integrationVersion = "1.26.9"
nodeNameEnvVar = "NRK8S_NODE_NAME"
)

Expand Down

0 comments on commit 218825f

Please sign in to comment.