Releases: ExpediaGroup/apiary-lifecycle
Releases · ExpediaGroup/apiary-lifecycle
release-5.3.0
What's Changed
- Feature/add scheduler properties by @JayGreeeen in #66
- Fix comments by @haroldjimenez in #67
New Contributors
- @haroldjimenez made their first contribution in #67
Full Changelog: release-5.2.0...release-5.3.0
release-5.2.0: Merge pull request #65 from ExpediaGroup/feature/add_ext_db_host
feat: add support to use external db host
release-5.1.1: Merge pull request #64 from ExpediaGroup/feature/add-replicas-vars
Kubernetes variables to adjust number replicas on deployments
release-5.1.0
What's Changed
- Datadog annotations for sending metrics to Datadog by @DhrubajyotiSadhu in #62
- feat: added more metrics and updated one by @DhrubajyotiSadhu in #63
New Contributors
- @DhrubajyotiSadhu made their first contribution in #62
Full Changelog: release-5.0.5...release-5.1.0
release 5.0.5
[5.0.5] - 2024-08-21
Fixed
- Add
copy_tags_to_snapshot
to aws_rds_cluster.
release-5.0.4: Merge pull request #59 from ninhomilton/Beekeeper-auth_migration_to-irsa
Beekeeper auth migration to irsa
Release 5.0.3
Changed
- Upgrade k8s provider version to 2.13.0
Release 5.0.2
[5.0.2] - 2023-12-15
Added
- Upgrading the
beekeeper_slack_notifier
Lambda function inlambda.tf
that is currently using the deprecated Python 3.7 runtime to the Python 3.9 runtime
Release 5.0.1
[5.0.1] - 2023-12-05
Added
- Adding the
HADOOP_USER_NAME
environment variable to execute Beekeeper under thebeekeeper
user instead of the root user
[5.0.0] - 2023-11-16
Changed
- Upgdate k8s API to work with 2.x version:
kubernetes_deployment
tokubernetes_deployment_v1
kubernetes_ingress
tokubernetes_ingress_v1
- Update terrafrom
map
function totomap
(map
function has been deprecated in0.12
version).