From 7ccb034275796adfff8d0bfca39c4f84ffa792c9 Mon Sep 17 00:00:00 2001 From: Lukasz Kreczko Date: Thu, 31 May 2018 20:38:20 +0100 Subject: [PATCH] tagged version 2.0.8 --- CHANGELOG.md | 13 ++++++++++++- Makefile | 2 +- README.md | 2 +- metadata.json | 38 +++++++++++++++++++------------------- 4 files changed, 33 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9f796..a8acd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [v2.0.7](https://github.com/hep-puppet/htcondor/tree/v2.0.7) +## [v2.0.8](https://github.com/hep-puppet/htcondor/tree/v2.0.8) +[Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.7...v2.0.8) + +**Closed issues:** + +- \[Regression\] Unable to specify actual expression for SINGULARITY\_IMAGE\_EXPR since 2.0.7 [\#91](https://github.com/HEP-Puppet/htcondor/issues/91) + +**Merged pull requests:** + +- Fixup SINGULARITY\_IMAGE\_EXPR [\#92](https://github.com/HEP-Puppet/htcondor/pull/92) ([olifre](https://github.com/olifre)) + +## [v2.0.7](https://github.com/hep-puppet/htcondor/tree/v2.0.7) (2018-05-31) [Full Changelog](https://github.com/hep-puppet/htcondor/compare/v2.0.6...v2.0.7) **Merged pull requests:** diff --git a/Makefile b/Makefile index 0dcd579..ebb9edf 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ update_release: @echo "git commit -m 'tagged version ${RELEASE}'" @echo "git push upstream master" @echo "git tag v${RELEASE}" - @echo "git push upstream v${RELEASE}" + @echo "git push upstream v${RELEASE}" release: changelog update_release build diff --git a/README.md b/README.md index 80ddf42..f2558bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Puppet module for HTCondor batch system -Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.7 +Latest stable version: https://github.com/HEP-Puppet/htcondor/releases/tag/v2.0.8 Development branch: https://github.com/HEP-Puppet/htcondor/tree/development diff --git a/metadata.json b/metadata.json index 8aada10..e52eea6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,41 +1,41 @@ { - "issues_url": "https://github.com/HEP-Puppet/htcondor/issues", + "issues_url": "https://github.com/HEP-Puppet/htcondor/issues", "requirements": [ { - "name": "puppetlabs/firewall", + "name": "puppetlabs/firewall", "version_requirement": "~> 1.8" - }, + }, { - "name": "puppetlabs/stdlib", + "name": "puppetlabs/stdlib", "version_requirement": ">= 4.1" } - ], - "name": "HEPPuppet-htcondor", - "license": "Apache-2.0", - "author": "HEPPuppet", - "project_page": "https://github.com/HEP-Puppet", - "summary": "Puppet module for HTCondor batch system", - "source": "https://github.com/HEP-Puppet", - "version": "2.0.7", + ], + "name": "HEPPuppet-htcondor", + "license": "Apache-2.0", + "author": "HEPPuppet", + "project_page": "https://github.com/HEP-Puppet", + "summary": "Puppet module for HTCondor batch system", + "source": "https://github.com/HEP-Puppet", + "version": "2.0.8", "dependencies": [ { - "name": "puppet/selinux", + "name": "puppet/selinux", "version_requirement": "> 1.0.0" } - ], + ], "operatingsystem_support": [ { "operatingsystemrelease": [ - "6", + "6", "7" - ], + ], "operatingsystem": "RedHat" - }, + }, { "operatingsystemrelease": [ - "6", + "6", "7" - ], + ], "operatingsystem": "CentOS" } ]