Skip to content

Commit ec6c086

Browse files
New version: Freelensapp.Freelens version 1.5.3
1 parent ca54233 commit ec6c086

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.5.3
4+
InstallerLocale: en-US
5+
InstallerType: nullsoft
6+
InstallModes:
7+
- interactive
8+
- silent
9+
- silentWithProgress
10+
InstallerSwitches:
11+
Upgrade: --updated
12+
UpgradeBehavior: install
13+
Protocols:
14+
- freelens
15+
ReleaseDate: "2025-08-18"
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Freelens 1.5.3
18+
Installers:
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.5.3/Freelens-1.5.3-windows-amd64.exe
22+
InstallerSha256: 6DB3CA065B96D9372FD958338707C8BA95D51DBF2C2A87618C27F5A155326B35
23+
InstallationMetadata:
24+
DefaultInstallLocation: '%ProgramFiles%\Freelens'
25+
InstallerSwitches:
26+
Custom: /allusers
27+
ElevationRequirement: elevationRequired
28+
- Architecture: x64
29+
Scope: user
30+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.5.3/Freelens-1.5.3-windows-amd64.exe
31+
InstallerSha256: 6DB3CA065B96D9372FD958338707C8BA95D51DBF2C2A87618C27F5A155326B35
32+
InstallationMetadata:
33+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
34+
InstallerSwitches:
35+
Custom: /currentuser
36+
- Architecture: arm64
37+
Scope: machine
38+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.5.3/Freelens-1.5.3-windows-arm64.exe
39+
InstallerSha256: 9ECFA7A1884472DC9A597745C641E845B62B9D63A1D3F9B7950A604FF1AAB8E7
40+
InstallationMetadata:
41+
DefaultInstallLocation: '%ProgramFiles(x86)%\Freelens'
42+
InstallerSwitches:
43+
Custom: /allusers
44+
ElevationRequirement: elevationRequired
45+
- Architecture: arm64
46+
Scope: user
47+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.5.3/Freelens-1.5.3-windows-arm64.exe
48+
InstallerSha256: 9ECFA7A1884472DC9A597745C641E845B62B9D63A1D3F9B7950A604FF1AAB8E7
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
51+
InstallerSwitches:
52+
Custom: /currentuser
53+
ManifestType: installer
54+
ManifestVersion: 1.10.0
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.5.3
4+
PackageLocale: en-US
5+
Publisher: Freelens Authors
6+
PublisherUrl: https://freelens.app/
7+
PublisherSupportUrl: https://github.com/freelensapp/freelens/issues
8+
PackageName: Freelens
9+
PackageUrl: https://github.com/freelensapp/freelens
10+
License: MIT
11+
LicenseUrl: https://github.com/freelensapp/freelens/blob/HEAD/LICENSE
12+
ShortDescription: FOSS IDE for Kubernetes
13+
Tags:
14+
- cloud-native
15+
- containers
16+
- devops
17+
- kubernetes
18+
- kubernetes-dashboard
19+
- kubernetes-ui
20+
ReleaseNotes: |-
21+
The maintenance release with some improvements and bug fixes:
22+
23+
* The timestamps with duration are presented in Cronjob, Event, Job, and Pod details (#1066)
24+
* The timestamp is shown in the object details when the object is deleted (#1074)
25+
* Consistent presentation of Kubernetes object conditions (#1077)
26+
* All available resources are shown for the nodes (#1098)
27+
* Events are ordered (#1095)
28+
* CRDs views show short names list (#1088)
29+
* Application should not crash if pod metrics do not have information about containers (#1068, #1073)
30+
* API: DurationAbsoluteTimestamp is exported (#1066)
31+
* API: DrawerItem component has name optional (#1070)
32+
* Updated Electron 35.7.4 with Chrome 134.0.6998.205 and Node 22.16.0
33+
* Updated Helm 3.18.5
34+
* Updated kubectl 1.33.4
35+
* 39 dependencies updated in total
36+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.5.3
37+
ManifestType: defaultLocale
38+
ManifestVersion: 1.10.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.5.3
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)