Pārlūkot izejas kodu

bump version to 2.0.0-RC1 (#4299)

Jason Song 3 gadi atpakaļ
vecāks
revīzija
ba9475937d

+ 14 - 0
changes/changes-1.9.2.md

@@ -0,0 +1,14 @@
+Changes by Version
+==================
+Release Notes.
+
+Apollo 1.9.2
+
+------------------
+* [Fix the issue that property placeholder doesn't work for dubbo reference beans](https://github.com/apolloconfig/apollo/pull/4161)
+* [Update xstream version to 1.4.18](https://github.com/apolloconfig/apollo/pull/4177)
+* [Fix the NPE occurred when using EnableApolloConfig with Spring 3.1.1](https://github.com/apolloconfig/apollo/pull/4179)
+* [Catch LinkageError for ClassLoaderUtil.isClassPresent in case class is present but is failed to load](https://github.com/apolloconfig/apollo/pull/4187)
+
+------------------
+All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/10?closed=1)

+ 1 - 1
pom.xml

@@ -60,7 +60,7 @@
 	</developers>
 
 	<properties>
-		<revision>2.0.0-SNAPSHOT</revision>
+		<revision>2.0.0-RC1</revision>
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<spring-boot.version>2.6.6</spring-boot.version>

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-dev/service-apollo-admin-server-dev.yaml

@@ -90,7 +90,7 @@ spec:
                 path: application-github.properties
 
       containers:
-        - image: apolloconfig/apollo-adminservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-dev/service-apollo-config-server-dev.yaml

@@ -108,7 +108,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-configservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-fat/service-apollo-admin-server-fat.yaml

@@ -90,7 +90,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-adminservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-fat/service-apollo-config-server-fat.yaml

@@ -108,7 +108,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-configservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-prod/service-apollo-admin-server-prod.yaml

@@ -90,7 +90,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-adminservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-prod/service-apollo-config-server-prod.yaml

@@ -108,7 +108,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-configservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-uat/service-apollo-admin-server-uat.yaml

@@ -90,7 +90,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-adminservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:2.0.0-RC1
           imagePullPolicy: IfNotPresent
           name: container-apollo-admin-server-uat
           ports:

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/apollo-env-uat/service-apollo-config-server-uat.yaml

@@ -108,7 +108,7 @@ spec:
                 path: application-github.properties
       
       containers:
-        - image: apolloconfig/apollo-configservice:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/apollo-on-kubernetes/kubernetes/service-apollo-portal-server.yaml

@@ -132,7 +132,7 @@ spec:
               - key: apollo-env.properties
                 path: apollo-env.properties
       containers:
-        - image: apolloconfig/apollo-portal:2.0.0-SNAPSHOT
+        - image: apolloconfig/apollo-portal:2.0.0-RC1
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent