Skip to content

Commit

Permalink
prepare for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Allan committed Jun 5, 2014
1 parent 082f105 commit b30f30a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v.3.3.0

* [#64](https://github.com/RiotGames/nexus-cookbook/issues/64) Add a feature to allow for the usage of Chef Vault

## v.3.2.0

* [#69](https://github.com/RiotGames/nexus-cookbook/pull/69) Create pid and work dirs.
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ Most attributes under nexus are basic attributes needed for correctly installing
* nexus.bin_dir - the above home/bin
* nexus.work_dir - the above path/sonatype-work/nexus
* nexus.plugins - an Array of Nexus plugins that will be installed by the default recipe.
* nexus.hosted\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Hosted Repo", publisher: true }`
* nexus.proxy\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Proxy Repo", subscriber: true, publisher: false, url: "http://some-other-nexus/repo" }`
* nexus.group\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Group Repo", add: ["My Hosted Repo"], remote: ["My Proxy Repo"] }`
* nexus.logs.logs\_to\_keep - a fixnum value for the maximum number of logs the Nexus should keep.

Attributes under app\_server\_proxy help when you want to install an proxy in front of the running Nexus Jetty container. At the moment, the only supported alternative is nginx. Also, here is where you can configure SSL for either nginx or Jetty.
Expand Down Expand Up @@ -259,7 +256,7 @@ Author:: Kyle Allan (<[email protected]>)
Based on work by Joseph Holsten (<[email protected]>), Charles Scott (<[email protected]>),
Greg Schueler (<[email protected]>), and Seth Chisamore (<[email protected]>)

Copyright 2013, Riot Games
Copyright 2014, Riot Games

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs/Configures nexus"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "3.2.0"
version "3.3.0"

%w{ ubuntu centos }.each do |os|
supports os
Expand Down

0 comments on commit b30f30a

Please sign in to comment.