Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 08fcac3

Browse files
author
Travis Fields
committed
(maint) Release 1.0.0
1 parent 7650585 commit 08fcac3

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
##2015-07-03 - Release 1.0.0
2+
3+
####Summary
4+
5+
Remove hiera backend, enhanced to take build hash to figure out url for a given instance
6+
7+
#####Features
8+
- Broke out to several different manifests
9+
- Moved hiera backend to params class
10+
- Default arch to systems $::architecture
11+
12+
##2014-10-11 - Release 0.3.0
13+
14+
####Summary
15+
16+
Add versions and fix cookie
17+
18+
####Bug fixes
19+
- Add missing ensure parameter
20+

metadata.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "cyberious-windows_java",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"author": "cyberious",
55
"summary": "Windows Oracle Java",
66
"license": "Apache-2.0",
77
"source": "git@github.com:cyberious/puppet-windows_java.git",
88
"project_page": "https://github.com/cyberious/puppet-windows_java.git",
99
"issues_url": "https://github.com/cyberious/puppet-windows_java/issues",
1010
"description": "Download and Install Oracle Java JDK",
11+
"tags": [
12+
"java",
13+
"jdk"
14+
],
1115
"operatingsystem_support": [
1216
{
1317
"operatingsystem": "Windows",
@@ -23,6 +27,12 @@
2327
]
2428
}
2529
],
30+
"requirements": [
31+
{
32+
"name": "puppet",
33+
"version_requirement": ">= 3.3.0 < 5.0.0"
34+
}
35+
],
2636
"dependencies": [
2737
{
2838
"name": "badgerious/windows_env",

0 commit comments

Comments
 (0)