Skip to content

Commit

Permalink
Merge branch 'master' into nuspec-suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlottostromstedt authored Jul 15, 2024
2 parents e7afae6 + 28743f8 commit dbbe3be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chocomilk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
ANSIBLE_HOST_KEY_CHECKING: "false"
ANSIBLE_DEPRECATION_WARNINGS: "false"
CHOCOLATEY_ITIGO_API_KEY: ${{ secrets.CHOCOLATEY_ITIGO_API_KEY }}
CHOCOLATEY_CHOCOWALL_API_KEY: ${{ secrets.CHOCOLATEY_CHOCOWALL_API_KEY }}
CHOCOLATEY_ORG_API_KEY: ${{ secrets.CHOCOLATEY_ORG_API_KEY }}
MATTERMOST_API_KEY: ${{ secrets.MATTERMOST_API_KEY }}
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .milk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ deploy:
- provider: chocolatey
repository: "https://push.chocolatey.org/"
key: "{{ lookup('env','CHOCOLATEY_ORG_API_KEY') }}"
- provider: chocolatey
repository: "https://nuget.itigo.tech/upload"
key: "{{ lookup('env','CHOCOLATEY_ITIGO_API_KEY') }}"
- provider: github
name: "OpenCircle-Choco-Bot"
email: "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions package/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$PackageParameters = Get-PackageParameters

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.3.10-1.msi'
$checksumPackage = 'b3bab03b396739cd300b45eb2fe996b9d560beacfb8f794a40d3d998f0462f273bfdc2ef8024b4212c2d2b60fdf1483928fe3e6fe71aed1340060074aebca19d'
$urlPackage = 'https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.0-1.msi'
$checksumPackage = '1482387e577825e1baa1fa4b06e5fb7bacb737320d69bb0af0225967436f43e838170cd72f49b6806564d25768a4c65cd3b6abe52cb77a0a1a8c8d3e4b9ec3ab'

Import-Module -Name "$($toolsDir)\helpers.ps1"

Expand Down
9 changes: 7 additions & 2 deletions package/wazuh-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wazuh-agent</id>
<version>4.8.0</version>
<title>Wazuh Agent</title>
<version>4.3.10</version>
<authors>Wazuh Inc.</authors>
<copyright>Wazuh Inc.</copyright>
<projectUrl>https://wazuh.com/</projectUrl>
<projectUrl>https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html</projectUrl>
<releaseNotes>https://documentation.wazuh.com/current/release-notes/index.html</releaseNotes>
<projectSourceUrl>https://github.com/wazuh/wazuh</projectSourceUrl>
<docsUrl>https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html</docsUrl>
Expand Down Expand Up @@ -52,6 +52,11 @@ Installation with parameters.
choco install wazuh-agent --params="'/Manager:192.168.1.5 /AgentName:Chocolatey'"
```
</description>
<summary>Wazuh Agent</summary>
<releaseNotes>https://documentation.wazuh.com/current/release-notes/index.html</releaseNotes>
<copyright>Wazuh Inc.</copyright>
<tags>Wazuh Agent</tags>
<packageSourceUrl>https://github.com/open-circle-ltd/chocolatey.wazuh-agent</packageSourceUrl>
</metadata>
<files>
<file src="tools/**" target="tools"/>
Expand Down

0 comments on commit dbbe3be

Please sign in to comment.