Skip to content

Commit 8f53174

Browse files
New version: Freelensapp.Freelens version 1.4.0
1 parent 81dabc1 commit 8f53174

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-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.4.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-06-29"
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Freelens 1.4.0
18+
Installers:
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.4.0/Freelens-1.4.0-windows-amd64.exe
22+
InstallerSha256: 207277A7E24BD39999DA329CEDA8A97AA655F4D920303693C74FE6583D4E38ED
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.4.0/Freelens-1.4.0-windows-amd64.exe
31+
InstallerSha256: 207277A7E24BD39999DA329CEDA8A97AA655F4D920303693C74FE6583D4E38ED
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.4.0/Freelens-1.4.0-windows-arm64.exe
39+
InstallerSha256: 3B41330F5B258E139DD070BA75B6B30CEC1F6FBC1CE4054DC17995561B8A93DF
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.4.0/Freelens-1.4.0-windows-arm64.exe
48+
InstallerSha256: 3B41330F5B258E139DD070BA75B6B30CEC1F6FBC1CE4054DC17995561B8A93DF
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
51+
InstallerSwitches:
52+
Custom: /currentuser
53+
ManifestType: installer
54+
ManifestVersion: 1.10.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.4.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: "Minor improvements in UI. More components and other changes in the Extensions API.\n\n## What's Changed\n\n*
21+
New APIs are exported, then extensions can use ie, an event list with filtering for chosen resources. See #841, #858, #859\n*
22+
A New view for endpoint slices is added to the Network menu. See #846\n* React JSX runtime is exported in the API so extensions
23+
can use it instead of the plain `React.createElement`. See #902 \n* All views have tooltips for items that can be too long
24+
to present in the tables. See #882\n* Redesigned view for Jobs that presents all properties from Batch/v1 API. Jobs can
25+
be suspended/resumed. See #882\n* Schedules for CronJobs are presented in human-readable form. See #882 \n* Column with
26+
number of pods in Deployments and DaemonSets is split to separate columns.\n* Column with labels in Secrets list is removed.\n*
27+
IngressClass is not namespaced, and the link to parameters is clickable. See #894, #917\n* \"About Freelens\" checks if
28+
a newer version is available. See #898\n* HTTP proxy from the settings is used to download kubectl matching the cluster
29+
version. See #909\n* YAML editor handles `\"yes\"` and `\"no\"` strings correctly. See #881, #886\n* Events from all namespaces
30+
are shown in the cluster overview. See #856, #880\n* State files used by pnpm are moved to the application directory. See
31+
#920\n* Allow installing extensions on Windows arm64. See #924\n* Validate extensions before installing them. See #924\n*
32+
Project uses Biome 2.0 with organized imports. See #869, #874\n* Electron 35.6.0 with Chrome: 134.0.6998.205 and Node 22.15.1\n*
33+
Helm 3.18.3\n* kubectl 1.33.2\n* freelens-k8s-proxy 1.3.4 (Update kubernetes packages to v0.33.2)\n\n**Full Changelog**:
34+
https://github.com/freelensapp/freelens/compare/v1.3.2...v1.4.0\n\n**Discussion**: https://github.com/freelensapp/freelens/discussions/857"
35+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.4.0
36+
ManifestType: defaultLocale
37+
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.4.0
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)