kitchen-vagrant 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7169192ce5ba57e3d66b62e6218114eaae397f016e055e15a3e2423abcb6f4a3
4
- data.tar.gz: 4e82ef93e3410b93b1271ebd8ce4aab89f3699ef22d7610ec4e3d756dd31dbb1
3
+ metadata.gz: dacf84b53e50807b2391c69d3ae7f903965dde4ba59630d8074079ef90df5fc0
4
+ data.tar.gz: d1858fb64df4930c100a6866cd92417419d230720f6a335857237ea719bc8aac
5
5
  SHA512:
6
- metadata.gz: 24ec547455df9d4ae4732c00a0cf112d6e8e10e4da5396bbbef1d2e129c4227011b24edd0c2fe22aaf409f4e49fdc22499c8ae614cfd2d0912546c7f5de4ee9f
7
- data.tar.gz: 306078d4957d3f0a34c649fb411b6eb74a260c07bb849d415781b416df98b75ca299cccd8843bb60b110df9939db742c170b12709a8686fb0b087b8725d5d35d
6
+ metadata.gz: 3030c84bcf25c246c201cb851beded8c826ec25a6d54c4b37f63ae50f3099d58fc03a0cabeda3f761b3e7041bba12db9dadb8556f3a5c8a8b4b4f44801f78292
7
+ data.tar.gz: c1e1b21e07c471ff3a8c963b9d98c66797904f69ab40a115520d8bc53facb220b3e8a0ed27d55c0aff2ff4c65b5f4bd2a25fb785cf4c1ed3a2925cd449c98de3
@@ -243,7 +243,7 @@ module Kitchen
243
243
  # box
244
244
  # @api private
245
245
  def bento_box?(name)
246
- name =~ /^(centos|debian|fedora|freebsd|opensuse|ubuntu|oracle|hardenedbsd|amazonlinux|almalinux|rockylinux|springdalelinux)-/
246
+ name =~ /^(centos|debian|fedora|freebsd|opensuse|ubuntu|oracle|oraclelinux|hardenedbsd|amazonlinux|almalinux|rockylinux|springdalelinux)-/
247
247
  end
248
248
 
249
249
  # Returns whether or not the we expect the box to work with shared folders
@@ -254,7 +254,7 @@ module Kitchen
254
254
  def safe_share?(box)
255
255
  return false if /(hyperv|libvirt|qemu|utm)/.match?(config[:provider])
256
256
 
257
- box =~ %r{^bento/(centos|debian|fedora|opensuse|ubuntu|oracle|amazonlinux|almalinux|rockylinux|springdalelinux)-}
257
+ box =~ %r{^bento/(centos|debian|fedora|opensuse|ubuntu|oracle|oraclelinux|amazonlinux|almalinux|rockylinux|springdalelinux)-}
258
258
  end
259
259
 
260
260
  # Return true if we found the criteria to enable the cache_directory
@@ -20,6 +20,6 @@ module Kitchen
20
20
  module Driver
21
21
 
22
22
  # Version string for Vagrant Kitchen driver
23
- VAGRANT_VERSION = "2.1.2".freeze
23
+ VAGRANT_VERSION = "2.1.3".freeze
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fletcher Nichol
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-22 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen