Releases: slalom/dataops-infra
Releases · slalom/dataops-infra
v0.9.7.88
Bump nokogiri from 1.10.10 to 1.11.1 (#157) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.9.7.87
Refactor ML-Ops and Lambda (#149) * refactor ML Ops to multiple workflows * rewrite ML Ops in native HCL, wrapped in `jsonencode()` * terraform fmt compliance for 0.14.0 * glue version fix * rename 'batch_transform'->'batch_scoring' * skip ecr push if using builtin sagemaker model * pip and python fixes * improved lambda and step function execution * bump to terraform 0.14.2 * revert to upstream 'terraform-aws-key-pair' repo * fix interpolation warnings Co-authored-by: Mark Stein <[email protected]> Co-authored-by: mystycs <[email protected]> Co-authored-by: jacksandom <[email protected]>
v0.9.6.86
MS Teams Notification Support (#142) * fix lambda name uniqueness * note 64-char limit in `name_prefix` docs * unified lambda fn with detailed payload * explicit null value for step function * remove deprecated provider syntax
v0.9.6.85
Opinionated formatting (tf 0.14.0) (#148)
v0.9.6.84
Fix autodoc CI/CD Errors (#146) * update gitignore * update autodocs * disable required module variables for azure
v0.9.6.83
https for ip detection
v0.9.6.82
optional logging path
v0.9.6.81
add singer log dir
v0.9.6.79
hotfix: glue, secrets
v0.9.6.78
AWS security harding, allow disabling internet gateway (#141) * add bastion host source ip restrictions * rename: dev-box->bastion-host * allow disabling internet gateway * misc cleanup