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 Jun 30, 2022
1 parent ba3d312 commit d5975f5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.23.0](https://github.com/ajgon/opsworks_ruby/compare/v1.22.0...v1.23.0) (2022-06-30)


### Features

* **worker:** worker option to use dot env ([#289](https://github.com/ajgon/opsworks_ruby/issues/289)) ([ba3d312](https://github.com/ajgon/opsworks_ruby/commit/ba3d312427bfd543dea4b857fea5c7a44a0a4fa6))



# [1.22.0](https://github.com/ajgon/opsworks_ruby/compare/v1.21.1...v1.22.0) (2022-02-09)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7-buster
FROM ruby:2.7-bullseye

RUN printf "deb http://deb.debian.org/debian testing main\ndeb http://deb.debian.org/debian testing-updates main" >> /etc/apt/sources.list
RUN apt-get update && \
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.23.0](https://github.com/ajgon/opsworks_ruby/compare/v1.22.0...v1.23.0) (2022-06-30)


### Features

* **worker:** worker option to use dot env ([#289](https://github.com/ajgon/opsworks_ruby/issues/289)) ([ba3d312](https://github.com/ajgon/opsworks_ruby/commit/ba3d312427bfd543dea4b857fea5c7a44a0a4fa6))



## [1.22.0](https://github.com/ajgon/opsworks_ruby/compare/v1.21.1...v1.22.0) (2022-02-09)


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.22.0'
version '1.23.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.22.0",
"version": "1.23.0",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit d5975f5

Please sign in to comment.