Ver código fonte

upgrade version to 1.9.0 (#3876)

张乐 3 anos atrás
pai
commit
7ede9d8553

+ 1 - 1
pom.xml

@@ -56,7 +56,7 @@
 	</issueManagement>
 
 	<properties>
-		<revision>1.9.0-SNAPSHOT</revision>
+		<revision>1.9.0</revision>
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<spring-boot.version>2.4.2</spring-boot.version>

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -121,4 +121,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -139,4 +139,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -121,4 +121,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -138,4 +138,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -121,4 +121,4 @@ spec:
             periodSeconds: 10
 
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -138,4 +138,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-adminservice:1.9.0
           imagePullPolicy: IfNotPresent
           name: container-apollo-admin-server-uat
           ports:
@@ -119,4 +119,4 @@ spec:
             periodSeconds: 10
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 2 - 2
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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-configservice:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent
@@ -138,4 +138,4 @@ spec:
             periodSeconds: 15
           
       dnsPolicy: ClusterFirst
-      restartPolicy: Always
+      restartPolicy: Always

+ 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:1.9.0-SNAPSHOT
+        - image: apolloconfig/apollo-portal:1.9.0
           securityContext:
             privileged: true
           imagePullPolicy: IfNotPresent

+ 1 - 1
scripts/helm/apollo-portal/Chart.yaml

@@ -18,7 +18,7 @@ name: apollo-portal
 description: A Helm chart for Apollo Portal
 type: application
 version: 0.3.0
-appVersion: 1.9.0-SNAPSHOT
+appVersion: 1.9.0
 home: https://github.com/ctripcorp/apollo
 icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
 maintainers:

+ 1 - 1
scripts/helm/apollo-service/Chart.yaml

@@ -18,7 +18,7 @@ name: apollo-service
 description: A Helm chart for Apollo Config Service and Apollo Admin Service
 type: application
 version: 0.3.0
-appVersion: 1.9.0-SNAPSHOT
+appVersion: 1.9.0
 home: https://github.com/ctripcorp/apollo
 icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
 maintainers: