Skip to content

Commit 3450ee6

Browse files
authored
Mark ScalarDB 3.10 as no longer supported (#1327)
* Mark version 3.10 as out of support * Add version 3.10 * Change end-of-support notification from 3.10 to 3.11
1 parent eab8fbc commit 3450ee6

File tree

14 files changed

+52
-50
lines changed

14 files changed

+52
-50
lines changed

docs/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ This page describes Scalar's support policy for major and minor version releases
6464
<td><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
6565
</tr>
6666
<tr>
67-
<td><a href="https://scalardb.scalar-labs.com/docs/3.10/releases/release-notes#v3100">3.10</a></td>
68-
<td>2023-07-20</td>
69-
<td>2024-12-26</td>
70-
<td>2025-06-24</td>
71-
<td><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
67+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.10/releases/release-notes#v3100">3.10</a>**</td>
68+
<td class="version-out-of-support">2023-07-20</td>
69+
<td class="version-out-of-support">2024-12-26</td>
70+
<td class="version-out-of-support">2025-06-24</td>
71+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
7272
</tr>
7373
<tr>
7474
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.9/releases/release-notes#v390">3.9</a>**</td>

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ const config = {
105105
className: '3.11.6',
106106
},
107107
"3.10": {
108-
label: '3.10',
108+
label: '3.10 (unsupported)',
109109
path: '3.10',
110-
banner: 'none',
110+
banner: 'unmaintained',
111111
},
112112
"3.9": {
113113
label: '3.9 (unsupported)',

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
6868
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
6969
</tr>
7070
<tr>
71-
<td><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a></td>
72-
<td>2023-07-20</td>
73-
<td>2024-12-26</td>
74-
<td>2025-06-24</td>
75-
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
71+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a>**</td>
72+
<td class="version-out-of-support">2023-07-20</td>
73+
<td class="version-out-of-support">2024-12-26</td>
74+
<td class="version-out-of-support">2025-06-24</td>
75+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
7676
</tr>
7777
<tr>
7878
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.9/releases/release-notes#v390">3.9</a>**</td>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "3.10",
3+
"message": "3.10 (サポートされていない)",
44
"description": "The label for version 3.10"
55
}
66
}

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
5454
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
5555
</tr>
5656
<tr>
57-
<td><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a></td>
58-
<td>2023-07-20</td>
59-
<td>2024-12-26</td>
60-
<td>2025-06-24</td>
61-
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
57+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a>*</td>
58+
<td class="version-out-of-support">2023-07-20</td>
59+
<td class="version-out-of-support">2024-12-26</td>
60+
<td class="version-out-of-support">2025-06-24</td>
61+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
6262
</tr>
6363
<tr>
6464
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.9/releases/release-notes#v390">3.9</a>*</td>

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.14/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
6161
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
6262
</tr>
6363
<tr>
64-
<td><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a></td>
65-
<td>2023-07-20</td>
66-
<td>2024-12-26</td>
67-
<td>2025-06-24</td>
68-
<td><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
64+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.10/releases/release-notes#v3100">3.10</a>*</td>
65+
<td class="version-out-of-support">2023-07-20</td>
66+
<td class="version-out-of-support">2024-12-26</td>
67+
<td class="version-out-of-support">2025-06-24</td>
68+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">お問い合わせ</a></td>
6969
</tr>
7070
<tr>
7171
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/ja-jp/docs/3.9/releases/release-notes#v390">3.9</a>*</td>

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-pages/unsupported-versions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
99

1010
ScalarDB の次のバージョンはサポートされなくなりました。
1111

12+
- [ScalarDB 3.10](/docs/3.10/)
1213
- [ScalarDB 3.9](/docs/3.9/)
1314
- [ScalarDB 3.8](/docs/3.8/)
1415
- [ScalarDB 3.7](/docs/3.7/)

src/data/notifications.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const notificationsList = [
3636
},
3737
{
3838
message: {
39-
en: 'Support for ScalarDB 3.10 will end soon: Please consider upgrading for enhanced features and continued support',
40-
ja: 'ScalarDB 3.10 のサポートがまもなく終了します: 機能強化と継続的なサポートのため、アップグレードをご検討ください'
39+
en: 'Support for ScalarDB 3.11 will end soon: Please consider upgrading for enhanced features and continued support',
40+
ja: 'ScalarDB 3.11 のサポートがまもなく終了します: 機能強化と継続的なサポートのため、アップグレードをご検討ください'
4141
},
4242
url: {
4343
en: 'scalar-kubernetes/HowToUpgradeScalarDB?utm_source=docs-site&utm_medium=notifications',

src/pages/unsupported-versions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
The following versions of ScalarDB are no longer supported:
77

8+
- [ScalarDB 3.10](/docs/3.10/)
89
- [ScalarDB 3.9](/docs/3.9/)
910
- [ScalarDB 3.8](/docs/3.8/)
1011
- [ScalarDB 3.7](/docs/3.7/)

versioned_docs/version-3.10/releases/release-support-policy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This page describes Scalar's support policy for major and minor version releases
2828
</thead>
2929
<tbody>
3030
<tr>
31-
<td><a href="https://scalardb.scalar-labs.com/docs/3.10/releases/release-notes#v3100">3.10</a></td>
32-
<td>2023-07-20</td>
33-
<td>2024-12-26</td>
34-
<td>2025-06-24</td>
35-
<td><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
31+
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.10/releases/release-notes#v3100">3.10</a>*</td>
32+
<td class="version-out-of-support">2023-07-20</td>
33+
<td class="version-out-of-support">2024-12-26</td>
34+
<td class="version-out-of-support">2025-06-24</td>
35+
<td class="version-out-of-support"><a href="https://www.scalar-labs.com/contact">Contact us</a></td>
3636
</tr>
3737
<tr>
3838
<td class="version-out-of-support"><a href="https://scalardb.scalar-labs.com/docs/3.9/releases/release-notes#v390">3.9</a>*</td>

0 commit comments

Comments
 (0)