From 78067af68582fd22e59905dbee5819a57c9dd689 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Wed, 25 Oct 2023 16:26:06 +0300 Subject: [PATCH] ReadMes update --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee40890..676475b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [Unreleased] +### Added +- `MINIO_USE_TLS` environment variable to address [Issue #136](https://github.com/reportportal/service-auto-analyzer/issues/136), by @HardNorth +- `CURRENT_AND_THE_SAME_NAME` and `PREVIOUS_LAUNCH` analyze options handling, by @HardNorth +- `launch_number` data parameter indexing and usage, by @HardNorth + +## [5.10.0] ### Changed - Global structure update - Deprecated `unique_id` field changed to `test_case_hash`, by @HardNorth diff --git a/README.md b/README.md index f8001258..646a2486 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ | MINIO_SHORT_HOST | string | minio:9000 | you need to set short host and port to the minio service. This property is used in case `ANALYZER_BINARYSTORE_TYPE` is set to `minio`. | | MINIO_ACCESS_KEY | string | minio | you need to set a minio access key here | | MINIO_SECRET_KEY | string | minio123 | you need to set a minio secret key here | +| MINIO_USE_TLS | boolean | false | Flag to indicate to use secure (TLS) connection to S3 service or not. | | ANALYZER_BINSTORE_BUCKETPREFIX | string | prj- | the prefix for buckets which are added to each project filepath. | | ANALYZER_BINSTORE_MINIO_REGION | string | | the region which you can specify for saving in AWS S3 | | INSTANCE_TASK_TYPE | string | | if you want to run a standard analyzer instance, leave it as blank. If you want to run an instance for training, set "train" here. |