Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Patterson committed Feb 19, 2018
1 parent 3cf9fea commit edc1c92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Jenkins Workflows

## v0.4.0

### Added

* Start of a test framework for workflows.

### Fixes

* golang.lint: --checkstyle being specified would cause failures
* golang.lint: Was not properly get values if specified under tools.golang

### Changed

* docker.push: Logging in changed to `echo $password | docker login $endpoint -u $user --password-stdin`
* docker.*: Stage names changed to reflect the image name instead of dockerfile.

## v0.3.0

### Added
Expand Down

0 comments on commit edc1c92

Please sign in to comment.