Skip to content

Commit 6bba422

Browse files
authored
Upgrade sawmill to version 4.0.0. (#23326)
* Upgrade sawmill to version `4.0.0`. * Add info for breaking change in `UPGRADING.md`.
1 parent 9080fa7 commit 6bba422

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The `kafka-clients` library was updated to 4.x which removes support for Kafka
99
brokers with version 2.0 and earlier. That means all Graylog 7.0 Kafka inputs
1010
can only talk to Kafka brokers with version 2.1 or newer.
1111

12+
### Enterprise Theme Color Customization
13+
14+
The logic for generating color shades based on custom-defined color variants (error, informative, etc.)
15+
has been slightly adjusted. This change ensures that the exact color specified in the customization settings
16+
is now used as the primary color for elements like buttons and badges in the UI.
17+
1218
## Configuration File Changes
1319

1420
| Option | Action | Description |

graylog2-web-interface/packages/graylog-web-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"extends": "graylog"
3131
},
3232
"dependencies": {
33-
"@graylog/sawmill": "2.0.28",
33+
"@graylog/sawmill": "4.0.0",
3434
"@reduxjs/toolkit": "^2.5.1",
3535
"@tanstack/react-query": "5.83.0",
3636
"@types/jquery": "3.5.32",

graylog2-web-interface/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,10 +2035,10 @@
20352035
resolved "https://registry.yarnpkg.com/@graylog/prettier-config/-/prettier-config-1.0.3.tgz#4b0efe44b3e88ff9c956899cb367804da55227db"
20362036
integrity sha512-aEQIJd/2jR98uZ6TwN0lc4CmrhYuagXJRqWNUNFDclqhr2yu+TH6hn8J7mNl63V+S0DF0CIZYmu71z3Di1N77Q==
20372037

2038-
"@graylog/sawmill@2.0.28":
2039-
version "2.0.28"
2040-
resolved "https://registry.yarnpkg.com/@graylog/sawmill/-/sawmill-2.0.28.tgz#7b219154dcc49cb9d5c38b5b52d4b0a73fc3d152"
2041-
integrity sha512-CZKJhG+JzRZCK0P/ZLLg3NTMChiCcWvzGQl0rdXx6xbTYgrblqlUP0E6A2sjUmjzY9fTlCjp1lLNOkeHrFz4Vg==
2038+
"@graylog/sawmill@4.0.0":
2039+
version "4.0.0"
2040+
resolved "https://registry.yarnpkg.com/@graylog/sawmill/-/sawmill-4.0.0.tgz#f1ff3b0548c82a04b789a1297d717499f898654c"
2041+
integrity sha512-B+XOfbGN6CEbk26Jkzy7LkmYzSGpUBOhe4cGkxYjGuOsJAV7NtfSXe3MQMpsJqwi/DqLYzc0lTN+OQnkFE5yvA==
20422042
dependencies:
20432043
"@openfonts/dm-sans_latin" "^1.0.2"
20442044
"@openfonts/source-sans-pro_latin" "^1.44.2"
@@ -8870,7 +8870,7 @@ graphemer@^1.4.0:
88708870
"graylog-web-plugin@file:packages/graylog-web-plugin":
88718871
version "7.0.0-SNAPSHOT"
88728872
dependencies:
8873-
"@graylog/sawmill" "2.0.28"
8873+
"@graylog/sawmill" "4.0.0"
88748874
"@reduxjs/toolkit" "^2.5.1"
88758875
"@tanstack/react-query" "5.83.0"
88768876
"@types/jquery" "3.5.32"

0 commit comments

Comments
 (0)