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 Jul 17, 2018
1 parent 8351d58 commit 6806efa
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="1.11.0"></a>
# [1.11.0](https://github.com/ajgon/opsworks_ruby/compare/v1.10.1...v1.11.0) (2018-07-17)


### Bug Fixes

* add Apache 2.4's "Require all granted" to apache2+passenger config file ([#171](https://github.com/ajgon/opsworks_ruby/issues/171)) ([f4e5871](https://github.com/ajgon/opsworks_ruby/commit/f4e5871))
* **webserver:** add `X-Content-Type-Options: nosniff` to assets served by rails for extra security ([07d3336](https://github.com/ajgon/opsworks_ruby/commit/07d3336))


### Features

* **webserver:** hardened security headers, disabled tls1.0 and tls1.1 for non-legacy SSL config ([8351d58](https://github.com/ajgon/opsworks_ruby/commit/8351d58))


### BREAKING CHANGES

* **webserver:** If you are using SSL in your project, TLSv1.0 and
TLSv1.1 has been disabled for all responses - only TLSv1.2 is served. If
you still need older ciphers, consider using
`app['webserver']['ssl_for_legacy_browsers']` configuration option.



<a name="1.10.1"></a>
## [1.10.1](https://github.com/ajgon/opsworks_ruby/compare/v1.10.0...v1.10.1) (2018-06-24)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.10.1'
version = u'1.11.0'
# The full version, including alpha/beta/rc tags.
release = u'1.10.1'
release = u'1.11.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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.10.1'
version '1.11.0'
chef_version '~> 12.0' if respond_to?(:chef_version)

depends 'apt', '< 7.0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opsworks_ruby",
"version": "1.10.1",
"version": "1.11.0",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6806efa

Please sign in to comment.