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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c2436501a1eb02b186575c579ffe73faff21969c32fdade7532938379620444
4
- data.tar.gz: 10d4daae1e10504085db1eba8ba5eec6ea33a353a09a61e92443b84f4a2f423b
3
+ metadata.gz: 33a484d77cc557a4c0f1fcde37d3e578357f843142b5ee17b8bf02aa86a22a40
4
+ data.tar.gz: 9a8ecff1195798664251db3e8b16194860b91b363ffb70c1105a9e09aea3a6a8
5
5
  SHA512:
6
- metadata.gz: be8db72e3210234c37cceee343ee90e1c4ad23dd928b93d70a7e89180ff167db6fc213b99cf751b95881b21bfc665c523b075198219596e16b7093bae10cf05f
7
- data.tar.gz: 97c1a896b9a3fcd669f146ed9585d1eaf4cad94de97105d1751a18ecd97fa4c10cfde3277d695c6c4b205b038528fb30ccc3dcd4b56bf61a878e80f9f21dc4be
6
+ metadata.gz: 3aed8b8f4d0f4d95f9af025b9fa12cab8bb4216bc052fcfcdd5f4ac14e25601a19e2093bb1386f0b51b84925ece98694046fa08a8d07a1179ef1965a7733fffe
7
+ data.tar.gz: c8f063f0e5c0957302cbd231f72abb417d533afcd851338206d1649d8bce750545a39335afeb8a9acca722b0c480621d5c02c5b171d41e32cf3e26def3bb2c96
@@ -7,7 +7,7 @@ on:
7
7
  - synchronize
8
8
  jobs:
9
9
  main:
10
- runs-on: ubuntu-20.04
10
+ runs-on: ubuntu-22.04
11
11
  steps:
12
12
  - name: Validate PR Title
13
13
  uses: amannn/action-semantic-pull-request@v5.4.0
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DatadogBackup
4
- VERSION = '4.0.1'
4
+ VERSION = '4.0.2'
5
5
  end
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.1
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: 2024-04-30 00:00:00.000000000 Z
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: []