Skip to content

Commit

Permalink
Merge pull request #2780 from headlamp-k8s/choco-update-0.28.0
Browse files Browse the repository at this point in the history
chocolatey: Bump Headlamp version to 0.28.0
  • Loading branch information
joaquimrocha authored Jan 23, 2025
2 parents d673be1 + c5825c7 commit 5d78706
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.27.0</version>
<version>0.28.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.27.0'
$headlampVersion = '0.28.0'
$url = "https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = 'b94dec3f29b0024a694e140ec0a343e8143d147f352fde095eda4908e141035d'
$checksum = '2509f362301b7566df07bbe8ae0b892f1b7b43f22fae906a9512da1b833aeaa7'

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

0 comments on commit 5d78706

Please sign in to comment.