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

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed May 22, 2018
1 parent 51a4942 commit 1d75767
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="1.9.1"></a>
## [1.9.1](https://github.com/ajgon/opsworks_ruby/compare/v1.9.0...v1.9.1) (2018-05-22)


### Bug Fixes

* **chef:** Downgraded apt cookbook below version 7 ([8ea8eee](https://github.com/ajgon/opsworks_ruby/commit/8ea8eee)), closes [#151](https://github.com/ajgon/opsworks_ruby/issues/151)
* **chef:** Removed broken `deployer` cookbook ([51a4942](https://github.com/ajgon/opsworks_ruby/commit/51a4942)), closes [#155](https://github.com/ajgon/opsworks_ruby/issues/155)



<a name="1.9.0"></a>
# [1.9.0](https://github.com/ajgon/opsworks_ruby/compare/v1.8.0...v1.9.0) (2018-03-17)

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Expand Up @@ -14,12 +14,12 @@
1. Put your chef private key associated with `opsworks_ruby` cookbook as `client.pem`
file into project directory
1. `docker-compose build`
1. `docker-compose run cookbook sh -c "conventional-changelog -s -p angular -i CHANGELOG.md"`
1. `docker-compose run --rm cookbook conventional-changelog -s -p angular -i CHANGELOG.md`
1. Commit all the things with `chore: Version bump`
1. Add new configuration options to `gh-pages-source` if necessary
1. Tag version
1. Push: `git push origin master --tags`
1. `docker-compose run cookbook knife cookbook site share opsworks_ruby Applications`
1. `docker-compose run --rm cookbook knife cookbook site share opsworks_ruby Applications`
1. Draft new release on GitHub

## Solving problems with knife
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.9.0'
version = u'1.9.1'
# The full version, including alpha/beta/rc tags.
release = u'1.9.0'
release = u'1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Expand Up @@ -6,10 +6,10 @@
license 'MIT'
description 'Set of chef recipes for OpsWorks based Ruby projects'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.9.0'
version '1.9.1'
chef_version '~> 12.0' if respond_to?(:chef_version)

depends 'apt', '< 7'
depends 'apt', '< 7.0'
depends 'nginx'
depends 'logrotate'
depends 'ruby-ng'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "opsworks_ruby",
"version": "1.9.0",
"version": "1.9.1",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 1d75767

Please sign in to comment.