@terascope/scripts 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,7 +58,7 @@ export const MINIO_HOSTNAME = process.env.MINIO_HOSTNAME || HOST_IP;
|
|
|
58
58
|
export const MINIO_PORT = process.env.MINIO_PORT || '49000';
|
|
59
59
|
export const ENCRYPT_MINIO = toBoolean(process.env.ENCRYPT_MINIO ?? false);
|
|
60
60
|
export const MINIO_HOST = `http${ENCRYPT_MINIO ? 's' : ''}://${MINIO_HOSTNAME}:${MINIO_PORT}`;
|
|
61
|
-
export const MINIO_VERSION = process.env.MINIO_VERSION || 'RELEASE.
|
|
61
|
+
export const MINIO_VERSION = process.env.MINIO_VERSION || 'RELEASE.2024-08-29T01-40-52Z';
|
|
62
62
|
export const MINIO_DOCKER_IMAGE = process.env.MINIO_DOCKER_IMAGE || 'minio/minio';
|
|
63
63
|
export const MINIO_ACCESS_KEY = process.env.MINIO_ACCESS_KEY || 'minioadmin';
|
|
64
64
|
export const MINIO_SECRET_KEY = process.env.MINIO_SECRET_KEY || 'minioadmin';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terascope/scripts",
|
|
3
3
|
"displayName": "Scripts",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "A collection of terascope monorepo scripts",
|
|
6
6
|
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
|
|
7
7
|
"bugs": {
|