datadog_backup 4.0.1 → 4.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 +4 -4
- data/.github/workflows/validate-pr.yml +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/datadog_backup/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33a484d77cc557a4c0f1fcde37d3e578357f843142b5ee17b8bf02aa86a22a40
|
4
|
+
data.tar.gz: 9a8ecff1195798664251db3e8b16194860b91b363ffb70c1105a9e09aea3a6a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aed8b8f4d0f4d95f9af025b9fa12cab8bb4216bc052fcfcdd5f4ac14e25601a19e2093bb1386f0b51b84925ece98694046fa08a8d07a1179ef1965a7733fffe
|
7
|
+
data.tar.gz: c8f063f0e5c0957302cbd231f72abb417d533afcd851338206d1649d8bce750545a39335afeb8a9acca722b0c480621d5c02c5b171d41e32cf3e26def3bb2c96
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [4.0.2](https://github.com/scribd/datadog_backup/compare/v4.0.1...v4.0.2) (2025-03-25)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* DEVPLAT-3294 Update github actions due to ubuntu-20.04 deprecation ([#167](https://github.com/scribd/datadog_backup/issues/167)) ([2930525](https://github.com/scribd/datadog_backup/commit/2930525eb72d0bfbd978c7dce2c1738f52c847e0))
|
7
|
+
|
1
8
|
## [4.0.1](https://github.com/scribd/datadog_backup/compare/v4.0.0...v4.0.1) (2024-04-30)
|
2
9
|
|
3
10
|
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: datadog_backup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kamran Farhadi
|
8
8
|
- Jim Park
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: amazing_print
|
@@ -249,7 +249,7 @@ licenses:
|
|
249
249
|
- MIT
|
250
250
|
metadata:
|
251
251
|
rubygems_mfa_required: 'true'
|
252
|
-
post_install_message:
|
252
|
+
post_install_message:
|
253
253
|
rdoc_options: []
|
254
254
|
require_paths:
|
255
255
|
- lib
|
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
265
|
version: '0'
|
266
266
|
requirements: []
|
267
267
|
rubygems_version: 3.1.6
|
268
|
-
signing_key:
|
268
|
+
signing_key:
|
269
269
|
specification_version: 4
|
270
270
|
summary: A utility to backup and restore Datadog accounts
|
271
271
|
test_files: []
|