Skip to content

Commit

Permalink
Change version number to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed May 24, 2023
1 parent 59ab56b commit 10f7bc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

# The full version, including alpha/beta/rc tags
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)
release = '4.4.2'
api_tag = 'v4.4.2'
release = '4.4.3'
api_tag = 'v4.4.3'
apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/'+api_tag+'/api/api/spec/spec.yaml'

# -- General configuration ------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Download and install the Wazuh module from Puppet Forge:
Notice: Downloading from https://forgeapi.puppet.com ...
Notice: Installing -- do not interrupt ...
/etc/puppetlabs/code/environments/production/modules
└─┬ wazuh-wazuh (v4.4.2)
└─┬ wazuh-wazuh (v4.4.3)
├── puppet-nodejs (v7.0.1)
├── puppet-selinux (v3.4.1)
├── puppetlabs-apt (v7.7.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ $agent_package_name
$agent_package_version
Define package version

`Default 4.4.2-1`
`Default 4.4.3-1`

`Type String`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ Misc Variables
$server_package_version
Modified client.pp and server.pp to accept package versions as a parameter.

`Default 4.4.2-1`
`Default 4.4.3-1`

`Type String`

Expand Down

0 comments on commit 10f7bc4

Please sign in to comment.