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 the obdiag development version to 3.1.0 #685

Merged
merged 23 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
366dccd
Rename Dockerfile to DockerFile
Teingi Dec 5, 2024
c566128
Merge branch 'oceanbase:master' into master
Teingi Dec 5, 2024
43409c0
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 9, 2024
1fefa30
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 12, 2024
e358d62
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 16, 2024
8e92f28
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 17, 2024
1c49acc
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 18, 2024
3dbe732
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 19, 2024
bd2afe9
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 19, 2024
891ac16
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 23, 2024
9820ed4
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 25, 2024
8b18baa
Merge branch 'master' of github.com:Teingi/obdiag
Teingi Dec 31, 2024
1bb8382
add storage_method.yaml
Teingi Jan 2, 2025
c1778d9
add storage_method.yaml
Teingi Jan 2, 2025
72a8260
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 2, 2025
c902e91
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 6, 2025
345eb23
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 7, 2025
b4414f9
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 14, 2025
fa32906
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 14, 2025
3bb9794
display function optimization
Teingi Jan 14, 2025
5e00e0f
display function optimization
Teingi Jan 14, 2025
840274c
Merge remote-tracking branch 'origin/master' into 3.1.0_0102
Teingi Jan 14, 2025
213e569
Update the obdiag development version to 3.1.0
Teingi Jan 14, 2025
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 build_update_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "Start packaging plugins"
cd plugins && tar -cvf data.tar *
a=$(sha256sum data.tar | awk '{print $1}')
echo "obdiag_version: \"3.0.0\"" > version.yaml
echo "obdiag_version: \"3.1.0\"" > version.yaml
echo "remote_tar_sha: \"$a\"" >> version.yaml
cp -rf version.yaml ../
cp -rf data.tar ../
Expand Down
2 changes: 1 addition & 1 deletion rpm/oceanbase-diagnostic-tool.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: oceanbase-diagnostic-tool
Version:3.0.0
Version:3.1.0
Release: %(echo $RELEASE)%{?dist}
Summary: oceanbase diagnostic tool program
Group: Development/Tools
Expand Down
Loading