Skip to content

Commit

Permalink
Bumping Sauce Connect version
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jun 14, 2023
1 parent da97da9 commit f840d59
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import os from 'os';

import {version} from '../package.json';

export const DEFAULT_SAUCE_CONNECT_VERSION = '4.8.2';
export const DEFAULT_SAUCE_CONNECT_VERSION = '4.9.0';
export const SAUCE_CONNECT_BASE = 'https://saucelabs.com/downloads';
export const SAUCE_CONNECT_VERSIONS_ENDPOINT =
'https://saucelabs.com/versions.json';
Expand Down Expand Up @@ -199,7 +199,8 @@ export const SAUCE_CONNECT_CLI_PARAMS = [
},
{
name: 'dns',
description: 'Use specified name server(s). Example: --dns 8.8.8.8,8.8.4.4:53',
description:
'Use specified name server(s). Example: --dns 8.8.8.8,8.8.4.4:53',
},
{
name: 'doctor',
Expand Down Expand Up @@ -235,7 +236,8 @@ export const SAUCE_CONNECT_CLI_PARAMS = [
{
alias: 'M',
name: 'max-missed-acks',
description: 'The max number of keepalive acks that can be missed before triggering reconnect.',
description:
'The max number of keepalive acks that can be missed before triggering reconnect.',
type: 'number',
deprecated: true,
},
Expand Down Expand Up @@ -357,13 +359,15 @@ export const SAUCE_CONNECT_CLI_PARAMS = [
},
{
name: 'tunnel-identifier',
description: 'Tunnel name used for this tunnel or the tunnels in the same HA pool.',
description:
'Tunnel name used for this tunnel or the tunnels in the same HA pool.',
deprecated: true,
},
{
alias: 'i',
name: 'tunnel-name',
description: 'Tunnel name used for this tunnel or the tunnels in the same HA pool.',
description:
'Tunnel name used for this tunnel or the tunnels in the same HA pool.',
},
{
name: 'tunnel-pool',
Expand Down

0 comments on commit f840d59

Please sign in to comment.