Skip to content

Commit

Permalink
app: Bump Chocolatey to Headlamp 0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Rocha <[email protected]>
  • Loading branch information
joaquimrocha committed Dec 13, 2024
1 parent fe0ebab commit 7d26553
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.26.0</version>
<version>0.27.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.26.0'
$headlampVersion = '0.27.0'
$url = "https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = 'e6a61d0beb7680696a4b44ef503f0577586008c6fcdf1cd0a4880be30bfd73db'
$checksum = 'b94dec3f29b0024a694e140ec0a343e8143d147f352fde095eda4908e141035d'

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

0 comments on commit 7d26553

Please sign in to comment.