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 Oct 8, 2021
1 parent 1a9a8f8 commit e9b2ac5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.21.0](https://github.com/ajgon/opsworks_ruby/compare/v1.20.3...v1.21.0) (2021-10-08)


### Bug Fixes

* patch broken SSL certificates list ([4887cf5](https://github.com/ajgon/opsworks_ruby/commit/4887cf5dcb87dd417e3c6657f41bdb5166b113ef)), closes [#268](https://github.com/ajgon/opsworks_ruby/issues/268)
* update rubies for ruby-nq and fullstack, set default ruby to 2.7 ([09ba7e1](https://github.com/ajgon/opsworks_ruby/commit/09ba7e190e78cf79a7e42fde3cb0cc86d11aa836)), closes [#266](https://github.com/ajgon/opsworks_ruby/issues/266)


### BREAKING CHANGES

* By default new list of SSL certificates is used.

It should not affect any of your current deployments, but if you start
seeing SSL errors, the first thing you should check, is disabling
`node['patches']['chef12_ssl_fix']` option.

See https://github.com/ajgon/opsworks_ruby/issues/268 for more
information.



## [1.20.3](https://github.com/ajgon/opsworks_ruby/compare/v1.20.2...v1.20.3) (2021-05-06)


Expand Down
22 changes: 22 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

# [1.21.0](https://github.com/ajgon/opsworks_ruby/compare/v1.20.3...v1.21.0) (2021-10-08)


### Bug Fixes

* patch broken SSL certificates list ([4887cf5](https://github.com/ajgon/opsworks_ruby/commit/4887cf5dcb87dd417e3c6657f41bdb5166b113ef)), closes [#268](https://github.com/ajgon/opsworks_ruby/issues/268)
* update rubies for ruby-nq and fullstack, set default ruby to 2.7 ([09ba7e1](https://github.com/ajgon/opsworks_ruby/commit/09ba7e190e78cf79a7e42fde3cb0cc86d11aa836)), closes [#266](https://github.com/ajgon/opsworks_ruby/issues/266)


### BREAKING CHANGES

* By default new list of SSL certificates is used.

It should not affect any of your current deployments, but if you start
seeing SSL errors, the first thing you should check, is disabling
`node['patches']['chef12_ssl_fix']` option.

See https://github.com/ajgon/opsworks_ruby/issues/268 for more
information.



## [1.20.3](https://github.com/ajgon/opsworks_ruby/compare/v1.20.2...v1.20.3) (2021-05-06)


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 File.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.20.3'
version '1.21.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.20.3",
"version": "1.21.0",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit e9b2ac5

Please sign in to comment.