Skip to content

Commit

Permalink
v2.4.2.1 (#803)
Browse files Browse the repository at this point in the history
* v2.4.2.1

* remove v2.4.2.1 history

* v2.4.2.1 history

* v2.4.2.1 history

* update md5
  • Loading branch information
shiyiyue1102 authored Sep 25, 2024
1 parent faf1a50 commit d597808
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/home/EarthBackground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { stargazers_count=0, forks_count=0 }:StarAndForkT = await sendFetch("http
<div>
<a
class="mr-2.5 text-xs text-gray-07 no-underline"
href="https://github.com/alibaba/nacos/releases/tag/2.4.2"
href="https://github.com/alibaba/nacos/releases/tag/2.4.2.1"
target="_blank"
>
{t("home.introduce.nacos.release.note.1")}
Expand Down
4 changes: 2 additions & 2 deletions src/content/download/en/nacos-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 0
---
# Nacos Server Download
:::tip
Nacos Server **2.4.2** has been officially released. It fixes some issues from version `2.4.1`.
Nacos Server **2.4.2.1** has been officially released. It fixes some issues from version `2.4.2`.

Feel free to [download and try it out](#stable-versions).
:::
Expand All @@ -23,7 +23,7 @@ The following are the minimum system requirements for deploying Nacos Server. If
### 2.x
| Version | Binary Package Download | Docker Image | MD5 | Release Notes | Reference Documentation |
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- | ------------------------------------------------ | ------------------------------------------------ |
| 2.4.2 | [2.4.2.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.zip) | [nacos/nacos-server\:v2.4.2](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2) | b78d6b0c38eb98ac83c7e4c4d4cc8cd3 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.4.2) | [Quick Start](/docs/latest/quickstart/quick-start/) |
| 2.4.2.1 | [2.4.2.1.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.1.zip) | [nacos/nacos-server\:v2.4.2.1](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2.1) | 95c6eb7dd525c6aa573c317561847386 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.4.2.1) | [Quick Start](/docs/latest/quickstart/quick-start/) |

### 1.x
Support for Nacos 1.x has stopped, please upgrade to version 2.x as soon as possible.
Expand Down
4 changes: 2 additions & 2 deletions src/content/download/zh-cn/nacos-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ order: 0

:::tip

Nacos Server **2.4.2** 已正式发布。修复一些`2.4.1`版本中的问题,欢迎试用。
Nacos Server **2.4.2.1** 已正式发布。修复一些`2.4.2`版本中的问题,欢迎试用。

欢迎[下载和试用](#稳定版本)

Expand Down Expand Up @@ -36,7 +36,7 @@ Nacos Server **2.4.2** 已正式发布。修复一些`2.4.1`版本中的问题
### 2.x
| 版本 | 二进制包下载 | Docker 镜像 | MD5 | 发布说明 | 参考文档 |
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- | ------------------------------------------------ | ------------------------------------------------ |
| 2.4.2 | [2.4.2.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.zip) | [nacos/nacos-server\:v2.4.2](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2) | b78d6b0c38eb98ac83c7e4c4d4cc8cd3 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.4.2) | [快速开始](/docs/latest/quickstart/quick-start/) |
| 2.4.2.1 | [2.4.2.1.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.1.zip) | [nacos/nacos-server\:v2.4.2.1](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2.1) | 95c6eb7dd525c6aa573c317561847386 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.4.2.1) | [快速开始](/docs/latest/quickstart/quick-start/) |

### 1.x

Expand Down
6 changes: 3 additions & 3 deletions src/i18n/en/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ export default {
'home.introduce.title': 'An easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications',
'home.introduce.nacos.code': 'VIEW ON GITHUB',
'home.introduce.nacos.manual': 'MANUAL',
'home.introduce.nacos.notes': 'Released on Sep 5th, 2024',
'home.introduce.nacos.release.note.1': 'Release Note of V2.4.2',
'home.introduce.nacos.release.note.1.mobile': 'V2.4.2',
'home.introduce.nacos.notes': 'Released on Sep 20th, 2024',
'home.introduce.nacos.release.note.1': 'Release Note of V2.4.2.1',
'home.introduce.nacos.release.note.1.mobile': 'V2.4.2.1',
'home.introduce.nacos.release.note.2': 'Release Note of V1.4.8',
'home.introduce.nacos.release.note.2.mobile': 'V1.4.8',
'home.introduce.nacos.define': 'Nacos /nɑ:kəʊs/, acronym for Naming and Configuration Service, is a dynamic service discovery, configuration management, and service management platform that makes it easier to build cloud-native applications.',
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/zh-cn/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export default {
'home.introduce.title': ' 一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台',
'home.introduce.nacos.code': '前往 GitHub',
'home.introduce.nacos.manual': '手册',
'home.introduce.nacos.notes': '发布于2024年9月5日',
'home.introduce.nacos.release.note.1': 'V2.4.2 的版本说明',
'home.introduce.nacos.release.note.1.mobile': 'V2.4.2',
'home.introduce.nacos.notes': '发布于2024年9月20日',
'home.introduce.nacos.release.note.1': 'V2.4.2.1 的版本说明',
'home.introduce.nacos.release.note.1.mobile': 'V2.4.2.1',
'home.introduce.nacos.release.note.2': 'V1.4.8 的版本说明',
'home.introduce.nacos.release.note.2.mobile': 'V1.4.8',
'home.introduce.nacos.define': 'Nacos /nɑ:kəʊs/ 是 Naming and Configuration Service 的首字母缩写,是一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台。',
Expand Down

0 comments on commit d597808

Please sign in to comment.