Skip to content

Commit 5a96e30

Browse files
authored
Merge pull request #2035 from RedisInsight/release/2.24.0
Release/2.24.0 to main
2 parents fe2ae9b + a0a881f commit 5a96e30

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ aliases:
9191
- mods-preview # OSS Standalone and all preview modules
9292
- oss-st-6-tls # OSS Standalone v6 with TLS enabled
9393
- oss-st-6-tls-auth # OSS Standalone v6 with TLS auth required
94-
- oss-st-6-tls-auth-ssh # OSS Standalone v6 with TLS auth required through ssh
94+
# - oss-st-6-tls-auth-ssh # OSS Standalone v6 with TLS auth required through ssh
9595
- oss-clu # OSS Cluster
9696
- oss-clu-tls # OSS Cluster with TLS enabled
9797
- oss-sent # OSS Sentinel
@@ -565,7 +565,8 @@ jobs:
565565
- release/redisstack
566566
macosx:
567567
macos:
568-
xcode: 14.2.0
568+
xcode: 14.3.0
569+
resource_class: macos.x86.medium.gen2
569570
parameters:
570571
env:
571572
description: Build environment (stage || prod)

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "distribution",
3434
"hardenedRuntime": true,
3535
"darkModeSupport": true,
36-
"bundleVersion": "3",
36+
"bundleVersion": "9",
3737
"icon": "resources/icon.icns",
3838
"artifactName": "${productName}-${os}-${arch}.${ext}",
3939
"entitlements": "resources/entitlements.mac.plist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"cross-env": "^7.0.2",
155155
"css-loader": "^5.0.1",
156156
"css-minimizer-webpack-plugin": "^1.2.0",
157-
"electron": "^19.0.7",
157+
"electron": "19.0.7",
158158
"electron-builder": "^23.6.0",
159159
"electron-builder-notarize": "^1.5.1",
160160
"electron-debug": "^3.2.0",

redisinsight/about-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ICON_PATH = app.isPackaged
88
export default {
99
applicationName: 'RedisInsight-v2',
1010
applicationVersion:
11-
`${app.getVersion() || '2.22.1'}${process.env.NODE_ENV !== 'production' ? `-dev-${process.getCreationTime()}` : ''}`,
11+
`${app.getVersion() || '2.24.0'}${process.env.NODE_ENV !== 'production' ? `-dev-${process.getCreationTime()}` : ''}`,
1212
copyright: `Copyright © ${new Date().getFullYear()} Redis Ltd.`,
1313
iconPath: ICON_PATH,
1414
};

redisinsight/api/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
tlsKey: process.env.SERVER_TLS_KEY,
5858
staticContent: !!process.env.SERVER_STATIC_CONTENT || false,
5959
buildType: process.env.BUILD_TYPE || 'ELECTRON',
60-
appVersion: process.env.APP_VERSION || '2.22.0',
60+
appVersion: process.env.APP_VERSION || '2.24.0',
6161
requestTimeout: parseInt(process.env.REQUEST_TIMEOUT, 10) || 25000,
6262
excludeRoutes: [],
6363
excludeAuthRoutes: [],

redisinsight/api/config/swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const SWAGGER_CONFIG: Omit<OpenAPIObject, 'paths'> = {
55
info: {
66
title: 'RedisInsight Backend API',
77
description: 'RedisInsight Backend API',
8-
version: '2.22.1',
8+
version: '2.24.0',
99
},
1010
tags: [],
1111
};

redisinsight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "redisinsight",
33
"productName": "RedisInsight",
44
"private": true,
5-
"version": "2.22.1",
5+
"version": "2.24.0",
66
"description": "RedisInsight",
77
"main": "./main.prod.js",
88
"author": {
80 Bytes
Binary file not shown.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6762,10 +6762,10 @@ electron-updater@^5.0.5:
67626762
semver "^7.3.5"
67636763
typed-emitter "^2.1.0"
67646764

6765-
electron@^19.0.7:
6766-
version "19.1.9"
6767-
resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.9.tgz#01995eea4014f7cdb2f616f5f3492d4ed6f5e4f0"
6768-
integrity sha512-XT5LkTzIHB+ZtD3dTmNnKjVBWrDWReCKt9G1uAFLz6uJMEVcIUiYO+fph5pLXETiBw/QZBx8egduMEfIccLx+g==
6765+
6766+
version "19.0.7"
6767+
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.7.tgz#c7a7841646adc6457de70b93661cc400bfdf9d38"
6768+
integrity sha512-Wyg+oGkY8cWYmm8tVka6CZmhJxnyUx+Us2ALyWiY4w73+dO9XUNB/c7vQNIm1Uk/DLMn9vFzgvcS9YtOOMqpbg==
67696769
dependencies:
67706770
"@electron/get" "^1.14.1"
67716771
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)