@terascope/scripts 0.83.1 → 0.83.2

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.
@@ -42,7 +42,7 @@ exports.KAFKA_NAME = process.env.KAFKA_NAME || 'kafka';
42
42
  exports.KAFKA_HOSTNAME = process.env.KAFKA_HOSTNAME || exports.HOST_IP;
43
43
  exports.KAFKA_PORT = process.env.KAFKA_PORT || '49092';
44
44
  exports.KAFKA_BROKER = `${exports.KAFKA_HOSTNAME}:${exports.KAFKA_PORT}`;
45
- exports.KAFKA_VERSION = process.env.KAFKA_VERSION || '3.1';
45
+ exports.KAFKA_VERSION = process.env.KAFKA_VERSION || '3.5';
46
46
  // Use kafkaVersionMapper to determine confluentinc/cp-kafka image version from KAFKA_VERSION
47
47
  exports.KAFKA_IMAGE_VERSION = (0, mapper_1.kafkaVersionMapper)(exports.KAFKA_VERSION);
48
48
  exports.KAFKA_DOCKER_IMAGE = process.env.KAFKA_DOCKER_IMAGE || 'confluentinc/cp-kafka';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terascope/scripts",
3
3
  "displayName": "Scripts",
4
- "version": "0.83.1",
4
+ "version": "0.83.2",
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": {