Skip to content

Commit

Permalink
Merge pull request #2192 from headlamp-k8s/winget-manifest-schema-upg…
Browse files Browse the repository at this point in the history
…rade

winget: Updates  manifest schema
  • Loading branch information
joaquimrocha authored Jul 29, 2024
2 parents 06314ee + be339c1 commit 1ca874d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
24 changes: 8 additions & 16 deletions app/windows/winget/templates/Headlamp.Headlamp.installer.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
PackageIdentifier: Headlamp.Headlamp
PackageVersion: __PACKAGE_VERSION__
InstallerLocale: en-US
InstallerType: nullsoft
Scope: user
InstallModes:
- interactive
- silent
ReleaseDate: __RELEASE_DATE__
Installers:
- Architecture: x64
InstallerLocale: en-US
InstallerType: exe
InstallerUrl: __INSTALLER_URL__
InstallerSha256: __INSTALLER_SHA256__
Scope: user
InstallModes:
- interactive
- silent
InstallerSwitches:
Silent: /S
SilentWithProgress: /S
AppsAndFeaturesEntries:
- DisplayName: Headlamp
DisplayVersion: __PACKAGE_VERSION__
Publisher: Headlamp
InstallerType: exe
ReleaseDate: __RELEASE_DATE__
ManifestType: installer
ManifestVersion: 1.5.0
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Tags:
- monitoring
- logging
- cncf
ReleaseNotesUrl: __RELEASE_NOTES_URL__
Documentations:
- DocumentLabel: headlamp documentation
DocumentUrl: https://headlamp.dev/docs/latest
ReleaseNotesUrl: __RELEASE_NOTES_URL__
ManifestType: defaultLocale
ManifestVersion: 1.5.0
ManifestVersion: 1.6.0
2 changes: 1 addition & 1 deletion app/windows/winget/templates/Headlamp.Headlamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PackageIdentifier: Headlamp.Headlamp
PackageVersion: __PACKAGE_VERSION__
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0
ManifestVersion: 1.6.0

0 comments on commit 1ca874d

Please sign in to comment.