Skip to content

Commit

Permalink
Merge pull request #2214 from headlamp-k8s/choco-bump-0.25.0
Browse files Browse the repository at this point in the history
chocolatey: Bump Headlamp version to 0.25.0
  • Loading branch information
illume authored Jul 30, 2024
2 parents 099d23f + 50d6b30 commit 5826b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/windows/chocolatey/headlamp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>headlamp</id>
<version>0.24.1</version>
<version>0.25.0</version>
<packageSourceUrl>https://github.com/headlamp-k8s/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl>
<title>Headlamp</title>
<authors>Kinvolk</authors>
Expand Down
4 changes: 2 additions & 2 deletions app/windows/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$headlampVersion = '0.24.1'
$headlampVersion = '0.25.0'
$url = "https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = 'b52d4cfacb991be848864c8fc9b0e388452be1ef003113ff48b25c292ca72fc1'
$checksum = 'aa02df8ca4bc311569460146365d0c8342d7e3e21d16a616aee3d607c700d6f3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 5826b79

Please sign in to comment.