kitchen-vro 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05020c57a9e5259fb95cb764489ebad78637cab226935ba525f9c1537234543f
4
- data.tar.gz: 60ff1d647ed05d88c3c3204ecfc6aaac3bd5c69a212ae80ab1505f6f1c6ec6a5
3
+ metadata.gz: a1a6899da676fb0df64521fdb9d7cee84203814ee7c39c72fcac972ff560b94b
4
+ data.tar.gz: e657a749324c80812ce60c376105be7466a320b8a048559316685f1b1b770349
5
5
  SHA512:
6
- metadata.gz: ae5b28fb576b59b49a704959ff1965cb86cbc192cb9cec03ee54bb8f8e6381717f3c8653d07b439e75c3f30f1f79d624c866b68ea216bc51ef1f68ff06b1029f
7
- data.tar.gz: 056f4f9e42353d684d8105c4229163feaee21cc928c586cc87fd43bef937f7df6ec089f453a884e86031caca4a1b19a396445fceea2a45d3f016485cb7c21255
6
+ metadata.gz: 7e0ddc75df599792061715375990fbca7a536a6f43daf481282165f877ba7ede51f2d7275a1d7bf646d5d9d4f86d76c7dbce8a75c0ed4d8f15fe10ee8b7995d5
7
+ data.tar.gz: 428309a5ea9fa075bc53c8c93acec33226a0936afcfed0fcd4a46259a8d13535eddde664878174f13e1bf331ac3207de5eab0c4b36ced5b18257624f757d1205
@@ -6,4 +6,4 @@ name: Lint & Unit
6
6
 
7
7
  jobs:
8
8
  lint-unit:
9
- uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.2
9
+ uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
@@ -9,7 +9,7 @@ jobs:
9
9
  release-please:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: google-github-actions/release-please-action@v4
12
+ - uses: googleapis/release-please-action@v4
13
13
  id: release
14
14
  with:
15
15
  token: ${{ secrets.PORTER_GITHUB_TOKEN }}
data/.markdownlint.yaml CHANGED
@@ -1,9 +1,5 @@
1
1
  ---
2
2
  default: true
3
+ MD012: false
3
4
  MD013: false
4
5
  MD024: false
5
- MD026: false
6
- MD036: false
7
- MD012: false
8
- MD029: false
9
- MD004: false
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.2.1"
2
+ ".": "1.2.2"
3
3
  }
data/.rubocop.yml CHANGED
@@ -3,7 +3,6 @@ require:
3
3
  - chefstyle
4
4
 
5
5
  AllCops:
6
- TargetRubyVersion: 3.1
7
6
  Include:
8
7
  - "**/*.rb"
9
8
  Exclude:
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- # Changelog
1
+ # VRO Changelog
2
+
3
+ ## [1.2.2](https://github.com/test-kitchen/kitchen-vro/compare/v1.2.1...v1.2.2) (2024-06-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * release please deprecation ([#25](https://github.com/test-kitchen/kitchen-vro/issues/25)) ([2fc4da5](https://github.com/test-kitchen/kitchen-vro/commit/2fc4da56e566b52d631f5ccbf661131f14609c13))
2
9
 
3
10
  ## [1.2.1](https://github.com/test-kitchen/kitchen-vro/compare/v1.2.1...v1.2.1) (2024-06-09)
4
11
 
@@ -18,6 +18,6 @@
18
18
 
19
19
  module Kitchen
20
20
  module Driver
21
- VRO_VERSION = "1.2.1".freeze
21
+ VRO_VERSION = "1.2.2".freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-vro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Test Kitchen Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen