Skip to content

Releases: ExpediaGroup/apiary-lifecycle

release 4.0.1

18 Sep 16:13
98a3e69
Compare
Choose a tag to compare

[4.0.1] - 2023-09-18

Changed

  • Increase k8s provider version to ~>2.7.0 (was ~>1.0.0). Fixes issue with K8S upgrade and error: 'Failed to create Ingress'.

Release 4.0.0

15 Mar 17:27
82aeabd
Compare
Choose a tag to compare

[4.0.0] - 2023-03-14

Added

  • Added variables db_apply_immediately(default false) and db_performance_insights_enabled (default true).
  • Minimum required version for aws provider set to ~> 4.0.

Changed

  • Increased the required version of terraform to >= 0.12.31 (was > 0.12.0).

Release 3.3.0

10 Mar 11:12
c671ed4
Compare
Choose a tag to compare

[3.3.0] - 2023-03-10

Changed

  • Changed the rds_storage_type from gp2 to gp3.

Release 3.2.1

27 Aug 11:30
07ef295
Compare
Choose a tag to compare

[3.2.1] - 2021-08-27

Added

  • Changed the service namespace from default to beekeeper in beekeeper-metadata-cleanup, beekeeper-path-cleanup and beekeeper-scheduler-apiary.
  • Changed some variables from type string to number.
  • Fixed the beekeeper ingress so that the k8s_ingress_enabled variable works.

Adding beekeeper-api module

13 Aug 13:21
d3ce9f8
Compare
Choose a tag to compare

[3.2.0] - 2021-08-13

Added

  • Terraform files for beekeeper-api module.
  • Changed the liveness_probe path in k8s-scheduler-apiary.tf because there is a bug where it cannot find the /health endpoint even though it works, but the /health/liveness endpoint works instead.

Pin K8S provider to 1.x, fix Beekeeper default DB name

06 Apr 15:44
889438a
Compare
Choose a tag to compare

[3.1.1] - 2021-04-06

Changed

  • Pin K8S provider version to 1.x for compatibility with other Apiary components deployed in the same Terraform state file.
  • Don't use instance alias as part of default DB name since all the Flyway scripts expect "beekeeper" as the db name.

Release 3.1.0

22 Feb 11:45
f259ce7
Compare
Choose a tag to compare

[3.1.0] - 2021-02-22

Changed

  • Removed variable DB_PASSWORD_STRATEGY.
  • Securely injecting db_password_key in k8s and ecs instead of pulling these credentials from AWS Secret Manager in Beekeeper.

Release 3.02

01 Feb 14:39
d9a5709
Compare
Choose a tag to compare

[3.0.2] - 2021-02-01

Added

  • Added variable docker_registry_secret_name to pull docker images from a private registry.

Release 3.0.1

18 Sep 10:02
c59bca5
Compare
Choose a tag to compare

Changed

  • Separated dry_run_enabled variable into path_cleanup_dry_run_enabled and metadata_cleanup_dry_run_enabled so one module can be used in dry run mode without affecting the other.

Release 3.0.0

11 Sep 13:07
d1f6949
Compare
Choose a tag to compare

Added

  • Kubernetes deployment options for new Metadata Cleanup module.

Changed

  • Renamed Cleanup to Path Cleanup, and Path Scheduler to Scheduler Apiary to match name changes in Beekeeper.