Skip to content

Commit 21d4f95

Browse files
New version: Freelensapp.Freelens version 1.3.1
1 parent f9c882b commit 21d4f95

File tree

3 files changed

+104
-0
lines changed

3 files changed

+104
-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.3.1
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-05-28"
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Freelens 1.3.1
18+
Installers:
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.3.1/Freelens-1.3.1-windows-amd64.exe
22+
InstallerSha256: 3B33B31878BAA74126BA8FA3A1D9D5DE3F5F9077203B251ECBDFAA5369C1DFBE
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.3.1/Freelens-1.3.1-windows-amd64.exe
31+
InstallerSha256: 3B33B31878BAA74126BA8FA3A1D9D5DE3F5F9077203B251ECBDFAA5369C1DFBE
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.3.1/Freelens-1.3.1-windows-arm64.exe
39+
InstallerSha256: DD911E7F9EF13721D9AE83E4463708FA9BE52622A8759B41CD367802DE3801C6
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.3.1/Freelens-1.3.1-windows-arm64.exe
48+
InstallerSha256: DD911E7F9EF13721D9AE83E4463708FA9BE52622A8759B41CD367802DE3801C6
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
51+
InstallerSwitches:
52+
Custom: /currentuser
53+
ManifestType: installer
54+
ManifestVersion: 1.10.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.3.1
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+
## What's Changed
22+
* Added CPU and Memory usage metric column for pods view.
23+
* Confirmation of namespace deletion.
24+
* Correct tray icon on macOS.
25+
* No default Helm repository for new config.
26+
* Terminal is closed with delay of 15s even if command finished with success.
27+
* Editor sorts keys and skips managedFields.
28+
* Listen address can be set for port-forward command.
29+
* List of the Helm repos is refreshed from hub.helm.sh.
30+
* Shell name handling supports case-insensitivity and ".exe" suffix removal.
31+
* Icon property is optional in extensions.
32+
* Types for extensions are tweaked to avoid unnecessary casting to any.
33+
* Electron 35.4.0 with Chrome 134.0.6998.205 and Node 22.15.0.
34+
* kubectl v1.33.1.
35+
* helm v3.18.0.
36+
* freelens-k8s-proxy v1.3.2.
37+
* 56 dependencies updated in total.
38+
39+
**Full Changelog**: https://github.com/freelensapp/freelens/compare/v1.3.0...v1.3.1
40+
41+
**Discussion**: https://github.com/freelensapp/freelens/discussions/772
42+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.3.1
43+
ManifestType: defaultLocale
44+
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.3.1
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)