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

Commit

Permalink
Update CHANGELOG, bump to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Dec 1, 2015
1 parent 1e6134f commit fa54487
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ in 1.x versions.
To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-vagrant/commit/xxx where xxx is the change hash.
To view the diff between two versions, go to https://github.com/joomlatools/joomlatools-vagrant/compare/v1.0.0...v1.0.1

* 1.4.3 (2015-12-01)
* Changed - Renamed `joomlatools/joomla-console` to `joomlatools/console`

* 1.4.2 (2015-11-25)
* Added - `JOOMLATOOLS_BOX` version environment variable
* Added - Install [joomlatools/joomla-console-joomlatools](https://github.com/joomlatools/joomlatools-console-joomlatools) plugin by default
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The version number is defined in the post-processor section and can be found at
...
"metadata": {
"provider": "virtualbox",
"version": "1.4.2"
"version": "1.4.3"
}
}]
]
Expand Down
2 changes: 1 addition & 1 deletion packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "virtualbox",
"version": "1.4.2"
"version": "1.4.3"
}
}]
]
Expand Down
2 changes: 1 addition & 1 deletion puppet/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Exec { path => [ '/bin/', '/sbin/', '/usr/bin/', '/usr/sbin/', '/usr/local/bin/' ], timeout => 900 }
File { owner => 0, group => 0, mode => 0644 }

$box_version = '1.4.2'
$box_version = '1.4.3'

system::hostname { 'joomlatools':
ip => '127.0.1.1'
Expand Down

0 comments on commit fa54487

Please sign in to comment.