3.3.0 (2023-08-17)
3.2.1 (2023-02-11)
- update error handling for restore (233b1b2)
3.2.0 (2023-02-10)
- Deepsort skip sorting arrays (d9cba97)
3.1.1 (2022-09-01)
- catch SystemExit so that rspec can complete (9eee0e5)
- specify minimum ruby version in Gemfile (c7f48f9)
- Revert "fix: specify minimum ruby version in Gemfile" (e934ac2)
3.1.0 (2022-08-30)
3.0.0 (2022-08-25)
- DATADOG_API_KEY and DATADOG_APP_KEY are no longer the environment variables used to authenticate to Datadog. Instead, set the environment variables DD_API_KEY and DD_APP_KEY.
- ruby 2.6 is no longer supported. Please upgrade to ruby 2.7 or higher.
- The options
--ssh
and--ssshh
are no longer supported. Instead, please use--quiet
to supress logging.--debug
remains supported. - The environment variable
DATADOG_HOST
is no longer supported. Instead, please useDD_SITE_URL
.
refactor: The legacy dogapi-rb gem is replaced with faraday. The official client library was considered, but was not adopted as I had a hard time grok-ing it.
- chore: permit logging from tests, but only error+
Co-authored-by: semantic-release-bot [email protected]
3.0.0-alpha.2 (2022-08-25)
- remove development pry (611d0a6)
3.0.0-alpha.1 (2022-08-24)
- feat!: release 3.0 (d09d9e6)
- DATADOG_API_KEY and DATADOG_APP_KEY are no longer the environment variables used to authenticate to Datadog. Instead, set the environment variables DD_API_KEY and DD_APP_KEY.
- ruby 2.6 is no longer supported. Please upgrade to ruby 2.7 or higher.
- The options
--ssh
and--ssshh
are no longer supported. Instead, please use--quiet
to supress logging.--debug
remains supported. - The environment variable
DATADOG_HOST
is no longer supported. Instead, please useDD_SITE_URL
.
refactor: The legacy dogapi-rb gem is replaced with faraday. The official client library was considered, but was not adopted as I had a hard time grok-ing it.
2.0.2 (2022-08-11)
2.0.1 (2022-08-11)
2.0.0 (2022-08-09)
-
chore!: drop support for ruby 2.5 and 2.6 (EOL) (29332c3)
- ruby 2.5 and 2.6 are no longer supported
1.1.4 (2022-06-25)
- deps: update diffy requirement from = 3.4.0 to = 3.4.2 (d241631)
1.1.3 (2022-03-23)
- deps: update concurrent-ruby requirement from = 1.1.9 to = 1.1.10 (e2eebe6)
1.1.2 (2022-02-01)
- pin semantic release plugins (5e92303)
1.1.1 (2021-10-26)
- deps: update amazing_print requirement from = 1.3.0 to = 1.4.0 (b7e0ca6)
1.1.0 (2021-07-14)
1.0.5 (2021-07-12)
- Add documentation for DATADOG_HOST usage (69acc25)
1.0.4 (2021-07-08)
- remove max queue size limit (b5ee79c)
1.0.3 (2021-06-10)
- deps: update concurrent-ruby requirement from = 1.1.8 to = 1.1.9 (31ccccb)
1.0.2 (2021-05-06)
- deps: bump rexml from 3.2.4 to 3.2.5 (15efa8c)
1.0.1 (2021-03-26)
- dependabot syntax for github (4214001)
1.0.0 (2021-03-02)
- handle gets with no result (8d016a1)
- If resource doesn't exist in Datadog, the resource is recreated. (18ba241)
datadog-backup
used to exit with an error if a resource wasn't found in Datadog.
0.11.0 (2021-01-12)
0.10.3 (2020-12-11)
- coerce patch release (bc86649)
0.10.2 (2020-11-03)
- virtual environment updates ruby 2.7.1 -> 2.7.2 (f950dd6)
0.10.1 (2020-09-08)
- update dependencies (939ddc7)
0.10.0 (2020-08-14)
- select log levels (0272d27)
0.9.0 (2020-08-11)
- public release of datadog_backup (50d3582)
0.8.0 (2020-08-07)
- sort keys and ignore banlist for consistency (ca683a6)
0.7.0 (2020-08-07)
- Purge before backup, so that deletions can be detected. (bdcb2b0)
0.6.0 (2020-08-05)
- enable datadog_backup executable to run restore (5094813)
- order is not guaranteed (d65b9a8)
- restore actually restores (0e80999)
- rspec properly handles SystemExit (cf26bfb)
- add restore flow (8175a03)
- Change defaults to YAML(backups) and color(diffs) (d9ed708)
- ignore key ordering changes (47e6e9f)
- use Diffy diffs rather than HashDiff:x (e5529b8)
0.5.0 (2020-07-30)
- Handle Ctrl-c by closing down the worker pool (96791ba)
- use thread pool to globally limit thread count (915f5c2)
0.4.0 (2020-07-27)
- use maintained 'amazing_print' gem, rather than suffer a bajillion error messages (a988416)
0.3.0 (2020-07-24)
- add yaml option (5645e71)
0.2.0 (2020-07-18)
- send debug array to DEBUG (0ef8bd7)
0.1.0 (2020-07-17)
- change default backup directory to 'backup' (27c8f69)