File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
95
95
- Postgres database TLS certificate and key
96
96
- Adds mechanism for user to set their own TLS CA and signed certificates
97
97
for Conjur.
98
-
98
+
99
99
### Changed
100
100
- Pins default Conjur version to current stable release 1.5.
101
101
- Sets default pullPolicy for Nginx and Postgres to ` Always ` .
@@ -107,7 +107,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
107
107
[ Commit] ( https://github.com/cyberark/conjur-oss-helm-chart/commit/9ee5b2b191f118714193861fc75abd5226c94425 ) ,
108
108
[ Security Bulletin] ( https://github.com/cyberark/conjur-oss-helm-chart/security/advisories/GHSA-mg2m-623j-wpxw )
109
109
110
- ## [ v1 .3.8] - 2019-12-20
110
+ ## [ 1 .3.8] - 2019-12-20
111
111
112
112
### Added
113
113
- Added basic instructions on how to package the chart
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ pipeline {
18
18
}
19
19
20
20
stages {
21
+ stage(' Changelog' ) {
22
+ steps {
23
+ parseChangelog()
24
+ }
25
+ }
21
26
22
27
stage(' GKE Build and Test' ) {
23
28
environment {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments