From 46474c1dd1d42357f16fc32b970b59b280bff470 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:03:23 +0800 Subject: [PATCH 1/6] chore(main): release 6.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/openstack_version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c..9b2cc73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0918f7..9a97b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [6.2.1](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.0...v6.2.1) (2024-06-21) + + +### Bug Fixes + +* release please configs ([#228](https://github.com/test-kitchen/kitchen-openstack/issues/228)) ([cbb2736](https://github.com/test-kitchen/kitchen-openstack/commit/cbb27362313150d6be7de0d356affbc3069101bb)) + ## [v6.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.2.0) [Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v6.1.0..v6.2.0) diff --git a/lib/kitchen/driver/openstack_version.rb b/lib/kitchen/driver/openstack_version.rb index 60feaf6..2236ec2 100644 --- a/lib/kitchen/driver/openstack_version.rb +++ b/lib/kitchen/driver/openstack_version.rb @@ -23,6 +23,6 @@ module Kitchen # # @author Jonathan Hartman module Driver - OPENSTACK_VERSION = "6.2.0" + OPENSTACK_VERSION = "6.2.1" end end From 2ac30e1852ded5c257896268ddb9ac4ce812de2e Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Jun 2024 17:09:49 -0500 Subject: [PATCH 2/6] linting fixes Signed-off-by: Corey Hemminger --- .github/dependabot.yml | 11 ++++++----- .markdownlint.yaml | 1 + .rubocop.yml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 452ebb3..7062856 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,8 @@ +--- version: 2 updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 9fd2375..fede2e4 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -3,4 +3,5 @@ default: true MD004: false MD012: false MD013: false +MD022: false MD024: false diff --git a/.rubocop.yml b/.rubocop.yml index 0683d3c..8fd406e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ require: - chefstyle AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.1 Include: - "**/*.rb" Exclude: From 07cee0ae0404269fee66c14df1fba3d38bb3d99c Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Jun 2024 17:16:43 -0500 Subject: [PATCH 3/6] linting fixes Signed-off-by: Corey Hemminger --- CHANGELOG.md | 2 +- README.md | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a97b3b..009070f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ ## [v6.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.0.0) - Require Ruby 2.6 or later and add testing for Ruby 3.0 -- Add a new `cloud_config` option which allows you to pass data to cloud-init. See https://github.com/test-kitchen/kitchen-openstack#cloud_config for usage information. Thanks [@JimScadden](https://github.com/JimScadden) +- Add a new `cloud_config` option which allows you to pass data to cloud-init. See for usage information. Thanks [@JimScadden](https://github.com/JimScadden) ## [v5.0.1](https://github.com/test-kitchen/kitchen-openstack/tree/v5.0.1) diff --git a/README.md b/README.md index f00951f..f353ef0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Kitchen::OpenStack: A Test Kitchen Driver for OpenStack +# Kitchen::OpenStack + +A Test Kitchen Driver for OpenStack [![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem] ![CI](https://github.com/test-kitchen/kitchen-openstack/workflows/CI/badge.svg) @@ -34,20 +36,20 @@ gem 'kitchen-openstack' And then execute: ```bash -$ bundle +bundle ``` Or install it yourself as: ```bash -$ gem install kitchen-openstack +gem install kitchen-openstack ``` ## Usage -See https://kitchen.ci/docs/drivers/openstack/ for documentation. +See for documentation. -## Development +## Development * Source hosted at [GitHub][repo] * Report issues/questions/feature requests on [GitHub Issues][issues] @@ -63,12 +65,12 @@ example: 5. Push to the branch (`git push origin my-new-feature`) 6. Create new Pull Request -## Authors +## Authors Created by [Jonathan Hartman][author] () and maintained by [JJ Asghar][maintainer] () -## License +## License Apache 2.0 (see [LICENSE][license]) From 4415951efb08b0ad6334a43ce937aabddf89241d Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Jun 2024 17:19:42 -0500 Subject: [PATCH 4/6] linting fixes Signed-off-by: Corey Hemminger --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index f353ef0..ab84f3d 100644 --- a/README.md +++ b/README.md @@ -73,18 +73,3 @@ and maintained by [JJ Asghar][maintainer] () ## License Apache 2.0 (see [LICENSE][license]) - - -[gem]: https://rubygems.org/gems/kitchen-openstack - -[author]: https://github.com/RoboticCheese -[maintainer]: https://github.com/jjasghar -[issues]: https://github.com/test-kitchen/kitchen-openstack/issues -[license]: https://github.com/test-kitchen/kitchen-openstack/blob/master/LICENSE.txt -[repo]: https://github.com/test-kitchen/kitchen-openstack -[driver_usage]: https://github.com/test-kitchen/kitchen-openstack -[chef_omnibus_dl]: https://downloads.chef.io/tools/infra-client -[kitchen_ci]: http://kitchen.ci - -[openstack_web]: http://www.openstack.org -[fog_web]: http://fog.io From 1f33ac0cb6958a8891b2ea9d84ed738ffcb65a87 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Jun 2024 17:25:21 -0500 Subject: [PATCH 5/6] linting fixes Signed-off-by: Corey Hemminger --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ab84f3d..833ce26 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Kitchen::OpenStack -A Test Kitchen Driver for OpenStack - [![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem] ![CI](https://github.com/test-kitchen/kitchen-openstack/workflows/CI/badge.svg) -A [Test Kitchen][kitchen_ci] Driver for [OpenStack][openstack_web]. +A Test Kitchen Driver for OpenStack. -This driver uses the [fog gem][fog_web] to provision and destroy nova instances. Use an OpenStack cloud for your infrastructure testing! +This driver uses the fog gem to provision and destroy nova instances. Use an OpenStack cloud for your infrastructure testing! Shamelessly copied from [Fletcher Nichol](https://github.com/fnichol)'s awesome work on an [EC2 driver](https://github.com/test-kitchen/kitchen-ec2), and [Adam Leff](https://github.com/adamleff)'s amazing work on an [VRO driver](https://github.com/chef-partners/kitchen-vro). @@ -51,9 +49,6 @@ See for documentation. ## Development -* Source hosted at [GitHub][repo] -* Report issues/questions/feature requests on [GitHub Issues][issues] - Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example: @@ -67,9 +62,8 @@ example: ## Authors -Created by [Jonathan Hartman][author] () -and maintained by [JJ Asghar][maintainer] () +Created by Jonathan Hartman ## License -Apache 2.0 (see [LICENSE][license]) +Apache 2.0 (see LICENSE.txt file) From b29401289edc142e8f026ccde44fe4552be74dca Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Jun 2024 17:27:20 -0500 Subject: [PATCH 6/6] linting fixes Signed-off-by: Corey Hemminger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 833ce26..c188733 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kitchen::OpenStack -[![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg)][gem] +![Gem Version](https://img.shields.io/gem/v/kitchen-openstack.svg) ![CI](https://github.com/test-kitchen/kitchen-openstack/workflows/CI/badge.svg) A Test Kitchen Driver for OpenStack.