Skip to content

Commit 20120b5

Browse files
committed
New version: Freelensapp.Freelens version 1.8.0
1 parent f769918 commit 20120b5

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
2+
#
3+
PackageIdentifier: Freelensapp.Freelens
4+
PackageVersion: 1.8.0
5+
InstallerLocale: en-US
6+
InstallerType: nullsoft
7+
InstallModes:
8+
- interactive
9+
- silent
10+
- silentWithProgress
11+
InstallerSwitches:
12+
Upgrade: --updated
13+
UpgradeBehavior: install
14+
Protocols:
15+
- freelens
16+
ReleaseDate: "2025-12-29"
17+
AppsAndFeaturesEntries:
18+
- DisplayName: Freelens 1.8.0
19+
Installers:
20+
- Architecture: x64
21+
Scope: machine
22+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.8.0/Freelens-1.8.0-windows-amd64.exe
23+
InstallerSha256: D6488A98E6C4763F48244A7F353780EF460E2FAE2762BCC0A4D0493C89D801AC
24+
InstallationMetadata:
25+
DefaultInstallLocation: '%ProgramFiles%\Freelens'
26+
InstallerSwitches:
27+
Custom: /allusers
28+
ElevationRequirement: elevationRequired
29+
- Architecture: x64
30+
Scope: user
31+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.8.0/Freelens-1.8.0-windows-amd64.exe
32+
InstallerSha256: D6488A98E6C4763F48244A7F353780EF460E2FAE2762BCC0A4D0493C89D801AC
33+
InstallationMetadata:
34+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
35+
InstallerSwitches:
36+
Custom: /currentuser
37+
- Architecture: arm64
38+
Scope: machine
39+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.8.0/Freelens-1.8.0-windows-arm64.exe
40+
InstallerSha256: E38E575AF062519250B7B8DEE54AEA61C42EA3981B5A15BF72A942A9CDBA82BA
41+
InstallationMetadata:
42+
DefaultInstallLocation: '%ProgramFiles(x86)%\Freelens'
43+
InstallerSwitches:
44+
Custom: /allusers
45+
ElevationRequirement: elevationRequired
46+
- Architecture: arm64
47+
Scope: user
48+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.8.0/Freelens-1.8.0-windows-arm64.exe
49+
InstallerSha256: E38E575AF062519250B7B8DEE54AEA61C42EA3981B5A15BF72A942A9CDBA82BA
50+
InstallationMetadata:
51+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
52+
InstallerSwitches:
53+
Custom: /currentuser
54+
ManifestType: installer
55+
ManifestVersion: 1.10.0
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
#
3+
PackageIdentifier: Freelensapp.Freelens
4+
PackageVersion: 1.8.0
5+
PackageLocale: en-US
6+
Publisher: Freelens Authors
7+
PublisherUrl: https://freelens.app/
8+
PublisherSupportUrl: https://github.com/freelensapp/freelens/issues
9+
PackageName: Freelens
10+
PackageUrl: https://github.com/freelensapp/freelens
11+
License: MIT
12+
LicenseUrl: https://github.com/freelensapp/freelens/blob/HEAD/LICENSE
13+
ShortDescription: FOSS IDE for Kubernetes
14+
Tags:
15+
- cloud-native
16+
- containers
17+
- devops
18+
- kubernetes
19+
- kubernetes-dashboard
20+
- kubernetes-ui
21+
ReleaseNotes: "## What's new\n\n* Menu items can be reordered. See #1248\n* Columns can be resized. See #1514\n* Correctly
22+
install helm chart with edited values. See #1510 \n* API: New API for multi-cluster operations in extensions. See #1430\n*
23+
Internals: explicit registration of DI components. See #1474\n* Electron v39.2.7 with Chromium 142.0.7444.235 and Node 22.21.1\n*
24+
Kubernetes 1.35.0\n* Helm 4.0.4"
25+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.8.0
26+
ManifestType: defaultLocale
27+
ManifestVersion: 1.10.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
2+
#
3+
PackageIdentifier: Freelensapp.Freelens
4+
PackageVersion: 1.8.0
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)