Skip to content

Commit

Permalink
app: Update winget templates to 1.6 schema version
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent T <vtaylor@microsoft.com>
  • Loading branch information
vyncent-t committed Jul 26, 2024
1 parent b24c119 commit be339c1
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 be339c1

Please sign in to comment.