Skip to content

Commit 8e232ef

Browse files
authored
Merge pull request #56 from puppetlabs/1.7.2-release
1.7.2 release mergeback
2 parents 298a641 + d97bb2f commit 8e232ef

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
No 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

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ git tag -a 1.7.0 -m "1.7.0"
2424
git push --tags
2525
```
2626
9. 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`.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)