Skip to content

Commit 9f1d51a

Browse files
committed
Updated Jenkins pipeline to use parseChangelog utility
1 parent 6f23d4c commit 9f1d51a

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9595
- Postgres database TLS certificate and key
9696
- Adds mechanism for user to set their own TLS CA and signed certificates
9797
for Conjur.
98-
98+
9999
### Changed
100100
- Pins default Conjur version to current stable release 1.5.
101101
- 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.
107107
[Commit](https://github.com/cyberark/conjur-oss-helm-chart/commit/9ee5b2b191f118714193861fc75abd5226c94425),
108108
[Security Bulletin](https://github.com/cyberark/conjur-oss-helm-chart/security/advisories/GHSA-mg2m-623j-wpxw)
109109

110-
## [v1.3.8] - 2019-12-20
110+
## [1.3.8] - 2019-12-20
111111

112112
### Added
113113
- Added basic instructions on how to package the chart

Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ pipeline {
1818
}
1919

2020
stages {
21+
stage('Changelog') {
22+
steps {
23+
parseChangelog()
24+
}
25+
}
2126

2227
stage('GKE Build and Test') {
2328
environment {

parse-changelog.sh

-12
This file was deleted.

0 commit comments

Comments
 (0)