You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/01/03 10:53:17 UTC

[inlong] branch branch-1.5 updated: [INLONG-7110][Release] Update changes log for the 1.5.0 version (#7125)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 0da9aafd6 [INLONG-7110][Release] Update changes log for the 1.5.0 version (#7125)
0da9aafd6 is described below

commit 0da9aafd67043f74e2c079965d87b6ecee46c7b2
Author: Charles Zhang <do...@apache.org>
AuthorDate: Tue Jan 3 18:53:12 2023 +0800

    [INLONG-7110][Release] Update changes log for the 1.5.0 version (#7125)
---
 .github/workflows/ci_chart_test.yml                  |  2 --
 conf/inlong.conf                                     |  2 +-
 docker/docker-compose/.env                           |  2 +-
 docker/kubernetes/README.md                          |  2 +-
 docker/kubernetes/values.yaml                        | 14 +++++++-------
 inlong-agent/agent-docker/README.md                  |  4 ++--
 inlong-audit/audit-docker/README.md                  |  4 ++--
 inlong-dataproxy/dataproxy-docker/README.md          |  4 ++--
 inlong-tubemq/tubemq-docker/tubemq-all/README.md     |  4 ++--
 inlong-tubemq/tubemq-docker/tubemq-manager/README.md |  4 ++--
 10 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/ci_chart_test.yml b/.github/workflows/ci_chart_test.yml
index 6a4fa7556..7ce9f52d2 100644
--- a/.github/workflows/ci_chart_test.yml
+++ b/.github/workflows/ci_chart_test.yml
@@ -47,8 +47,6 @@ jobs:
     strategy:
       matrix:
         kubernetes-version:
-          - 'kindest/node:v1.14.10'
-          - 'kindest/node:v1.18.20'
           - 'kindest/node:v1.21.10'
           - 'kindest/node:v1.23.4'
     steps:
diff --git a/conf/inlong.conf b/conf/inlong.conf
index 9b49a1fa0..bfbcfe4cf 100644
--- a/conf/inlong.conf
+++ b/conf/inlong.conf
@@ -35,7 +35,7 @@ tube_manager_url=127.0.0.1:8080
 
 ############## Dashboard Configuration ##############
 # dashboard docker image
-dashboard_docker_image=inlong/dashboard:latest
+dashboard_docker_image=inlong/dashboard:1.5.0
 # dashboard service port
 dashboard_mapping_port=80
 
diff --git a/docker/docker-compose/.env b/docker/docker-compose/.env
index dce60412c..dc1f192af 100644
--- a/docker/docker-compose/.env
+++ b/docker/docker-compose/.env
@@ -16,4 +16,4 @@
 #
 # you can choose the released version number, like 1.3.0
 # the latest tag corresponds to the master branch
-VERSION_TAG=latest
+VERSION_TAG=1.5.0
diff --git a/docker/kubernetes/README.md b/docker/kubernetes/README.md
index e877a370e..166619781 100644
--- a/docker/kubernetes/README.md
+++ b/docker/kubernetes/README.md
@@ -68,7 +68,7 @@ The configuration file is [values.yaml](values.yaml), and the following tables l
 |                                    `timezone`                                    | `Asia/Shanghai`  |                                                       World time and date for cities in all time zones                                                       |
 |                               `images.pullPolicy`                                |  `IfNotPresent`  |                                                 Image pull policy. One of `Always`, `Never`, `IfNotPresent`                                                  |
 |                         `images.<component>.repository`                          |                  |                                                          Docker image repository for the component                                                           |
-|                             `images.<component>.tag`                             |     `latest`     |                                                              Docker image tag for the component                                                              |
+|                             `images.<component>.tag`                             |     `1.5.0`      |                                                              Docker image tag for the component                                                              |
 |                             `<component>.component`                              |                  |                                                                        Component name                                                                        |
 |                              `<component>.replicas`                              |       `1`        |                                                Replicas is the desired number of replicas of a given Template                                                |
 |                        `<component>.podManagementPolicy`                         |  `OrderedReady`  |                PodManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down                 |
diff --git a/docker/kubernetes/values.yaml b/docker/kubernetes/values.yaml
index 2e13432fd..b9245dac9 100644
--- a/docker/kubernetes/values.yaml
+++ b/docker/kubernetes/values.yaml
@@ -31,25 +31,25 @@ components:
 images:
   agent:
     repository: inlong/agent
-    tag: latest
+    tag: 1.5.0
   dashboard:
     repository: inlong/dashboard
-    tag: latest
+    tag: 1.5.0
   dataproxy:
     repository: inlong/dataproxy
-    tag: latest
+    tag: 1.5.0
   tubemqManager:
     repository: inlong/tubemq-manager
-    tag: latest
+    tag: 1.5.0
   tubemqServer:
     repository: inlong/tubemq-all
-    tag: latest
+    tag: 1.5.0
   manager:
     repository: inlong/manager
-    tag: latest
+    tag: 1.5.0
   audit:
     repository: inlong/audit
-    tag: latest
+    tag: 1.5.0
   mysql:
     repository: mysql
     tag: 8.0.28
diff --git a/inlong-agent/agent-docker/README.md b/inlong-agent/agent-docker/README.md
index 5cf1d9d53..526c36b0e 100644
--- a/inlong-agent/agent-docker/README.md
+++ b/inlong-agent/agent-docker/README.md
@@ -1,9 +1,9 @@
-#### InLong Agent docker image
+#### Agent docker image
 InLong Agent is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/agent:latest
+docker pull inlong/agent:1.5.0
 ```
 
 ##### Start Container
diff --git a/inlong-audit/audit-docker/README.md b/inlong-audit/audit-docker/README.md
index 3bd9d8818..ec3d42e4c 100644
--- a/inlong-audit/audit-docker/README.md
+++ b/inlong-audit/audit-docker/README.md
@@ -1,9 +1,9 @@
-#### InLong Audit docker image
+#### Audit docker image
 InLong Audit is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/audit:latest
+docker pull inlong/audit:1.5.0
 ```
 
 ##### Start Container
diff --git a/inlong-dataproxy/dataproxy-docker/README.md b/inlong-dataproxy/dataproxy-docker/README.md
index 6ae82baec..6b0395411 100644
--- a/inlong-dataproxy/dataproxy-docker/README.md
+++ b/inlong-dataproxy/dataproxy-docker/README.md
@@ -1,9 +1,9 @@
-#### InLong DataProxy docker image
+#### DataProxy docker image
 InLong DataProxy is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/dataproxy:latest
+docker pull inlong/dataproxy:1.5.0
 ```
 
 ##### Start Container
diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/README.md b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
index 9d5e45911..867d5255d 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-all/README.md
+++ b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
@@ -1,9 +1,9 @@
-#### tubemq-all docker image
+#### TubeMQ-all docker image
 TubeMQ standalone is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/tubemq-all:latest
+docker pull inlong/tubemq-all:1.5.0
 ```
 
 ##### Start Standalone Container
diff --git a/inlong-tubemq/tubemq-docker/tubemq-manager/README.md b/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
index b693a9f95..2dc816ff4 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
+++ b/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
@@ -1,9 +1,9 @@
-#### tubemq-manager docker image
+#### TubeMQ-manager docker image
 TubeMQ manager is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/tubemq-manager:latest
+docker pull inlong/tubemq-manager:1.5.0
 ```
 
 ##### Start Container