Skip to content

Commit 6ffa845

Browse files
authored
Merge branch 'apolloconfig:master' into gsFeat
2 parents ca91230 + d1e31a7 commit 6ffa845

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

CHANGES.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
Apollo 2.3.0
5+
Apollo 2.4.0
66

77
------------------
8-
* [Fix circular references on LdapAutoConfiguration](https://github.com/apolloconfig/apollo/pull/5055)
9-
* [Add comment for clusters and UI display](https://github.com/apolloconfig/apollo/pull/5072)
10-
* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078)
11-
* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035)
12-
* [update the config item table column width](https://github.com/apolloconfig/apollo/pull/5131)
13-
* [sync apollo portal server config to apollo quick start server](https://github.com/apolloconfig/apollo/pull/5134)
14-
* [Fix the role permission deletion issue when appid contains '_'](https://github.com/apolloconfig/apollo/pull/5150)
15-
* [fix: -XX:HeapDumpPath doesn't ready when meet OOM](https://github.com/apolloconfig/apollo/pull/5157)
16-
* [Fix the error occurred when using configuration retention feature](https://github.com/apolloconfig/apollo/pull/5162)
8+
* [Update the server config link in system info page](https://github.com/apolloconfig/apollo/pull/5204)
179

1810
------------------
19-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1)
11+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/15?closed=1)

apollo-portal/src/main/resources/static/system_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3>{{'SystemInfo.Title' | translate }}
4343
</h3>
4444
<h6 ng-show="systemInfo.version">{{'SystemInfo.SystemVersion' | translate }}: {{systemInfo.version}}
4545
</h6>
46-
<h6 translate="SystemInfo.Tips1" translate-value-server-config-url="server_config.html"
46+
<h6 translate="SystemInfo.Tips1" translate-value-server-config-url="server_config_manage.html"
4747
translate-value-wiki-url="https://www.apolloconfig.com/#/zh/deployment/distributed-deployment-guide">
4848
</h6>
4949

changes/changes-2.3.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo 2.3.0
6+
7+
------------------
8+
* [Fix circular references on LdapAutoConfiguration](https://github.com/apolloconfig/apollo/pull/5055)
9+
* [Add comment for clusters and UI display](https://github.com/apolloconfig/apollo/pull/5072)
10+
* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078)
11+
* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035)
12+
* [update the config item table column width](https://github.com/apolloconfig/apollo/pull/5131)
13+
* [sync apollo portal server config to apollo quick start server](https://github.com/apolloconfig/apollo/pull/5134)
14+
* [Fix the role permission deletion issue when appid contains '_'](https://github.com/apolloconfig/apollo/pull/5150)
15+
* [fix: -XX:HeapDumpPath doesn't ready when meet OOM](https://github.com/apolloconfig/apollo/pull/5157)
16+
* [Fix the error occurred when using configuration retention feature](https://github.com/apolloconfig/apollo/pull/5162)
17+
18+
------------------
19+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</developers>
6161

6262
<properties>
63-
<revision>2.3.0</revision>
63+
<revision>2.4.0-SNAPSHOT</revision>
6464
<java.version>1.8</java.version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<apollo-java.version>2.2.0</apollo-java.version>

0 commit comments

Comments
 (0)