From: Andrew Grimberg Date: Mon, 4 Jun 2018 17:13:43 +0000 (+0000) Subject: Merge "Migrate README to RTD" X-Git-Tag: v0.21.0~31 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=835131321e782839a6fc7b972ae11462d6597a96;hp=5aaa1c1de410b0489ff7ae8d8b26ebf9f40afbee;p=releng%2Fglobal-jjb.git Merge "Migrate README to RTD" --- diff --git a/README.md b/README.md index fa5a9144..928c3aaf 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ configuration. - [Environment Injector Plugin](https://plugins.jenkins.io/envinject) - [Git plugin](https://plugins.jenkins.io/git) - [Post Build Script](https://plugins.jenkins.io/postbuildscript) - - Due to security concerns Post Build Script is not available through - the Jenkins update center and must install it manually. You can - download it - [here](https://updates.jenkins-ci.org/download/plugins/postbuildscript/). - - [SSH Agent](https://plugins.jenkins.io/ssh-agent) - [Workspace Cleanup](https://plugins.jenkins.io/ws-cleanup) diff --git a/docs/conf.py b/docs/conf.py index 346af702..d5decd53 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ author = 'Linux Foundation Releng' # built documents. # # The short X.Y version. -version = '0.19.2' +version = '0.21.0-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/relnotes/v0.20.0.txt b/relnotes/v0.20.0.txt new file mode 100644 index 00000000..26fb80d6 --- /dev/null +++ b/relnotes/v0.20.0.txt @@ -0,0 +1,45 @@ +global-jjb v0.20.0 Release Notes +================================ + +Thanks to Anil, Dimitrios, Jeremy, Jessica, Thanh, Trevor and Zack +for contributing to this release. + + +Upgrade considerations +---------------------- + +Not required but we highly recommend switching to Maven 3.5.2 for any Maven +Merge jobs. + + +Notable changes since v0.19.0 +----------------------------- + +008d7f1 Thanh Ha Remove maven_metadata_validate function +The maven_metadata_validate function is removed and we now recommend using +Maven 3.5.2 or later for maven-merge jobs. + +dc91493 Jeremy Phelps Add docker clean macro +New macro `lf-infra-provide-docker-cleanup` to cleanup docker images. + +1951f33 Zack Williams Add *.groovy as a filetype trigger to ci-verify +aec2a0c Trevor Bramwell Support the .yml YAML File Suffix for CI Jobs +jjb-verify jobs will now trigger on *.groovy and *.yml file changes. + + +Full Change Log +--------------- + +ed23bb6 Thanh Ha Remove echo statement +1951f33 Zack Williams Add *.groovy as a filetype trigger to ci-verify +7a1a1bd Thanh Ha Simplify conditional statement for ALT_NEXUS_REPO +9b24045 Trevor Bramwell Fix echo when removing venv in jjb-cleanup.sh +1c748f6 Trevor Bramwell Use a temporary directory for jjb-installs +aec2a0c Trevor Bramwell Support the .yml YAML File Suffix for CI Jobs +4925983 Jeremy Phelps Prevent unbound variable error on create-netrc.sh +7550665 Jessica Wagantall Add lf-infra-parameters XC CLM +dc91493 Jeremy Phelps Add docker clean macro +f90d002 Jeremy Phelps Add ALT_NEXUS_URL to create-netrc +334d6e2 Anil Belur Use --jobs-only option with jjb-deploy +d3cac52 Dimitrios Markou Bug Fix: Replace -type f with -xtype f +008d7f1 Thanh Ha Remove maven_metadata_validate function