Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from vrivellino/vince/cookbook-versioning
Browse files Browse the repository at this point in the history
Change cookbook versioning scheme
  • Loading branch information
vrivellino authored Mar 14, 2019
2 parents 0a8f170 + 69dc11a commit 37c6997
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 11.0.2000 2019-03-14
- Change cookbook versioning scheme [#31]

## 11.0.2 2019-03-13
- Java 11.0.2 (build 9)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Installs and configures Oracle's
See [Critical Patch Updates](http://www.oracle.com/technetwork/topics/security/alerts-086861.html)
for next scheduled JDK release.

**Important Notice**: The patch version of the cookbook is now 1000 times the patch level of the Java version
it's installing plus an incrementing number controlled by the cookbook author(s). For example, if the cookbook
version is `11.0.2000`, then that's the first release of the cookbook for Java 11.0.2. If the cookbook version
is `11.0.2004`, then that's the fifth release of the cookbook for Java 11.0.2. [#31]

## Requirements

- Chef 12+
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source_url 'https://github.com/vrivellino/chef-java_se' if respond_to?(:source_url)
issues_url 'https://github.com/vrivellino/chef-java_se/issues' if respond_to?(:issues_url)
chef_version '>= 12.1' if respond_to?(:chef_version)
version '11.0.2'
version '11.0.2002'

supports 'centos'
supports 'debian'
Expand Down

0 comments on commit 37c6997

Please sign in to comment.