Skip to content

Commit 332fc5d

Browse files
committed
The 1.2.1 release.
1 parent bf808df commit 332fc5d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
[Unreleased][unreleased]
66
------------------------
77

8+
[1.2.1] - 2015-02-4
9+
-------------------
10+
- Bump the Geoshape version to release-1.3.
11+
812
[1.2] - 2015-01-20
913
------------------
1014
- Bump the Geoshape version to release-1.2.
@@ -25,7 +29,8 @@ All notable changes to this project will be documented in this file.
2529
- Initial ROGUE release re-released using 1.0 tag.
2630

2731

28-
[unreleased]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2...HEAD
32+
[unreleased]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2.1...HEAD
33+
[1.2.1]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.2...release-1.2.1
2934
[1.2]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.1...release-1.2
3035
[1.1]: https://github.com/ROGUE-JCTD/rogue-cookbook/compare/release-1.0...release-1.1
3136
[1.0]: https://github.com/ROGUE-JCTD/rogue-cookbook/tree/release-1.0

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default['rogue']['debug'] = true
2-
default['rogue']['version'] = 'release-1.2'
2+
default['rogue']['version'] = 'release-1.2.1'
33
default['rogue']['iface'] = 'eth0'
44

55
if node.fetch('vagrant', false)
@@ -110,7 +110,7 @@
110110
default['rogue']['rogue-scripts']['location'] = '/opt/rogue-scripts'
111111
default['rogue']['rogue-scripts']['url'] = 'https://github.com/ROGUE-JCTD/rogue-scripts.git'
112112

113-
default['rogue']['rogue_geonode']['branch'] = 'release-1.2'
113+
default['rogue']['rogue_geonode']['branch'] = 'release-1.3'
114114
default['rogue']['geoserver_data']['branch'] = 'release-1.1'
115115
default['rogue']['django_maploom']['auto_upgrade'] = false
116116
default['rogue']['geoserver']['war'] = "http://jenkins.rogue.lmnsolutions.com/userContent/geoshape-2.x/geoserver.war"

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name 'rogue'
22
description 'Installs/Configures the ROGUE JCTD project'
33
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
4-
version '1.2'
4+
version '1.2.1'
55

66
depends 'nginx', '~> 2.7.4'
77
depends 'apt', '~> 2.2'

0 commit comments

Comments
 (0)