Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Oct 24, 2023
1 parent 8c86d3c commit 611a117
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

Eclipse Jifa is an open-source project that makes troubleshooting easy.

Latest Version: 0.2.0-SNAPSHOT

Please refer to [GitHub Pages](https://eclipse.github.io/jifa) for more information.

## Quick Start
Expand Down
2 changes: 0 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

Eclipse Jifa 是一个致力于提高问题排查效率的开源项目。

最新版本:0.2.0-SNAPSHOT

关于项目的更多信息请访问 [GitHub Pages](https://eclipse.github.io/jifa/zh/)

## 快速上手
Expand Down
4 changes: 2 additions & 2 deletions cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
serviceAccountName: jifa-service-account
containers:
- name: main-container
image: eclipsejifa/jifa:0.2.0-SNAPSHOT
image: eclipsejifa/jifa:latest
imagePullPolicy: Always
volumeMounts:
- name: jifa-pv
Expand All @@ -179,7 +179,7 @@ spec:
- --jifa.storage-pvc-name=jifa-pvc
- --jifa.storage-path=/jifa-storage
- --jifa.service-account-name=jifa-service-account
- --jifa.elastic-worker-image=eclipsejifa/jifa:0.2.0-SNAPSHOT
- --jifa.elastic-worker-image=eclipsejifa/jifa:latest
ports:
- name: jifa-port
containerPort: 8102
Expand Down
3 changes: 1 addition & 2 deletions jifa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

set -eu

#TAG="latest"
TAG=0.2.0-SNAPSHOT
TAG="latest"
PORT="8102"
MOUNTS=""
INPUT_FILES=""
Expand Down
4 changes: 2 additions & 2 deletions site/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
{text: 'Home', link: '/'},
{text: 'Guide', link: '/guide/what-is-eclipse-jifa'},
{
text: '0.2.0-SNAPSHOT',
text: '0.2.0',
items: [
{
text: 'Changelog',
Expand Down Expand Up @@ -107,7 +107,7 @@ export default defineConfig({
{text: '主页', link: '/zh/'},
{text: '指南', link: '/zh/guide/what-is-eclipse-jifa'},
{
text: '0.2.0-SNAPSHOT',
text: '0.2.0',
items: [
{
text: '更新日志',
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-SNAPSHOT
0.2.0

0 comments on commit 611a117

Please sign in to comment.