Skip to content

Commit

Permalink
chore: Release version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bianyun committed Oct 10, 2023
1 parent 5579883 commit 1401ac1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bin/_base/do_restart_k8s_resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/_base/do_view_k8s_resource_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/describe_k8s_resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/dump_pod_logs_to_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/enter_into_k8s_pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/execute_cmd_in_pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/restart_k8s_daemonset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/restart_k8s_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/restart_k8s_statefulset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/setup_kubectl_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/view_deploy_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/view_pod_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion bin/view_svc_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-SNAPSHOT
1.0.0

0 comments on commit 1401ac1

Please sign in to comment.