knife-google 5.0.0 → 5.0.2

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: f785368485019cc9613cf4774937dfe265b5fdd85866ca8b1078d94112c00336
4
- data.tar.gz: 75c550efa4e8537d34588fa1c0649cef1e2c676e61db23f79a4cbbfe56547936
3
+ metadata.gz: f84e87e7003515b486193242d5518df11a8af14e1c087b5385917a2612fa571c
4
+ data.tar.gz: 2e0275e7f3fd9897aa60028dc8f9ba0235a3ce55e4a41446c0ed5be5b077f9b3
5
5
  SHA512:
6
- metadata.gz: 57aed39bc980cb8567d3a2b204b342f2a8b38d5708b0dcaf8fb3ec61d53cd4ffd89b95d791752e326536676eb22659f6863a001dd274930f32c41ff7b128778c
7
- data.tar.gz: 30b5ad21c6c0e79bab1c3d9b30e5fd5812d06e6fffddf94ca1274b5cdc4c055a16ad3a063db7ca3bc32eb0d37bf1a76ee61344b3be05ac60c446c766c230c2fa
6
+ metadata.gz: 5b93f9bdb33276374d0ab611520dffb8cc95cb0b53e21c35e18b6c18eb9047f92e62f774c1d95f53b607fe5d4c0af507c210ba99baf4c3068b4d04509c72be1d
7
+ data.tar.gz: 122e48ff1592b4ac750df5296fad2eba886804970dce7ceb15541885a4851627def159e0b393c0110d802b3b2dd891b30e4c1086201a1c29c064540750762b61
@@ -74,6 +74,10 @@ class Chef::Knife::Cloud
74
74
  "ubuntu-15-10" => { project: "ubuntu-os-cloud", prefix: "ubuntu-1510-wily" },
75
75
  "ubuntu-16-04" => { project: "ubuntu-os-cloud", prefix: "ubuntu-1604-xenial" },
76
76
  "ubuntu-1604-lts" => { project: "ubuntu-os-cloud", prefix: "ubuntu-1604-xenial" },
77
+ "ubuntu-1804-lts" => { project: "ubuntu-os-cloud", prefix: "ubuntu-1804-bionic" },
78
+ "ubuntu-2004-lts" => { project: "ubuntu-os-cloud", prefix: "ubuntu-2004-focal" },
79
+ "ubuntu-minimal-1604-lts" => { project: "ubuntu-os-cloud", prefix: "ubuntu-minimal-1604-xenial" },
80
+ "ubuntu-minimal-1804-lts" => { project: "ubuntu-os-cloud", prefix: "ubuntu-minimal-1804-bionic" },
77
81
  "windows-2008-r2" => { project: "windows-cloud", prefix: "windows-server-2008-r2" },
78
82
  "windows-2012-r2" => { project: "windows-cloud", prefix: "windows-server-2012-r2" },
79
83
  }.freeze
@@ -15,7 +15,7 @@
15
15
  #
16
16
  module Knife
17
17
  module Google
18
- VERSION = "5.0.0"
18
+ VERSION = "5.0.2"
19
19
  MAJOR, MINOR, TINY = VERSION.split(".")
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chiraq Jog
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2020-06-05 00:00:00.000000000 Z
16
+ date: 2020-07-10 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: chef
@@ -52,7 +52,7 @@ dependencies:
52
52
  version: 0.23.9
53
53
  - - "<"
54
54
  - !ruby/object:Gem::Version
55
- version: 0.39.0
55
+ version: 0.41.0
56
56
  type: :runtime
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
@@ -62,7 +62,7 @@ dependencies:
62
62
  version: 0.23.9
63
63
  - - "<"
64
64
  - !ruby/object:Gem::Version
65
- version: 0.39.0
65
+ version: 0.41.0
66
66
  - !ruby/object:Gem::Dependency
67
67
  name: gcewinpass
68
68
  requirement: !ruby/object:Gem::Requirement