Releases: CBIIT/datacommons-devops
Releases · CBIIT/datacommons-devops
v1.19 - Opensearch Snapshots
This release updates the Opensearch Backup/Restore ansible collection:
- reorganized scripts into functions
- allowed the indices value to be passed empty. this allows using the default snapshot functionality of taking/restoring all indices unless there are specific indices that are specified
- allowed the basepath value to be passed empty. this allows storing the snapshot either in a folder at the root of the S3 bucket (if this variable is empty), or in a specific folder within the bucket (if a basepath is entered). this update also updates the folder naming convention so that the snapshot files will always be stored in a folder named for the snapshot name, either inside a base folder or at the S3 root
- allows the backup pipeline to take snapshots that contain only certain indices. the pipeline will need to be updated to add an indices parameter for this to work
v1.18.1
Minor changes to the Opensearch and Kinesis modules
NOTE: due the required changes for Opensearch this tag requires using a Terraform AWS provider >=5.16.0
v1.18
this release contains ansible modules for opensearch backup and snapshot restore.
v1.17 - Neptune module updates
What's Changed
- added non-ansible template deployment script and task definition temp… by @tracy18 in #186
- added sns and cloudwatch by @michael-fleming in #193
- updated to add validation text for portal by @michael-fleming in #194
- Fixing Permission boundary bug by @vdonkor in #170
- Neptune Module Enhancements by @colemandevries in #191
Full Changelog: v1.16...v1.17
v1.16 - Opensearch Sizing
added changes to opensearch module for standardization of cluster sizing: https://github.com/CBIIT/datacommons-devops/tree/main/terraform/modules/opensearch#readme
v1.15
What's Changed
- small modification to github actions for documentation, removed scans by @colemandevries in #182
- fixed errors with documentation workflow by @colemandevries in #183
- resolving issues related to instance parameters by @colemandevries in #185
Full Changelog: v1.14...v1.15
v1.13
v1.10
added updates for neo4j terraform module
v1.9
updated code to push access logs to central manager account.
updated SSL policies.