helmsnap 1.0.0 → 1.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: a7952638d8f3dff0a50824522ccfa2f93f596565b25fe302149a090328501544
4
- data.tar.gz: 30b511541ecb8bfe8f08642e75f28b71858cf55a5f000941331b6be1fc7790f0
3
+ metadata.gz: c18d2415fcbf1aaaaa122e41ba823563c39e9074778c44fb9b504788f3a6fad2
4
+ data.tar.gz: 8c2ca2cccdf76d316f6cfa3228fbe982dd8262b957a5f4c13378bd6db7d9595e
5
5
  SHA512:
6
- metadata.gz: 07160a7b5da7874c159a8fdc4b8744f29391d3471dbd5d103990d774cee9dfbc8ae73c09162b9ea30b49c26679e7c807edab5d094ae36ab286e39b293ae538da
7
- data.tar.gz: 7df5c521c5328d2a1b9047f9487a0a5dd21ee85e56d7f975163acb7ac6ddd998cf6bd666926f8417d2183826b40f096e0781f409950cc3f3dc5c179c8c3436dc
6
+ metadata.gz: 251efbe07d35daed3b788f30bf8fb42609b58b1677b58d4b1916799519d546d3f4aaa2b2986da7feb304de3a6f4db9fe049130ce1f060053a1377832fabe27d5
7
+ data.tar.gz: 656c7f6656f84b677c343d04878891c7c91e1f43aa1e1950be7a02895b401b7f29aa05ba527df5b47551dcfd903dcaca1869d6afcb309ae93503e40a35b750a9
data/Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff
4
4
 
5
5
  WORKDIR /wd
6
6
 
7
- COPY --from=quay.io/roboll/helmfile:v0.144.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
7
+ COPY --from=ghcr.io/helmfile/helmfile:v0.149.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
8
8
  COPY . .
9
9
 
10
10
  RUN gem install colorize && gem build && gem install helmsnap --local
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helmsnap (1.0.0)
4
+ helmsnap (1.0.2)
5
5
  colorize
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.3)
10
+ activesupport (7.0.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -17,69 +17,71 @@ GEM
17
17
  colorize (0.8.1)
18
18
  concurrent-ruby (1.1.10)
19
19
  diff-lcs (1.5.0)
20
- i18n (1.10.0)
20
+ i18n (1.12.0)
21
21
  concurrent-ruby (~> 1.0)
22
+ json (2.6.3)
22
23
  method_source (1.0.0)
23
- minitest (5.15.0)
24
+ minitest (5.17.0)
24
25
  parallel (1.22.1)
25
- parser (3.1.2.0)
26
+ parser (3.2.0.0)
26
27
  ast (~> 2.4.1)
27
- pry (0.14.1)
28
+ pry (0.14.2)
28
29
  coderay (~> 1.1)
29
30
  method_source (~> 1.0)
30
- rack (2.2.3.1)
31
+ rack (3.0.3)
31
32
  rainbow (3.1.1)
32
33
  rake (13.0.6)
33
- regexp_parser (2.5.0)
34
+ regexp_parser (2.6.1)
34
35
  rexml (3.2.5)
35
- rspec (3.11.0)
36
- rspec-core (~> 3.11.0)
37
- rspec-expectations (~> 3.11.0)
38
- rspec-mocks (~> 3.11.0)
39
- rspec-core (3.11.0)
40
- rspec-support (~> 3.11.0)
41
- rspec-expectations (3.11.0)
36
+ rspec (3.12.0)
37
+ rspec-core (~> 3.12.0)
38
+ rspec-expectations (~> 3.12.0)
39
+ rspec-mocks (~> 3.12.0)
40
+ rspec-core (3.12.0)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-expectations (3.12.2)
42
43
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.11.0)
44
- rspec-mocks (3.11.1)
44
+ rspec-support (~> 3.12.0)
45
+ rspec-mocks (3.12.2)
45
46
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.11.0)
47
- rspec-support (3.11.0)
48
- rubocop (1.30.1)
47
+ rspec-support (~> 3.12.0)
48
+ rspec-support (3.12.0)
49
+ rubocop (1.43.0)
50
+ json (~> 2.3)
49
51
  parallel (~> 1.10)
50
- parser (>= 3.1.0.0)
52
+ parser (>= 3.2.0.0)
51
53
  rainbow (>= 2.2.2, < 4.0)
52
54
  regexp_parser (>= 1.8, < 3.0)
53
55
  rexml (>= 3.2.5, < 4.0)
54
- rubocop-ast (>= 1.18.0, < 2.0)
56
+ rubocop-ast (>= 1.24.1, < 2.0)
55
57
  ruby-progressbar (~> 1.7)
56
- unicode-display_width (>= 1.4.0, < 3.0)
57
- rubocop-ast (1.18.0)
58
+ unicode-display_width (>= 2.4.0, < 3.0)
59
+ rubocop-ast (1.24.1)
58
60
  parser (>= 3.1.1.0)
59
- rubocop-config-umbrellio (1.30.0.65)
60
- rubocop (~> 1.30.0)
61
- rubocop-performance (~> 1.14.0)
62
- rubocop-rails (~> 2.14.2)
61
+ rubocop-config-umbrellio (1.43.0.81)
62
+ rubocop (~> 1.43.0)
63
+ rubocop-performance (~> 1.15.0)
64
+ rubocop-rails (~> 2.17.0)
63
65
  rubocop-rake (~> 0.6.0)
64
- rubocop-rspec (~> 2.11.1)
66
+ rubocop-rspec (~> 2.16.0)
65
67
  rubocop-sequel (~> 0.3.3)
66
- rubocop-performance (1.14.2)
68
+ rubocop-performance (1.15.2)
67
69
  rubocop (>= 1.7.0, < 2.0)
68
70
  rubocop-ast (>= 0.4.0)
69
- rubocop-rails (2.14.2)
71
+ rubocop-rails (2.17.4)
70
72
  activesupport (>= 4.2.0)
71
73
  rack (>= 1.1)
72
- rubocop (>= 1.7.0, < 2.0)
74
+ rubocop (>= 1.33.0, < 2.0)
73
75
  rubocop-rake (0.6.0)
74
76
  rubocop (~> 1.0)
75
- rubocop-rspec (2.11.1)
76
- rubocop (~> 1.19)
77
+ rubocop-rspec (2.16.0)
78
+ rubocop (~> 1.33)
77
79
  rubocop-sequel (0.3.4)
78
80
  rubocop (~> 1.0)
79
81
  ruby-progressbar (1.11.0)
80
- tzinfo (2.0.4)
82
+ tzinfo (2.0.5)
81
83
  concurrent-ruby (~> 1.0)
82
- unicode-display_width (2.1.0)
84
+ unicode-display_width (2.4.2)
83
85
 
84
86
  PLATFORMS
85
87
  arm64-darwin-21
@@ -96,4 +98,4 @@ DEPENDENCIES
96
98
  rubocop-config-umbrellio
97
99
 
98
100
  BUNDLED WITH
99
- 2.3.15
101
+ 2.4.3
@@ -24,12 +24,12 @@ class Helmsnap::SetupDependencies < Helmsnap::Service
24
24
 
25
25
  dep_list = get_dependency_list(chart_path)
26
26
 
27
- dep_list.scan(%r{file://(.+?)\t}) do |dep_path|
27
+ dep_list.scan(%r{file://(.+?)\s}) do |dep_path|
28
28
  subchart_path = chart_path.join(dep_path.first)
29
29
  setup!(subchart_path)
30
30
  end
31
31
 
32
- dep_list.scan(%r{(https?://.+?)\t}) do |dep_path|
32
+ dep_list.scan(%r{(https?://.+?)\s}) do |dep_path|
33
33
  run_cmd("helm", "repo", "add", Digest::MD5.hexdigest(dep_path.first), dep_path.first)
34
34
  end
35
35
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Helmsnap
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helmsnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Smirnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-10 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.3.14
95
+ rubygems_version: 3.4.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: A tool for creating and checking helm chart snapshots.