Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version number to v1.2.1 #931

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adapter-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>aggregator</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>aggregator</name>
Expand All @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<quartz.version>2.3.2</quartz.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<snakeyaml.version>2.0</snakeyaml.version>
Expand Down
4 changes: 2 additions & 2 deletions common-restclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>common-restclient</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>common-restclient</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
6 changes: 3 additions & 3 deletions docs/upgradeFrom1.1.2To1.2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Upgrade Guide From v1.1.2 To v1.2.0
## Upgrade Guide From v1.1.2 To v1.2.1

1. Download the installer "flowgate-v1.2.0-offline-installer.tar.gz" from **[official release](https://github.com/vmware/flowgate/releases)** pages and upload it to your flowgate server
2. Unzip the binary package
```shell
$ tar -zxvf flowgate-v1.2.0-offline-installer.tar.gz
$ tar -zxvf flowgate-v1.2.1-offline-installer.tar.gz
```
3. Stop your flowagte service
```shell
Expand All @@ -15,7 +15,7 @@
```
5. Run upgrade.sh
```shell
$ cd flowgate/script/1.2.0
$ cd flowgate/script/1.2.1
$ ./upgrade.sh
```
If everything works properly, you can get the below message:
Expand Down
4 changes: 2 additions & 2 deletions flowgate-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>flowgate-api</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>flowgate-api</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<asciidoctor-plugin.version>1.5.6</asciidoctor-plugin.version>
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
<vrops.version>1.6</vrops.version>
Expand Down
4 changes: 2 additions & 2 deletions flowgate-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vmware.flowgate</groupId>
<artifactId>flowgate-common</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>flowgate common data model</name>
<description>flowgate common data model</description>
<properties>
Expand All @@ -13,7 +13,7 @@
<java.version>11</java.version>
<jackson.version>2.12.7.1</jackson.version>
<couchbase.version>3.3.4</couchbase.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions infoblox-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>infoblox-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>infoblox-worker</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<junit5.vintage.version>5.9.3</junit5.vintage.version>
Expand Down
4 changes: 2 additions & 2 deletions labsdb-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>labsdb-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>labsdb-worker</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<snakeyaml.version>2.0</snakeyaml.version>
Expand Down
6 changes: 3 additions & 3 deletions make/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ saveDockerImages(){
mkdir flowgate
mkdir -p flowgate/docker-images-output
mkdir -p flowgate/maven-docker-build
mkdir -p flowgate/script/1.2.0
mkdir -p flowgate/script/1.2.1
cp flowgate_run.sh flowgate_init.sh conf.tar.gz flowgate
cp maven-docker-build/docker-compose.run.images.yml flowgate/maven-docker-build
cp docker-images-output/flowgate.tar flowgate/docker-images-output
chmod +x upgrade.sh
cp upgrade.sh flowgate/script/1.2.0
cp database/upgradeFrom1.1.2To1.2.sql flowgate/script/1.2.0
cp upgrade.sh flowgate/script/1.2.1
cp database/upgradeFrom1.1.2To1.2.sql flowgate/script/1.2.1
tar -cvzf $RELEASES_VERSION flowgate
rm flowgate -rf
}
Expand Down
4 changes: 2 additions & 2 deletions management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>management</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>management-portal</name>
Expand All @@ -22,7 +22,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<quartz.version>2.2.3</quartz.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<vrops.version>1.6</vrops.version>
<cloud.version>2021.0.8</cloud.version>
<jackson.version>2.10.0</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions nlyte-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>nlyte-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>nlyte-worker</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<junit5.vintage.version>5.9.3</junit5.vintage.version>
Expand Down
2 changes: 1 addition & 1 deletion openmanage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<jacoco.version>0.8.8</jacoco.version>
Expand Down
4 changes: 2 additions & 2 deletions poweriq-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>poweriq-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>poweriq-worker</name>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<junit5.vintage.version>5.9.3</junit5.vintage.version>
Expand Down
4 changes: 2 additions & 2 deletions vc-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>vc-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>vc-worker</name>
Expand All @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<vsphere.sdk.root>.</vsphere.sdk.root>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<commons-cli.version>1.3.1</commons-cli.version>
<commons-configuration.version>1.10</commons-configuration.version>
<jackson.version>2.10.0</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions vro-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>vro-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>vro-worker</name>
Expand All @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<vcops.version>1.6</vcops.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<jackson.version>2.10.0</jackson.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<guava.version>32.0.0-jre</guava.version>
Expand Down
4 changes: 2 additions & 2 deletions worker-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vmware.flowgate</groupId>
<artifactId>flowgate-worker</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>flowgate-worker</name>
Expand All @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<quartz.version>2.3.2</quartz.version>
<flowgate.version>1.2.0</flowgate.version>
<flowgate.version>1.2.1</flowgate.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
</properties>

Expand Down
Loading