acmesmith 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +2 -2
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +53 -47
- data/lib/acmesmith/challenge_responders/route53.rb +1 -1
- data/lib/acmesmith/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1800e04848970a25e7d2269f2b9a1351c7fc524559a00e4d9be970253ee84da7
|
4
|
+
data.tar.gz: 9ef3bf5fa577c0b0e365f9543bcd1e9732230df888e9baf7c443b7b7b02e178e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec36a85fdb1757428338a49406240ac0066b2e058cc07938782db9e739f5afcfa91386085733038983ccce91e6fd7e71924d531be33a5b22492dff36d5e5f947
|
7
|
+
data.tar.gz: 624517367e2c044b59aa6821f8936ccc941a1ba7954aceaf47c8ff74098f129186fe8ba97efa3e213aea5b153f54fa9fd0675c7791b75c4efc9ed8482ee71887
|
data/.github/workflows/build.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18
18
|
strategy:
|
19
19
|
fail-fast: false
|
20
20
|
matrix:
|
21
|
-
ruby-version: ['3.
|
21
|
+
ruby-version: ['3.1', '3.2', '3.3']
|
22
22
|
container:
|
23
23
|
image: public.ecr.aws/sorah/ruby:${{ matrix.ruby-version }}-dev
|
24
24
|
steps:
|
@@ -40,7 +40,7 @@ jobs:
|
|
40
40
|
strategy:
|
41
41
|
fail-fast: false
|
42
42
|
matrix:
|
43
|
-
ruby-version: ['3.
|
43
|
+
ruby-version: ['3.1', '3.2', '3.3']
|
44
44
|
|
45
45
|
# FIXME: once GitHub Actions gains support of adding command line arguments to container
|
46
46
|
# services:
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## v2.6.1 (2024-12-05)
|
2
|
+
|
3
|
+
### Fixes
|
4
|
+
|
5
|
+
- route53: restore_to_original_records can have an error when querying existing record sets when it generates a name with leading empty labels (OTOH: double leading dots). [#65](https://github.com/sorah/acmesmith/pull/65)
|
6
|
+
|
1
7
|
## v2.6.0 (2023-10-05)
|
2
8
|
|
3
9
|
### Enhancement
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
acmesmith (2.6.
|
4
|
+
acmesmith (2.6.1)
|
5
5
|
acme-client (>= 2.0.7, < 3)
|
6
6
|
aws-sdk-acm
|
7
7
|
aws-sdk-route53
|
@@ -11,62 +11,68 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
acme-client (2.0.
|
14
|
+
acme-client (2.0.19)
|
15
|
+
base64 (~> 0.2.0)
|
15
16
|
faraday (>= 1.0, < 3.0.0)
|
16
17
|
faraday-retry (>= 1.0, < 3.0.0)
|
17
|
-
aws-eventstream (1.
|
18
|
-
aws-partitions (1.
|
19
|
-
aws-sdk-acm (1.
|
20
|
-
aws-sdk-core (~> 3, >= 3.
|
21
|
-
aws-sigv4 (~> 1.1)
|
22
|
-
aws-sdk-core (3.185.0)
|
23
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
24
|
-
aws-partitions (~> 1, >= 1.651.0)
|
18
|
+
aws-eventstream (1.3.0)
|
19
|
+
aws-partitions (1.1018.0)
|
20
|
+
aws-sdk-acm (1.81.0)
|
21
|
+
aws-sdk-core (~> 3, >= 3.210.0)
|
25
22
|
aws-sigv4 (~> 1.5)
|
23
|
+
aws-sdk-core (3.214.0)
|
24
|
+
aws-eventstream (~> 1, >= 1.3.0)
|
25
|
+
aws-partitions (~> 1, >= 1.992.0)
|
26
|
+
aws-sigv4 (~> 1.9)
|
26
27
|
jmespath (~> 1, >= 1.6.1)
|
27
|
-
aws-sdk-kms (1.
|
28
|
-
aws-sdk-core (~> 3, >= 3.
|
29
|
-
aws-sigv4 (~> 1.
|
30
|
-
aws-sdk-route53 (1.
|
31
|
-
aws-sdk-core (~> 3, >= 3.
|
32
|
-
aws-sigv4 (~> 1.
|
33
|
-
aws-sdk-s3 (1.
|
34
|
-
aws-sdk-core (~> 3, >= 3.
|
28
|
+
aws-sdk-kms (1.96.0)
|
29
|
+
aws-sdk-core (~> 3, >= 3.210.0)
|
30
|
+
aws-sigv4 (~> 1.5)
|
31
|
+
aws-sdk-route53 (1.105.0)
|
32
|
+
aws-sdk-core (~> 3, >= 3.210.0)
|
33
|
+
aws-sigv4 (~> 1.5)
|
34
|
+
aws-sdk-s3 (1.176.0)
|
35
|
+
aws-sdk-core (~> 3, >= 3.210.0)
|
35
36
|
aws-sdk-kms (~> 1)
|
36
|
-
aws-sigv4 (~> 1.
|
37
|
-
aws-sigv4 (1.
|
37
|
+
aws-sigv4 (~> 1.5)
|
38
|
+
aws-sigv4 (1.10.1)
|
38
39
|
aws-eventstream (~> 1, >= 1.0.2)
|
39
|
-
base64 (0.
|
40
|
-
diff-lcs (1.
|
41
|
-
faraday (2.
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
faraday-net_http (3.0
|
46
|
-
|
40
|
+
base64 (0.2.0)
|
41
|
+
diff-lcs (1.5.1)
|
42
|
+
faraday (2.12.1)
|
43
|
+
faraday-net_http (>= 2.0, < 3.5)
|
44
|
+
json
|
45
|
+
logger
|
46
|
+
faraday-net_http (3.4.0)
|
47
|
+
net-http (>= 0.5.0)
|
48
|
+
faraday-retry (2.2.1)
|
47
49
|
faraday (~> 2.0)
|
48
50
|
jmespath (1.6.2)
|
49
|
-
|
50
|
-
|
51
|
-
|
51
|
+
json (2.9.0)
|
52
|
+
logger (1.6.2)
|
53
|
+
mini_portile2 (2.8.8)
|
54
|
+
net-http (0.6.0)
|
55
|
+
uri
|
56
|
+
nokogiri (1.16.8)
|
57
|
+
mini_portile2 (~> 2.8.2)
|
52
58
|
racc (~> 1.4)
|
53
|
-
racc (1.
|
54
|
-
rake (13.
|
55
|
-
rspec (3.
|
56
|
-
rspec-core (~> 3.
|
57
|
-
rspec-expectations (~> 3.
|
58
|
-
rspec-mocks (~> 3.
|
59
|
-
rspec-core (3.
|
60
|
-
rspec-support (~> 3.
|
61
|
-
rspec-expectations (3.
|
59
|
+
racc (1.8.1)
|
60
|
+
rake (13.2.1)
|
61
|
+
rspec (3.13.0)
|
62
|
+
rspec-core (~> 3.13.0)
|
63
|
+
rspec-expectations (~> 3.13.0)
|
64
|
+
rspec-mocks (~> 3.13.0)
|
65
|
+
rspec-core (3.13.2)
|
66
|
+
rspec-support (~> 3.13.0)
|
67
|
+
rspec-expectations (3.13.3)
|
62
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
|
-
rspec-support (~> 3.
|
64
|
-
rspec-mocks (3.
|
69
|
+
rspec-support (~> 3.13.0)
|
70
|
+
rspec-mocks (3.13.2)
|
65
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
-
rspec-support (~> 3.
|
67
|
-
rspec-support (3.
|
68
|
-
|
69
|
-
|
72
|
+
rspec-support (~> 3.13.0)
|
73
|
+
rspec-support (3.13.2)
|
74
|
+
thor (1.3.2)
|
75
|
+
uri (1.0.2)
|
70
76
|
|
71
77
|
PLATFORMS
|
72
78
|
ruby
|
@@ -79,4 +85,4 @@ DEPENDENCIES
|
|
79
85
|
rspec
|
80
86
|
|
81
87
|
BUNDLED WITH
|
82
|
-
2.
|
88
|
+
2.5.23
|
@@ -89,7 +89,7 @@ module Acmesmith
|
|
89
89
|
domain_and_challenges.each do |domain, challenge|
|
90
90
|
|
91
91
|
hosted_zone_id = find_hosted_zone(domain)
|
92
|
-
name = "#{challenge.record_name}.#{domain}."
|
92
|
+
name = "#{challenge.record_name}.#{canonical_fqdn(domain)}."
|
93
93
|
|
94
94
|
rrsets = list_existing_rrsets(hosted_zone_id, name)
|
95
95
|
next if rrsets.empty?
|
data/lib/acmesmith/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acmesmith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sorah Fukumori
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acme-client
|