Skip to content

Commit ab63be3

Browse files
New version: Freelensapp.Freelens version 1.6.0
1 parent a522f9c commit ab63be3

File tree

3 files changed

+95
-0
lines changed

3 files changed

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

0 commit comments

Comments
 (0)