Skip to content

Commit

Permalink
prepare to new release, current_version = 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jun 1, 2022
1 parent 7444850 commit f8df951
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 46 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/clickhouse-grafana.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/sqldialects.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions dist/MANIFEST.txt

This file was deleted.

Binary file modified dist/altinity-clickhouse-plugin_darwin_amd64
Binary file not shown.
Binary file modified dist/altinity-clickhouse-plugin_darwin_arm64
Binary file not shown.
Binary file modified dist/altinity-clickhouse-plugin_linux_amd64
Binary file not shown.
Binary file modified dist/altinity-clickhouse-plugin_linux_arm64
Binary file not shown.
Binary file modified dist/altinity-clickhouse-plugin_windows_amd64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ $# -lt 1 ]]; then
exit 1
fi
if [[ $OSTYPE == *linux* ]]; then
echo 1 > /proc/sys/vm/drop_caches
echo 1 > /proc/sys/vm/drop_caches || true
fi
source .release_env
git config core.eol lf
Expand Down

0 comments on commit f8df951

Please sign in to comment.