File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010No unreleased changes.
1111
12+ ## [ 1.7.2] ( https://github.com/puppetlabs/puppetlabs-cd4pe_jobs/tree/1.7.2 )
13+
14+ ### Added
15+ - Added logging to indicate that when the image pull fails, the module will assume the image is present
16+ locally and attempt to use that to run the job.
17+
18+ ### Fixed
19+ - The module's main task is now marked as private, since users are not expected to run it directly.
20+
21+
1222## [ 1.7.1] ( https://github.com/puppetlabs/puppetlabs-cd4pe_jobs/tree/1.7.1 )
1323
1424### Fixed
Original file line number Diff line number Diff line change @@ -24,3 +24,11 @@ git tag -a 1.7.0 -m "1.7.0"
2424git push --tags
2525```
26269 . Make a PR from the release branch back to ` master ` . Once this is merged the release branch should be deleted.
27+
28+ ## Note on branch names
29+
30+ The default branch of this repo has been kept as ` master ` because there are lots
31+ of control repo fixtures floating around that reference this master branch, as a
32+ way of making sure that we are testing with the most up-to-date version of this
33+ module. Until we update those places, we need to continue calling the default
34+ branch ` master ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs-cd4pe_jobs" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.7.2 " ,
44 "author" : " puppetlabs" ,
55 "summary" : " Contains Bolt task to facilitate running of CD4PE jobs." ,
66 "license" : " proprietary" ,
You can’t perform that action at this time.
0 commit comments