Skip to content

Commit ab4dfaf

Browse files
committed
Bump version to 5.0.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent e882b01 commit ab4dfaf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# knife-openstack Change Log
22

3-
<!-- latest_release 5.0.7 -->
4-
## [v5.0.7](https://github.com/chef/knife-openstack/tree/v5.0.7) (2022-01-06)
3+
<!-- latest_release 5.0.8 -->
4+
## [v5.0.8](https://github.com/chef/knife-openstack/tree/v5.0.8) (2022-02-18)
55

66
#### Merged Pull Requests
7-
- Update chefstyle requirement from 2.1.3 to 2.2.0 [#269](https://github.com/chef/knife-openstack/pull/269) ([dependabot[bot]](https://github.com/dependabot[bot]))
7+
- Update chefstyle requirement from 2.2.0 to 2.2.2 [#271](https://github.com/chef/knife-openstack/pull/271) ([dependabot[bot]](https://github.com/dependabot[bot]))
88
<!-- latest_release -->
99
<!-- release_rollup since=5.0.0 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- Update chefstyle requirement from 2.2.0 to 2.2.2 [#271](https://github.com/chef/knife-openstack/pull/271) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.0.8 -->
1314
- Update chefstyle requirement from 2.1.3 to 2.2.0 [#269](https://github.com/chef/knife-openstack/pull/269) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.0.7 -->
1415
- Update chefstyle requirement from 2.1.2 to 2.1.3 [#268](https://github.com/chef/knife-openstack/pull/268) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.0.6 -->
1516
- Update chefstyle requirement from 2.1.1 to 2.1.2 [#267](https://github.com/chef/knife-openstack/pull/267) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.0.5 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.7
1+
5.0.8

lib/knife-openstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
module Knife
33
module OpenStack
4-
VERSION = "5.0.7".freeze
4+
VERSION = "5.0.8".freeze
55
MAJOR, MINOR, TINY = VERSION.split(".")
66
end
77
end

0 commit comments

Comments
 (0)