From d550674a040e186aa9d52f69917b101a6d7422bc Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Wed, 18 Jan 2023 17:16:29 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fecf8cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +## [Unreleased] + +### Added + +- `LolaConfig` can now fetch the DW credentials from S3. +- `LolaConfig` can now fetch the SSH tunnel from S3. +- `LolaConfig` can now fetch the Trino credentials from S3. +- `LolaConfig` can now fetch the Prefect Host from S3. +- `build_lolaconfig` executes all of the above when called.