dyndnsd 3.2.0 → 3.3.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 +4 -4
- data/CHANGELOG.md +24 -0
- data/lib/dyndnsd/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eac9b9462b9247b792d21ea14f2b770f2e116de83d3e45ba669a596cc46aee9f
|
|
4
|
+
data.tar.gz: bb1675cd6576d7ba8d45bfdd83943bf3b8dfc95bb9dc9a505f041a6e10924f8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf56230448455e3a9415b68d77d3373841756b3ac218f60e7d2409a15c2779f94b480cdc5f75641151225e86cf7a276a04a0c92d740c8d0beca1cd3315e037c1
|
|
7
|
+
data.tar.gz: 1252db1b61cb8b6389f6729ca1689b1c1ef16b6f56f8512918cd6e5d71732182a8a5da55acd7cb39b4f746b18714592ea696fde630667f0ee54187bd4f1c2812
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.3.3 (April 1, 2021)
|
|
4
|
+
|
|
5
|
+
OTHER:
|
|
6
|
+
|
|
7
|
+
- update base of Docker image to Alpine 3.13.4 to fix security vulnerabilities
|
|
8
|
+
|
|
9
|
+
## 3.3.2 (February 20, 2021)
|
|
10
|
+
|
|
11
|
+
OTHER:
|
|
12
|
+
|
|
13
|
+
- update to use `docker/build-push-action@v2` for releasing Docker image in GHA
|
|
14
|
+
|
|
15
|
+
## 3.3.1 (February 18, 2021)
|
|
16
|
+
|
|
17
|
+
OTHER:
|
|
18
|
+
|
|
19
|
+
- update base of Docker image to Alpine 3.13.2 to fix security vulnerabilities
|
|
20
|
+
|
|
21
|
+
## 3.3.0 (January 18, 2021)
|
|
22
|
+
|
|
23
|
+
OTHER:
|
|
24
|
+
|
|
25
|
+
- update base of Docker image to Alpine 3.13
|
|
26
|
+
|
|
3
27
|
## 3.2.0 (January 14, 2021)
|
|
4
28
|
|
|
5
29
|
IMPROVEMENTS:
|
data/lib/dyndnsd/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dyndnsd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Nicolai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01
|
|
11
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-dns
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
131
|
+
version: 0.8.0
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
138
|
+
version: 0.8.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: rack-test
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,14 +184,14 @@ dependencies:
|
|
|
184
184
|
requirements:
|
|
185
185
|
- - "~>"
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 1.
|
|
187
|
+
version: 1.12.0
|
|
188
188
|
type: :development
|
|
189
189
|
prerelease: false
|
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
192
|
- - "~>"
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 1.
|
|
194
|
+
version: 1.12.0
|
|
195
195
|
- !ruby/object:Gem::Dependency
|
|
196
196
|
name: rubocop-rake
|
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,14 +212,14 @@ dependencies:
|
|
|
212
212
|
requirements:
|
|
213
213
|
- - "~>"
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 2.
|
|
215
|
+
version: 2.2.0
|
|
216
216
|
type: :development
|
|
217
217
|
prerelease: false
|
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
|
219
219
|
requirements:
|
|
220
220
|
- - "~>"
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 2.
|
|
222
|
+
version: 2.2.0
|
|
223
223
|
- !ruby/object:Gem::Dependency
|
|
224
224
|
name: solargraph
|
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -281,7 +281,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
281
281
|
- !ruby/object:Gem::Version
|
|
282
282
|
version: '0'
|
|
283
283
|
requirements: []
|
|
284
|
-
rubygems_version: 3.2.
|
|
284
|
+
rubygems_version: 3.2.4
|
|
285
285
|
signing_key:
|
|
286
286
|
specification_version: 4
|
|
287
287
|
summary: dyndnsd.rb
|