CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: datalab-industries/datalab-ansible-terraform
v0.5.2
d439fbe
Compare
This patch release fixes a formatting bug that was preventing the borgmatic and SSL cronjobs from being created.
What's Changed
Full Changelog: v0.5.1...v0.5.2
Assets 2
v0.5.1
7b114d9
Compare
Assets 2
v0.5.0
Compare
This minor release simply updates datalab to the first pre-release of the 0.6.x series.
What's Changed
Full Changelog: v0.4.2...v0.5.0
Assets 2
v0.4.2
Compare
This minor release is recommended for deployments, as it fixes an issue where borg backups included the native datalab backup snapshots, inflating backup size dramatically (#36).
What's Changed
- Fix the borg requirements by prefixing the version with
v
to match their git tags by @ml-evs in #47 - Manually specify local shell when getting git tag by @ml-evs in #50
- Update borg settings and docs by @ml-evs in #51
- Allow app domain to iframe files from API by @ml-evs in #52
- Add build step that copies locally defined plugins into deployment repo by @ml-evs in #53
Full Changelog: v0.4.1...v0.4.2
Assets 2
v0.4.1
f021e71
Compare
What's Changed
- Add nginx reload task to SSL cron to fix automated cert refresh by @ml-evs in #43
- Make sure cronjobs tidy up containers after themselves by @ml-evs in #44
Full Changelog: v0.4.0...v0.4.1
Assets 2
v0.4.0
4fb4e71
Compare
This is the first release to support datalab v0.5.0, with only minor changes from the previous v0.3.2:
What's Changed
- Get the local datalab git version and pass it to the docker build by @ml-evs in #37
- Increase frequency of certbot renewal attempts by @ml-evs in #41
- Docs updates by @ml-evs in #41
Full Changelog: v0.3.2...v0.4.0
Assets 2
v0.3.2
724af20
Compare
Assets 2
v0.3.1
Compare
This release of the template incorporates a self-submodule, allowing users to sync ansible updates manually without needing to deal with the git history.
What's Changed
- Add helper script and self-submodule to aid update process by @ml-evs in #24
- Update submodule to latest commit by @ml-evs in #25
Full Changelog: v0.3.0...v0.3.1
Assets 2
v0.3.0
Compare
This release adds compatibility for the upcoming v0.5.x series of datalab releases.
This includes containerizing the borg backup process, switching to uv
under the hood, and various usability tweaks.
What's Changed
- Use uv venvs inside backup jobs rather than pipenv by @ml-evs in #22
- Containerize borg and perform more pre-installation checks by @ml-evs in #23
Full Changelog: v0.2.0...v0.3.0
Assets 2
v0.2.0
Compare
This release of the ansible playbooks focuses on allowing SSH transfer to be configured from within the datalab API container, enabling:
- syncing with remote filesystems
- incremental, encrypted backups with Borg(matic)
It also updates the supported datalab version to v0.4.3 and contains a few bug fixes that enhance transferability across OS versions and underlying assumptions.
What's Changed
- Add separate SSL first run role and other tweaks by @ml-evs in #10
- Add borg role and configurable SSH from API container by @ml-evs in #11
- Generalize SSH config by @ml-evs in #12
- Fix SSH creds copying when folder already exists by @ml-evs in #13
- Fix borg first init by @ml-evs in #14
- Fix indent in borg role by @ml-evs in #15
- Handle special case of root user, and update borg installation method by @ml-evs in #17
Full Changelog: v0.1.4...v0.2.0