Skip to content

Commit

Permalink
chore: version.txt -> v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Feb 24, 2025
1 parent 1ac6933 commit acf4767
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$WAZUH_MANAGER = if ($env:WAZUH_MANAGER) { $env:WAZUH_MANAGER } else { "manager.wazuh.adorsys.team" }
$WAZUH_AGENT_VERSION = if ($env:WAZUH_AGENT_VERSION) { $env:WAZUH_AGENT_VERSION } else { "4.10.1-1" }
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.2.0" }
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.3.0" }


# Global variables
Expand Down Expand Up @@ -142,7 +142,7 @@ function Create-Upgrade-Script {
# Upgrade script for Wazuh Agent
# This script downloads and updates the Wazuh agent
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.2.0" }
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.3.0" }
function Log {
param (
Expand Down
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
LOG_LEVEL=${LOG_LEVEL:-INFO}
WAZUH_MANAGER=${WAZUH_MANAGER:-'manager.wazuh.adorsys.team'}
WAZUH_AGENT_VERSION=${WAZUH_AGENT_VERSION:-'4.9.2-1'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.2.0'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.3.0'}

# Define text formatting
RED='\033[0;31m'
Expand Down Expand Up @@ -356,7 +356,7 @@ fi
# Default log level and application details
LOG_LEVEL=${LOG_LEVEL:-'INFO'}
WAZUH_MANAGER=${WAZUH_MANAGER:-'manager.wazuh.adorsys.team'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.2.0'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.3.0'}
# Define the log file path
if [ "$(uname)" = "Darwin" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-agent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOG_LEVEL = if ($env:LOG_LEVEL) { $env:LOG_LEVEL } else { "INFO" }
$APP_NAME = if ($env:APP_NAME) { $env:APP_NAME } else { "wazuh-cert-oauth2-client" }
$WAZUH_MANAGER = if ($env:WAZUH_MANAGER) { $env:WAZUH_MANAGER } else { "manager.wazuh.adorsys.team" }
$WAZUH_AGENT_VERSION = if ($env:WAZUH_AGENT_VERSION) { $env:WAZUH_AGENT_VERSION } else { "4.10.1-1" }
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.2.0" }
$WAZUH_AGENT_TAG = if ($env:WAZUH_AGENT_TAG) { $env:WAZUH_AGENT_TAG } else { "1.3.0" }
$OSSEC_PATH = "C:\Program Files (x86)\ossec-agent\"
$OSSEC_CONF_PATH = Join-Path -Path $OSSEC_PATH -ChildPath "ossec.conf"
$RepoUrl = "https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GROUP=${GROUP:-"wazuh"}

WAZUH_MANAGER=${WAZUH_MANAGER:-'manager.wazuh.adorsys.team'}
WAZUH_AGENT_VERSION=${WAZUH_AGENT_VERSION:-'4.10.1-1'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.2.0'}
WAZUH_AGENT_TAG=${WAZUH_AGENT_TAG:-'1.3.0'}
WAZUH_AGENT_STATUS_VERSION=${WAZUH_AGENT_STATUS_VERSION:-'0.3.0'}
WAZUH_AGENT_NAME=${WAZUH_AGENT_NAME:-test-agent-name}

Expand Down

0 comments on commit acf4767

Please sign in to comment.