Skip to content

Commit a6ae11c

Browse files
New version: Freelensapp.Freelens version 1.6.2
1 parent 84da8bf commit a6ae11c

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-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.2
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-11-19"
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Freelens 1.6.2
18+
Installers:
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.6.2/Freelens-1.6.2-windows-amd64.exe
22+
InstallerSha256: 84F82FB1B9E88D9B1CD0951A6280CEFA73D1E475B85A6914687F1EE8B1833833
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.2/Freelens-1.6.2-windows-amd64.exe
31+
InstallerSha256: 84F82FB1B9E88D9B1CD0951A6280CEFA73D1E475B85A6914687F1EE8B1833833
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.2/Freelens-1.6.2-windows-arm64.exe
39+
InstallerSha256: D9818982073A529A8FFA35730C7025865996EE14C05254959F7FAA4CBD6B2D4E
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.2/Freelens-1.6.2-windows-arm64.exe
48+
InstallerSha256: D9818982073A529A8FFA35730C7025865996EE14C05254959F7FAA4CBD6B2D4E
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%LocalAppData%\Programs\Freelens'
51+
InstallerSwitches:
52+
Custom: /currentuser
53+
ManifestType: installer
54+
ManifestVersion: 1.10.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
PackageIdentifier: Freelensapp.Freelens
3+
PackageVersion: 1.6.2
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+
23+
* New column with direct access to logs of the main container. See #1301
24+
* Right-click open context menu on resources list view. See #1294, #1318
25+
* Persistent mode for search with the option to link views and namespaces. See #722, #1303, #1317, #1321
26+
* Option to auto-hide the toolbar. See #780, #1291
27+
* Option to hide systray icon. See #1307, #1369, #1371
28+
* Pods present value from resourceFieldref. See #1366
29+
* Cluster search and port forwards are available from the command palette. See #925, #1272, #1330
30+
* Less confusing indicator for restarted containers. See #1237, #1315
31+
* Annotations are not a part of the search field. See #1335
32+
* CRDs store refresh after changes. See #1250
33+
* New components LinkToStorageClass and LinkToConfigMap. See #1365
34+
* Turborepo is used for faster builds. See #1331
35+
* Licenses of used libraries and components are listed under the Help menu. See #1316
36+
* Kubernetes 1.34.2
37+
* Helm 3.19.2
38+
* freelens-k8s-proxy 1.4.1.
39+
40+
**Full Changelog**: https://github.com/freelensapp/freelens/compare/v1.6.1...v1.6.2
41+
ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v1.6.2
42+
ManifestType: defaultLocale
43+
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.2
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)