Skip to content

Commit 2045e07

Browse files
feat(certManager): update to 1.3.2 (#78)
* feat(certManager): update to 1.3.2 * feat(certManager): including in ci-cd new supported version * feat(certManager): updated changelog * feat(certManager): updated changelog * feat(certManager): bumping version before release
1 parent 829919b commit 2045e07

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
E2E_MINIKUBE_DRIVER: docker
3333
strategy:
3434
matrix:
35-
k8s_version: [ "v1.15.12", "v1.16.15", "v1.17.14", "v1.18.12" ]
35+
k8s_version: [ "v1.15.12", "v1.16.15", "v1.17.14", "v1.18.12", "v1.19.4" ]
3636
steps:
3737
- uses: actions/checkout@v2
3838
- uses: manusa/actions-setup-minikube@v2.0.1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.3.2
8+
9+
- Update k8s-webhook-cert-manager to 1.3.2
10+
This new version introduces a fix to extend support to version 1.19.x of Kubernetes
11+
712
## 1.3.1
813

914
- Use Github Actions for releasing

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BIN_DIR = ./bin
22
TOOLS_DIR := $(BIN_DIR)/dev-tools
33
BINARY_NAME ?= k8s-metadata-injection
44
DOCKER_IMAGE_NAME ?= newrelic/k8s-metadata-injection
5-
DOCKER_IMAGE_TAG ?= 1.3.1
5+
DOCKER_IMAGE_TAG ?= 1.3.2
66

77
GOLANGCILINT_VERSION = 1.33.0
88

deploy/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
containers:
6969
- name: metadata-cert-setup
7070
# This is a minimal kubectl image based on Alpine Linux that sings certificates using the k8s extension api server
71-
image: newrelic/k8s-webhook-cert-manager:1.3.1
71+
image: newrelic/k8s-webhook-cert-manager:1.3.2
7272
command: ["./generate_certificate.sh"]
7373
args:
7474
- "--service"

deploy/newrelic-metadata-injection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: newrelic-metadata-injection-service-account
2020
containers:
2121
- name: metadata-injector
22-
image: newrelic/k8s-metadata-injection:1.3.1
22+
image: newrelic/k8s-metadata-injection:1.3.2
2323
env:
2424
- name: clusterName
2525
value: "<YOUR_CLUSTER_NAME>"

0 commit comments

Comments
 (0)