Skip to content

Commit e79be25

Browse files
New version: Freelensapp.Freelens version 1.6.1
1 parent 086f065 commit e79be25

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-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.6.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-09-26"
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Freelens 1.6.1
18+
Installers:
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.6.1/Freelens-1.6.1-windows-amd64.exe
22+
InstallerSha256: AA6FE845AC19708B08E3EF12ECFC2B8BDF7F5C65D3E602735629BA222147DAFF
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.6.1/Freelens-1.6.1-windows-amd64.exe
31+
InstallerSha256: AA6FE845AC19708B08E3EF12ECFC2B8BDF7F5C65D3E602735629BA222147DAFF
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.6.1/Freelens-1.6.1-windows-arm64.exe
39+
InstallerSha256: 0B95B3B8338D8618A9E36C5B1C8A5D06DF7F60329777CC3DC80B5A02BCA39C9E
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.6.1/Freelens-1.6.1-windows-arm64.exe
48+
InstallerSha256: 0B95B3B8338D8618A9E36C5B1C8A5D06DF7F60329777CC3DC80B5A02BCA39C9E
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
51+
InstallerSwitches:
52+
Custom: /currentuser
53+
ManifestType: installer
54+
ManifestVersion: 1.10.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.6.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: "Bugfixing release that address the problem on Windows with opening the terminal.\n\n* Removed security patch
21+
that broke application on Windows (#1228, #1232)\n\n## Notes from v1.6.0:\n\nReady for Kubernetes v1.34. New improvements
22+
and bug fixes.\n\n* Views for (cluster) role bindings show more details and hyperlinks to (cluster) roles and service accounts.
23+
(#1125)\n* Added HTTPS support and custom prefix in Prometheus settings. (#1131)\n* Pods and other resources can be force
24+
deleted or force finalized. (#1147)\n* Pods and Deployments lists have some additional columns that are hidden by default.
25+
(#1136)\n * New column with pod IP address (hidden by default).\n * New (old) column with number of deployment replicas
26+
in `N/N` format (hidden by default).\n * Columns with node and QoS are now hidden by default.\n * More hyperlinks in the
27+
details.\n* Node list shows Ready/NotReady condition and has a column if the node is schedulable. (#1196, #1207)\n* CronJob
28+
and Job have a field \"Resumed\" rather than \"Suspend\". (#1141)\n* Items to the list of allowed namespaces or groups and
29+
roles to the bindings can be added from a single comma-separated string. (#1144) \n* Only the first load balancer and the
30+
rule of the ingress are shown in the list and more in the tooltip. (#1146, #1217)\n* Better compatibility with VictoriaMetrics.
31+
(#1111, #1202)\n* Paste action works for the search box in the editor, too. (#1216)\n* More assertions to prevent crashes.
32+
(#1145, #1201)\n* Fixed CVE-2025-7783, CVE-2025-54798, CVE-2025-5889 in dependencies. (#1209, #1210, #1211, #1213)\n* Updated
33+
Electron 35.7.5\n* Updated Helm 3.19.0\n* Updated kubectl 1.34.1\n* 55 other dependencies have been updated in total."
34+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.6.1
35+
ManifestType: defaultLocale
36+
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.6.1
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)