Skip to content

Commit

Permalink
tagged version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed May 31, 2018
1 parent 3d09f45 commit 7ccb034
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 22 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
38 changes: 19 additions & 19 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
Expand Down

0 comments on commit 7ccb034

Please sign in to comment.