diff --git a/bin/_base/do_restart_k8s_resource.sh b/bin/_base/do_restart_k8s_resource.sh index 28b815e..159990e 100644 --- a/bin/_base/do_restart_k8s_resource.sh +++ b/bin/_base/do_restart_k8s_resource.sh @@ -24,7 +24,7 @@ print_usage() { echo "# Restart k8s resource by specified type and name (as keyword to search resource name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "======================================================================================" echo "" diff --git a/bin/_base/do_view_k8s_resource_logs.sh b/bin/_base/do_view_k8s_resource_logs.sh index 6e5af4a..4f59ac6 100644 --- a/bin/_base/do_view_k8s_resource_logs.sh +++ b/bin/_base/do_view_k8s_resource_logs.sh @@ -24,7 +24,7 @@ print_usage() { echo "# View logs of k8s resource by specified type and name (as keyword to search resource name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "============================================================================================" echo "" diff --git a/bin/describe_k8s_resource.sh b/bin/describe_k8s_resource.sh index 0d7cc3c..1605da1 100644 --- a/bin/describe_k8s_resource.sh +++ b/bin/describe_k8s_resource.sh @@ -24,7 +24,7 @@ print_usage() { echo "# Describe k8s resource by specified type and name (as keyword to search resource name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "========================================================================================" echo "" diff --git a/bin/dump_pod_logs_to_file.sh b/bin/dump_pod_logs_to_file.sh index aa0d934..f32ad57 100644 --- a/bin/dump_pod_logs_to_file.sh +++ b/bin/dump_pod_logs_to_file.sh @@ -23,7 +23,7 @@ print_usage() { echo "# Dump pod logs to file by specified name (as keyword to search pod name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "==========================================================================" echo "" diff --git a/bin/enter_into_k8s_pod.sh b/bin/enter_into_k8s_pod.sh index c4e251b..cf2197b 100644 --- a/bin/enter_into_k8s_pod.sh +++ b/bin/enter_into_k8s_pod.sh @@ -24,7 +24,7 @@ print_usage() { echo "# Enter k8s pod by specified name (as keyword to search pod name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "==================================================================" echo "" diff --git a/bin/execute_cmd_in_pod.sh b/bin/execute_cmd_in_pod.sh index 1e36440..65635e1 100644 --- a/bin/execute_cmd_in_pod.sh +++ b/bin/execute_cmd_in_pod.sh @@ -24,7 +24,7 @@ print_usage() { echo "# Execute command inside pod by specified name (as keyword to search pod name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "===============================================================================" echo "" diff --git a/bin/restart_k8s_daemonset.sh b/bin/restart_k8s_daemonset.sh index 03d8ab3..5db69d4 100644 --- a/bin/restart_k8s_daemonset.sh +++ b/bin/restart_k8s_daemonset.sh @@ -21,7 +21,7 @@ print_usage() { echo "# Restart k8s daemonset by specified name (as keyword to search daemonset name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "===============================================================================" echo "" diff --git a/bin/restart_k8s_deployment.sh b/bin/restart_k8s_deployment.sh index fbcc9b5..876cf4b 100644 --- a/bin/restart_k8s_deployment.sh +++ b/bin/restart_k8s_deployment.sh @@ -21,7 +21,7 @@ print_usage() { echo "# Restart k8s deployment by specified name (as keyword to search deployment name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "=================================================================================" echo "" diff --git a/bin/restart_k8s_statefulset.sh b/bin/restart_k8s_statefulset.sh index 6edf5e2..0b9bb0b 100644 --- a/bin/restart_k8s_statefulset.sh +++ b/bin/restart_k8s_statefulset.sh @@ -21,7 +21,7 @@ print_usage() { echo "# Restart k8s statefulset by specified name (as keyword to search statefulset name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "===================================================================================" echo "" diff --git a/bin/setup_kubectl_aliases.sh b/bin/setup_kubectl_aliases.sh index f917b67..70d82f3 100644 --- a/bin/setup_kubectl_aliases.sh +++ b/bin/setup_kubectl_aliases.sh @@ -21,7 +21,7 @@ print_usage() { echo "# Setup aliases for common kubectl commands" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "============================================" echo "" diff --git a/bin/view_deploy_logs.sh b/bin/view_deploy_logs.sh index be97fa1..fb0695d 100644 --- a/bin/view_deploy_logs.sh +++ b/bin/view_deploy_logs.sh @@ -21,7 +21,7 @@ print_usage() { echo "# View logs of deployment by specified name (as keyword to search deployment name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "===================================================================================" echo "" diff --git a/bin/view_pod_logs.sh b/bin/view_pod_logs.sh index 4de72d6..87ef3d8 100644 --- a/bin/view_pod_logs.sh +++ b/bin/view_pod_logs.sh @@ -21,7 +21,7 @@ print_usage() { echo "# View logs of pod by specified name (as keyword to search pod name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "=====================================================================" echo "" diff --git a/bin/view_svc_logs.sh b/bin/view_svc_logs.sh index 0120000..f4f5b63 100644 --- a/bin/view_svc_logs.sh +++ b/bin/view_svc_logs.sh @@ -21,7 +21,7 @@ print_usage() { echo "# View logs of svc by specified name (as keyword to search svc name)" echo "# " echo "# @author bianyun" - echo "# @version 1.0.0-SNAPSHOT" + echo "# @version 1.0.0" echo "# @date 2023/10/10" echo "=====================================================================" echo "" diff --git a/version b/version index f755149..3eefcb9 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.0-SNAPSHOT +1.0.0