Skip to content

Commit

Permalink
Merge pull request #160 from chaosblade-io/v1.0.4-delete-migration
Browse files Browse the repository at this point in the history
delete migration
  • Loading branch information
MandssS committed Jan 6, 2024
2 parents 897673d + 3bd544c commit 01f246c
Show file tree
Hide file tree
Showing 85 changed files with 163 additions and 1,696 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ WORKDIR /app
# && rm -rf helm-v3.5.3-linux-amd64.tar.gz


COPY ./chaosblade-box-starter/target/chaosblade-box-1.0.3.jar .
COPY ./chaosblade-box-starter/target/chaosblade-box-1.0.4.jar .

ENTRYPOINT ["java", "-Duser.timezone=Asia/Shanghai", "-jar", "chaosblade-box-1.0.3.jar"]
ENTRYPOINT ["java", "-Duser.timezone=Asia/Shanghai", "-jar", "chaosblade-box-1.0.4.jar"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build clean

export CHAOS_PLATFORM_VERSION=1.0.3
export CHAOS_PLATFORM_VERSION=1.0.4
SRC_ROOT=$(shell pwd)

# chaosblade-box-fe
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ansible --version
# install ansible, eg: Fedora || RedHat
yum install ansible -y
```
2. If don't have expect installed, you need install `expect`, put [sshKey.sh](https://github.com/chaosblade-io/chaosblade-box/blob/main/ssh/sshKey.sh) and chaosblade-box-1.0.3.jar in a directory
2. If don't have expect installed, you need install `expect`, put [sshKey.sh](https://github.com/chaosblade-io/chaosblade-box/blob/main/ssh/sshKey.sh) and chaosblade-box-1.0.4.jar in a directory
```bash
# Check if there is already installed
expect -v
Expand Down
4 changes: 2 additions & 2 deletions chaosblade-box-agent-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chaosblade-box</artifactId>
<groupId>io.chaosblade</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -59,4 +59,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions chaosblade-box-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chaosblade-box</artifactId>
<groupId>io.chaosblade</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -69,4 +69,4 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>

</project>
</project>
4 changes: 2 additions & 2 deletions chaosblade-box-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chaosblade-box</artifactId>
<groupId>io.chaosblade</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -169,4 +169,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

String description() default "";

String version() default "1.0.3";
String version() default "1.0.4";

ChaosAppType type() default ChaosAppType.CHAOS_APP;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions chaosblade-box-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chaosblade-box</artifactId>
<groupId>io.chaosblade</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,4 +68,4 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>

</project>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions chaosblade-box-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chaosblade-box</artifactId>
<groupId>io.chaosblade</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -127,4 +127,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

This file was deleted.

0 comments on commit 01f246c

Please sign in to comment.