From c4a5d486d3267dc4837dac7d5177a7dcb3e64319 Mon Sep 17 00:00:00 2001 From: Alexandru Somai Date: Mon, 12 Sep 2016 16:19:08 -0700 Subject: [PATCH] Write changelog (#47) --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 6 +----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d7a6f923 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## 1.1.0 - 2016-09-10 +### Added +- [[JENKINS-37773]](https://issues.jenkins-ci.org/browse/JENKINS-37773) Browse the workspace directory from the +_Allocated Workspaces_ view ([#44](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/44)) +- [[JENKINS-36413]](https://issues.jenkins-ci.org/browse/JENKINS-36413) Integrate Fingerprints Engine; view each +external workspace in which other jobs/builds has been used +([#46](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/46)) + +### Changed +- Rename _Local root path_ to _Node mount point_ from External Workspace Node property +([#45](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/45)) + +## 1.0.0 - 2016-08-21 + +- Initial release, see documentation for all the available features. diff --git a/README.md b/README.md index ff6d34ed..59887df3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It facilitates workspace share and reuse across multiple Jenkins jobs. It eliminates the need to copy, archive or move files. ## Table of contents -1. [Current status](#current-status) +1. [Changelog](CHANGELOG.md) 1. [Design document](#design-document) 1. [Prerequisites](doc/PREREQUISITES.md) 1. [Pipeline examples](doc/PIPELINE_EXAMPLES.md) @@ -19,10 +19,6 @@ It eliminates the need to copy, archive or move files. 1. [Disk Pool restriction](doc/DISK_POOL_RESTRICTION.md) 1. [Disk allocation strategies](doc/ALLOCATION_STRATEGIES.md) -## Current status - -Version 1.0.0 has been released! - ## Design document The design document may be accessed [here](https://docs.google.com/document/d/1yiisnsR7qg3XEEvch8vocWbitSUCZcoQ-pfzEVFg1eA/edit?usp=sharing).