Skip to content

Commit 2fb074a

Browse files
committed
default image version and services to 1.5.0
1 parent 7fe79e3 commit 2fb074a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/browserup_cli.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import log from 'loglevel';
2626
import {ErrorType, decoratedError, FakeProcessExitForTests} from "./browserup_errors.mjs";
2727
import {BROWSERUP_DEFAULT_IMAGE} from "./constants.mjs";
2828

29-
export const SERVICES_VERSION = "release-1.4.17";
29+
export const SERVICES_VERSION = "release-1.5.0";
3030

3131
const originalFactory = log.methodFactory;
3232
log.methodFactory = (methodName, logLevel, loggerName) => {

lib/constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ export const API_TOKEN_SIZE = 20;
3939
export const CLUSTER_NAME_PREFIX = 'BrowserUp';
4040
export const CLUSTER_NAME_REMOTE_PREFIX = CLUSTER_NAME_PREFIX;
4141
export const CLUSTER_NAME_LOCAL_PREFIX = `${CLUSTER_NAME_PREFIX}Local`;
42-
export const BROWSERUP_DEFAULT_IMAGE = "browserup/standard:release-1.4.17";
42+
export const BROWSERUP_DEFAULT_IMAGE = "browserup/standard:release-1.5.0";

0 commit comments

Comments
 (0)