File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 1.1.2
8+
9+ - Update k8s-webhook-cert-manager to 1.1.1
10+
11+ ## 1.1.1
12+
13+ - Change default server timeout to 1s
14+
715## 1.1.0
816
917### Added
Original file line number Diff line number Diff line change 6262 containers :
6363 - name : metadata-cert-setup
6464 # This is a minimal kubectl image based on Alpine Linux that sings certificates using the k8s extension api server
65- image : newrelic/k8s-webhook-cert-manager:1.0 .1
65+ image : newrelic/k8s-webhook-cert-manager:1.1 .1
6666 command : ["./generate_certificate.sh"]
6767 args :
6868 - " --service"
Original file line number Diff line number Diff line change 1616 serviceAccountName : newrelic-metadata-injection-service-account
1717 containers :
1818 - name : metadata-injector
19- image : newrelic/k8s-metadata-injection:1.1.1
19+ image : newrelic/k8s-metadata-injection:1.1.2
2020 env :
2121 - name : clusterName
2222 value : " <YOUR_CLUSTER_NAME>"
You can’t perform that action at this time.
0 commit comments