Skip to content

Commit

Permalink
Updating release version for otel webserver module (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebajitDas authored Jul 27, 2022
1 parent cfbffa5 commit a8c67e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion instrumentation/otel-webserver-module/dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
${moduleVersion}${moduleRelease}-${headSHA1}
${moduleVersion}${moduleRelease}
16 changes: 5 additions & 11 deletions instrumentation/otel-webserver-module/dist/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#!/bin/sh
#
#
# Copyright 2014 AppDynamics.
# All rights reserved.
#
#
# Install script for AppDynamics WebServer agent
#
# Install script for WebServer Instrumentation

usage() {
cat << EOF
Usage: `basename $0`
Expand Down Expand Up @@ -71,7 +65,7 @@ fatal_error() {
log_error $1
cat >&2 <<EOF
AppDynamics WebServer Agent installation has failed. Please check $install_log for
Webserver Instrumentation installation has failed. Please check $install_log for
possible causes. Please also attach it when filing a bug report.
EOF

Expand Down Expand Up @@ -113,7 +107,7 @@ datestamp=`date +%Y_%m_%d_%H_%M_%S 2>/dev/null`
install_log=/tmp/appd_install_${datestamp}.log
rm -f $install_log > /dev/null 2>&1
cat > $install_log <<EOF
AppDynamics WebServer agent installation log
Webserver Instrumentation installation log
Version: ${agentVersionId}
Date: `date 2>/dev/null`
Expand All @@ -127,7 +121,7 @@ Environment:
################################################################################
EOF

echo "Install script for AppDynamics WebServer Agent ${agentVersionId}"
echo "Install script for WebServer Instrumentation ${agentVersionId}"

# Check for SELinux
getenforce=`which getenforce 2>/dev/null`
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/otel-webserver-module/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server-module-version=1.0.0-rc1
server-module-version=1.0.0
release=GA

0 comments on commit a8c67e2

Please sign in to comment.