Skip to content

Update dependency @freelensapp/extensions to ^1.10.3 - #90

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/freelensapp-extensions-1.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/freelensapp-extensions-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@freelensapp/extensions (source) ^1.1.0^1.10.3 age confidence

Release Notes

freelensapp/freelens (@​freelensapp/extensions)

v1.10.3

Compare Source

This is a patch release that adds support for admission policy resources and new Nodes list columns, respects the default-container annotation, and fixes node and pod metrics, cluster loading, cluster events, pod logs, and kubectl binary handling.

What's new:
New Features
  • Added support for the ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding resources. See #​2089, #​1688
Bug Fixes
  • Clusters no longer get stuck on the loading screen when the CRD store subscription fires before the cluster proxy is ready. See #​2093, #​1617
  • Node CPU usage in the Nodes list view is now formatted in cores instead of being rendered as 0.0Ki. See #​2084, #​1883
  • The "Show previous terminated container" log option is no longer persisted as a global default, so new pod log tabs no longer start with it enabled. See #​2096, #​2095
  • The bundled kubectl binary is no longer removed when its self-check hits a transient EBUSY error (e.g. when the file is briefly locked on Windows). See #​2063
  • The default kubectl download mirror is now used as a fallback when the custom mirror preference is left empty. See #​2064
  • Prometheus metrics queries no longer fail when kube_pod_info exposes duplicate series that differ only by a flapping pod_ip / host_ip label. See #​2086
Improvements
  • The Kubernetes API proxy now supports SOCKS5 proxies for upgrade requests (used by exec, attach, and port-forward), so these features work behind a SOCKS5 proxy. See #​2092
  • Freelens now respects the kubectl.kubernetes.io/default-container annotation: the Attach, Pod Shell, and Pod Logs actions target the annotated container instead of always using the first one, falling back to the first container when the annotation is missing or invalid. See #​2098, #​1557
  • The Nodes list view gained pods, instance type, node group, and capacity columns (hidden by default, sortable and searchable) plus a resource requests overlay, which are especially useful on managed-cloud clusters. See #​2097, #​1940
  • Node memory usage now shows N/A instead of NaN when metrics-server data is missing. See #​2084
  • Pod logs now use a light background in the Light theme instead of always rendering dark. See #​2019
  • Cluster sidebar pages that were previously unreachable from the command palette can now be found there. See #​2090, #​1782
  • Events from the newer events.k8s.io/v1 API now show their source and repeat count. See #​2074
  • Kubeconfigs stored on a WSL 9p share are now watched via polling, so newly added clusters appear without restarting Freelens. See #​2083
  • Prometheus/Thanos query errors are now logged with the actual server error to make failing queries easier to diagnose. See #​2085
  • The bundled binaries directory is now added to PATH in PowerShell and fish terminals, matching the behavior of other shells. See #​2062
Updates
  • 17 dependencies have been updated in total.
  • Uses Electron v41.10.0 with Chromium 146.0.7680.216 and Node v24.18.0
  • Has bundled kubectl v1.36.2 and Helm v4.2.2

v1.10.2

Compare Source

This is a patch release containing signed binaries for Windows that should bypass false positive alerts from antivirus programs.

What's new:

Bug Fixes
  • Fixed extension installs failing when the user-data directory did not contain a package.json. See #​2016
  • Fixed the pod context menu staying open after clicking a sub-menu item. See #​2054
Improvements
  • Windows binaries are now signed, which should prevent false-positive alerts from antivirus programs.
  • node-pty now ships as a prebuilt binary to avoid antivirus false positives in conpty_console_list.node (Win64.Trojan.Ulise). See #​2023, #​2018
  • The Helm binary path and the Helm server-side apply preference are now persisted. See #​2046
Updates
  • 20 dependencies have been updated in total.
  • Uses Electron v41.9.0 with Chromium 146.0.7680.216 and Node v24.17.0
  • Has bundled kubectl v1.36.2 and Helm v4.2.2

v1.10.1

Compare Source

What's new:

This is a patch release with fixes and updates for v1.10.0 that couldn't be released as Flatpak because of the issue with the app.asar archive.

Bug Fixes
  • Fixed empty lines accumulating below word-wrapped log blocks in the log viewer. See #​2006
  • Synchronous spawn errors from external binaries (e.g. kubectl, helm) are now reported as failures instead of crashing the app. See #​2001
Improvements
  • Reduced packaged app size by excluding cross-platform native binaries at pack time instead of pruning app.asar. See #​2000
  • Release artifacts now include a Software Bill of Materials (SBOM). See #​2005
Updates
  • 5 dependencies have been updated in total, including 3 security updates.
  • Uses Electron v41.7.2 with Chromium 146.0.7680.216 and Node v24.15.0
  • Has bundled kubectl v1.36.2 and Helm v4.2.2

v1.10.0

Compare Source

What's new:

New Features
  • Time range selector for metrics charts — choose from predefined windows (1 h, 3 h, 24 h, 7 d…) or enter a custom start/end time. See #​1475, #​1962
  • Custom download mirror URL for kubectl in Preferences → Kubernetes → Kubectl, useful for air-gapped environments. See #​1825
  • Pod details now show the scheduler name (e.g. default-scheduler). See #​1942
  • Node details now show the cloud provider ID (e.g. aws:///us-east-1a/i-...). See #​1926
Bug Fixes
  • Fixed pod status: successfully completed pods and Job pods no longer show a warning icon. See #​1913
  • Fixed UI freezes on clusters with large numbers of pods. See #​1956
  • Fixed a crash on clusters with many CRDs installed (Istio, Kyverno, Flux, KEDA, etc.). See #​1876
  • Fixed "Bad Request" errors when installing Helm charts. See #​1897
  • Fixed Option-key character combinations in the integrated terminal on macOS with non-US keyboard layouts (|, {, }, etc.). See #​1965
  • OCI image volumes are now displayed in pod details instead of showing "Unknown pod volume kind". See #​1924
  • IPv6:Port endpoints are now correctly formatted in the Endpoints listing. See #​1838
  • Fixed kubectl exec / port-forward / attach when proxying through a bastion (Warpgate, Teleport). See freelensapp/freelens-k8s-proxy#150
Extensions API
  • Expose navigateToPreferences on renderer extension API. See #​1983
Improvements
  • Kubeconfig entries added or removed in Preferences now take effect immediately without restarting the app. See #​1951
  • Log viewer preferences (timestamps, word wrap, show previous container logs) are now persisted globally. See #​1904
  • Linked search preference is now remembered across restarts. See #​1872
  • Welcome page is now the first item in the default hotbar on a fresh install. See #​1950
  • App binaries are now built natively on Ubuntu 24.04, macOS 15, and Windows 11, eliminating spurious "Intel Mac" warnings for Apple Silicon users. See #​1868, #​1949
  • Reduced download size: the macOS DMG is now about 50 MB smaller. See #​1966
Updates
  • Upgraded to Electron v41 with Node.js v24 (previously Node v22). See #​1833
  • 28 dependencies have been updated in total, including 5 security updates.
  • Uses Electron v41.7.2 with Chromium 146.0.7680.216 and Node v24.15.0
  • Has bundled kubectl v1.36.2 and Helm v4.2.1

v1.9.0

Compare Source

What's new:

  • Pods can be resized by patching their resources or container resources. See #​1805, #​1840
  • Logs can be wrapped for better readability. See #​1674
  • When pressing Ctrl+F/Cmd+F in the pod logs view, the search input is now prefilled with the currently selected text. See #​1672
  • Fixed search input when too fast typing caused dropping characters while typing. See #​1646, #​1809
  • OpenShift Prometheus support with bearer token authentication. See #​1647
  • Prometheus HTTP request method can be switched from GET to POST. See #​1824
  • Correct service labels are used to detect Helm chart with Prometheus. See #​1783
  • Gracefully exiting remote shell to prevent orphaning shell sessions. See #​1691
  • Better handling for high-volume terminal traffic during large file transfers. See #​1694
  • Added a warning column for pods with K8s warning events. See #​1540, #​1539
  • The default color theme now is "Sync with system". See #​1834
  • 109 dependencies have been updated in total.
  • Uses Electron v39.8.9 with Chrome v142.0.7444.265 and Node v22.22.1
  • Has bundled kubectl v1.36.0 and Helm v4.1.4

v1.8.1

Compare Source

What's new

  • New section for favorite items in a sidebar menu. See #​1565
  • Fixed a regression when Freelens stopped working with active HTTP proxy. See #​1552, #​1526
  • Fixed an issue where the line progress for CPU and memory was not visible in PodDetailsList. See #​1556
  • Fixed HPA metrics for type ContainerResource. See #​1537
  • Fixed Prometheus Operator support. See #​1529
  • Fixed typos in the template names. See #​1548
  • Electron v39.5.2 with Chrome v142.0.7444.265 and Node v22.22.0.
  • kubectl 1.35.1
  • Helm 4.1.1

v1.8.0

Compare Source

What's new

  • Menu items can be reordered. See #​1248
  • Columns can be resized. See #​1514
  • Correctly install helm chart with edited values. See #​1510
  • API: New API for multi-cluster operations in extensions. See #​1430
  • Internals: explicit registration of DI components. See #​1474
  • Electron v39.2.7 with Chromium 142.0.7444.235 and Node 22.21.1
  • Kubernetes 1.35.0
  • Helm 4.0.4

v1.7.0

Compare Source

New features and some bug fixes.

  • Optional modes for YAML editor: to show managed fields or sort keys. See #​1427, #​1399, #​814
  • Windows Portable distribution target is available to download. See #​1436, #​1416
  • More safe dereferencing of values in env and envFrom fields that fixes crashes. See #​1390, #​1389
  • Presentation of host and pod IPs that fixes crashes. See #​1415,
  • Presentation of pod-level resource requests and limits. See #​1426, #​1251
  • Presentation of managed fields. See #​1411
  • Middle mouse click doesn't open the default browser. See #​1395
  • Custom User-Agent is used for Kubernetes API queries. See #​1412
  • Additional notification about the new version of Freelens. See #​1393, #​714
  • Extensions API changes: New functions to query registered Kubernetes clusters. See #​1422, #​1421, #​1429, #​1173
  • Helm upgraded to v4.0.1. See #​1363

v1.6.2

Compare Source

What's Changed

  • New column with direct access to logs of the main container. See #​1301
  • Right-click open context menu on resources list view. See #​1294, #​1318
  • Persistent mode for search with the option to link views and namespaces. See #​722, #​1303, #​1317, #​1321
  • Option to auto-hide the toolbar. See #​780, #​1291
  • Option to hide systray icon. See #​1307, #​1369, #​1371
  • Pods present value from resourceFieldref. See #​1366
  • Cluster search and port forwards are available from the command palette. See #​925, #​1272, #​1330
  • Less confusing indicator for restarted containers. See #​1237, #​1315
  • Annotations are not a part of the search field. See #​1335
  • CRDs store refresh after changes. See #​1250
  • New components LinkToStorageClass and LinkToConfigMap. See #​1365
  • Turborepo is used for faster builds. See #​1331
  • Licenses of used libraries and components are listed under the Help menu. See #​1316
  • Kubernetes 1.34.2
  • Helm 3.19.2
  • freelens-k8s-proxy 1.4.1.

Full Changelog: freelensapp/freelens@v1.6.1...v1.6.2

v1.6.1

Compare Source

Bugfixing release that address the problem on Windows with opening the terminal.

Notes from v1.6.0:

Ready for Kubernetes v1.34. New improvements and bug fixes.

  • Views for (cluster) role bindings show more details and hyperlinks to (cluster) roles and service accounts. (#​1125)
  • Added HTTPS support and custom prefix in Prometheus settings. (#​1131)
  • Pods and other resources can be force deleted or force finalized. (#​1147)
  • Pods and Deployments lists have some additional columns that are hidden by default. (#​1136)
    • New column with pod IP address (hidden by default).
    • New (old) column with number of deployment replicas in N/N format (hidden by default).
    • Columns with node and QoS are now hidden by default.
    • More hyperlinks in the details.
  • Node list shows Ready/NotReady condition and has a column if the node is schedulable. (#​1196, #​1207)
  • CronJob and Job have a field "Resumed" rather than "Suspend". (#​1141)
  • Items to the list of allowed namespaces or groups and roles to the bindings can be added from a single comma-separated string. (#​1144)
  • Only the first load balancer and the rule of the ingress are shown in the list and more in the tooltip. (#​1146, #​1217)
  • Better compatibility with VictoriaMetrics. (#​1111, #​1202)
  • Paste action works for the search box in the editor, too. (#​1216)
  • More assertions to prevent crashes. (#​1145, #​1201)
  • Fixed CVE-2025-7783, CVE-2025-54798, CVE-2025-5889 in dependencies. (#​1209, #​1210, #​1211, #​1213)
  • Updated Electron 35.7.5
  • Updated Helm 3.19.0
  • Updated kubectl 1.34.1
  • 55 other dependencies have been updated in total.

v1.6.0

Compare Source

Ready for Kubernetes v1.34. New improvements and bug fixes.

  • Views for (cluster) role bindings show more details and hyperlinks to (cluster) roles and service accounts. (#​1125)
  • Added HTTPS support and custom prefix in Prometheus settings. (#​1131)
  • Pods and other resources can be force deleted or force finalized. (#​1147)
  • Pods and Deployments lists have some additional columns that are hidden by default. (#​1136)
    • New column with pod IP address (hidden by default).
    • New (old) column with number of deployment replicas in N/N format (hidden by default).
    • Columns with node and QoS are now hidden by default.
    • More hyperlinks in the details.
  • Node list shows Ready/NotReady condition and has a column if the node is schedulable. (#​1196, #​1207)
  • CronJob and Job have a field "Resumed" rather than "Suspend". (#​1141)
  • Items to the list of allowed namespaces or groups and roles to the bindings can be added from a single comma-separated string. (#​1144)
  • Only the first load balancer and the rule of the ingress are shown in the list and more in the tooltip. (#​1146, #​1217)
  • Better compatibility with VictoriaMetrics. (#​1111, #​1202)
  • Paste action works for the search box in the editor, too. (#​1216)
  • More assertions to prevent crashes. (#​1145, #​1201)
  • Fixed CVE-2025-7783, CVE-2025-54798, CVE-2025-5889 in dependencies. (#​1209, #​1210, #​1211, #​1213)
  • Updated Electron to 35.7.5
  • Updated Helm to 3.19.0
  • Updated kubectl to 1.34.1
  • Updated freelens-k8s-proxy to 1.4.0
  • 55 other dependencies have been updated in total.

Warning!

After the release v1.6.0, we found the issue on Windows that the terminal window cannot be opened (#​1228). This issue will be fixed in the next v1.6.1 release.

v1.5.3

Compare Source

The maintenance release with some improvements and bug fixes:

  • The timestamps with duration are presented in Cronjob, Event, Job, and Pod details (#​1066)
  • The timestamp is shown in the object details when the object is deleted (#​1074)
  • Consistent presentation of Kubernetes object conditions (#​1077)
  • All available resources are shown for the nodes (#​1098)
  • Events are ordered (#​1095)
  • CRDs views show short names list (#​1088)
  • Application should not crash if pod metrics do not have information about containers (#​1068, #​1073)
  • API: DurationAbsoluteTimestamp is exported (#​1066)
  • API: DrawerItem component has name optional (#​1070)
  • Updated Electron 35.7.4 with Chrome 134.0.6998.205 and Node 22.16.0
  • Updated Helm 3.18.5
  • Updated kubectl 1.33.4
  • 39 dependencies updated in total

v1.5.2

Compare Source

What's Changed

  • Updates dependency compression to ^v1.8.1 that uses on-headers with fix for CVE-2025-7339 (#​1023)
  • Fixes incorrect presentation of the restarted containers in Pods list and details view (#​1016, #​1018)
  • Restarted containers should be shown as running again (#​1015)
  • More types are exported in Extensions API (#​1019)

Full Changelog: freelensapp/freelens@v1.5.1...v1.5.2

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/1024

v1.5.1

Compare Source

What's Changed

  • Fixed regression in Extensions API (#​997)
  • Restarted containers are shown as green square and with a yellow border rather than grey (#​1004)
  • Freelens can fetch metrics from Mimir (#​1002)
  • Electron 35.7.2
  • kubectl 1.33.3
  • freelens-k8s-proxy 1.3.6 for Kubernetes 1.33.3

Full Changelog: freelensapp/freelens@v1.5.0...v1.5.1

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/1009

v1.5.0

Compare Source

What's Changed

  • Ephemeral containers are presented in Pods views and menus (#​958, #​966)
  • Nodes list shows metrics from metrics-server if Prometheus is not available (#​986)
  • Better presentation for boolean values (#​953, #​956)
  • New format of port details for Pods and Services (#​982)
  • More details are presented for Services (#​983, #​989)
  • Removed Kubernetes API batch/v1beta1 (#​972)
  • Extension API has all utilities exported in Common.Util and all stores and APIs exported in Renderer.K8sApi (#​950)
  • Extension API has a new class LensExtensionKubeObject that simplifies new classes for CRDs (#​991)
  • Electron: 35.7.0 with Chrome: 134.0.6998.205 and Node: 22.16.0
  • Helm v3.18.4
  • 16 dependencies updated in total

Full Changelog: freelensapp/freelens@v1.4.0...v1.5.0

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/935

v1.4.0

Compare Source

Minor improvements in UI. More components and other changes in the Extensions API.

What's Changed

  • New APIs are exported, then extensions can use ie, an event list with filtering for chosen resources. See #​841, #​858, #​859
  • A New view for endpoint slices is added to the Network menu. See #​846
  • React JSX runtime is exported in the API so extensions can use it instead of the plain React.createElement. See #​902
  • All views have tooltips for items that can be too long to present in the tables. See #​882
  • Redesigned view for Jobs that presents all properties from Batch/v1 API. Jobs can be suspended/resumed. See #​882
  • Schedules for CronJobs are presented in human-readable form. See #​882
  • Column with number of pods in Deployments and DaemonSets is split to separate columns.
  • Column with labels in Secrets list is removed.
  • IngressClass is not namespaced, and the link to parameters is clickable. See #​894, #​917
  • "About Freelens" checks if a newer version is available. See #​898
  • HTTP proxy from the settings is used to download kubectl matching the cluster version. See #​909
  • YAML editor handles "yes" and "no" strings correctly. See #​881, #​886
  • Events from all namespaces are shown in the cluster overview. See #​856, #​880
  • State files used by pnpm are moved to the application directory. See #​920
  • Allow installing extensions on Windows arm64. See #​924
  • Validate extensions before installing them. See #​924
  • Project uses Biome 2.0 with organized imports. See #​869, #​874
  • Electron 35.6.0 with Chrome: 134.0.6998.205 and Node 22.15.1
  • Helm 3.18.3
  • kubectl 1.33.2
  • freelens-k8s-proxy 1.3.4 (Update kubernetes packages to v0.33.2)

Full Changelog: freelensapp/freelens@v1.3.2...v1.4.0

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/857

v1.3.2

Compare Source

What's Changed

  • Provided KubeObjectAge and MarkdownViewer in Extensions API.
  • Proxy is restarted if the port number is not found.
  • The terminal is not auto-closed after the process exits.
  • YAML dump has consistent formatting.
  • Electron v35.5.1 with Chrome 134.0.6998.205 and Node 22.15.1 with fixes for CVE-2025-5419, CVE-2025-4609 and CVE-2025-4664.
  • kubectl v1.33.1 (same as previous).
  • helm v3.18.2.
  • freelens-k8s-proxy v1.3.3 compiled with Go v1.24.4.
  • 24 dependencies updated in total.

Full Changelog: freelensapp/freelens@v1.3.1...v1.3.2

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/799

v1.3.1

Compare Source

What's Changed

  • Added CPU and Memory usage metric column for pods view.
  • Confirmation of namespace deletion.
  • Correct tray icon on macOS.
  • No default Helm repository for new config.
  • Terminal is closed with delay of 15s even if command finished with success.
  • Editor sorts keys and skips managedFields.
  • Listen address can be set for port-forward command.
  • List of the Helm repos is refreshed from hub.helm.sh.
  • Shell name handling supports case-insensitivity and ".exe" suffix removal.
  • Icon property is optional in extensions.
  • Types for extensions are tweaked to avoid unnecessary casting to any.
  • Electron 35.4.0 with Chrome 134.0.6998.205 and Node 22.15.0.
  • kubectl v1.33.1.
  • helm v3.18.0.
  • freelens-k8s-proxy v1.3.2.
  • 56 dependencies updated in total.

Full Changelog: freelensapp/freelens@v1.3.0...v1.3.1

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/772

v1.3.0

Compare Source

What's Changed

  • Updated dependency @​kubernetes/client-node to 1.2.0 which fully supports Kubernetes 1.33.
  • Correct depedencies for Freelens extensions that fixes problems with building extensions.
  • All dependencies are checked with https://knip.dev tool now.
  • Modified light theme for primary and sub menu active state colors.
  • New extension @​freelensapp/extension-example is provided for tests and as a template for developers.
  • Electron updated to 35.3.0 with Chrome 134.0.6998.205.
  • freelens-k8s-proxy updated to v1.3.1 (compiled with Go 1.24.4).
  • 29 dependencies updated in total.
  • Number of dependencies with known security issues are reduced to zero.
  • Windows arm64 version is provided.

Full Changelog: freelensapp/freelens@v1.2.1...v1.3.0

Discussion: https://redirect.github.com/freelensapp/freelens/discussions/671

v1.2.1

Compare Source

What's Changed

  • Pnpm is used instead of NPM for development and for installing extensions.
  • Biome is used instead ESlint and Prettier for development.
  • Custom Resource Definition filter works now correctly.
  • Some messages in the settings have correct application name now.
  • Updated Electron to 35.2.1 with Node.js 22.14.0 and Chrome 134.0.6998.205
  • Updated bundled kubectl to 1.33.0
  • Updated bundled Helm to 3.17.3
  • Updated bundled Freelens K8s Proxy to 1.3.0
  • Updated 54 other dependencies.

Full Changelog: freelensapp/freelens@v1.2.0...v1.2.1

Full notes and discussions: https://redirect.github.com/freelensapp/freelens/discussions/612

v1.2.0

Compare Source

What's Changed

  • Updated Electron to 35.1.4 with Node.js 22.14.0 and Chrome 134.0.6998.179
  • Updated MUI to 5.
  • Updated 27 other dependencies.
  • Uses Dart Sass modern API.
  • Removed carousel with welcome banners.
  • APT repository has set Origin and Label.
  • Bundled k8sproxy v1.2.8.

Full Changelog: freelensapp/freelens@v1.1.2...v1.2.0

Discussions: https://redirect.github.com/freelensapp/freelens/discussions/459

v1.1.2

Compare Source

What's Changed

  • Adapts themes to the newer @xterm/xterm that fixes selection in terminal with the white theme.
  • Fixes spacing issue in an error boundary.
  • More file patterns are ignored during scanning kube folder, including kubectx and kubens caches.
  • 7 dependencies has been updated.

Full Changelog: freelensapp/freelens@v1.1.1...v1.1.2

Discussions: https://redirect.github.com/freelensapp/freelens/discussions/476

v1.1.1

Compare Source

What's Changed

  • Fix for problem that paste operation doesn't work in an editor.
  • Removed text selection style causing readability issues in light theme.
  • Update to Electron v34.3.4
  • 15 dependencies has been updated.

Full Changelog: freelensapp/freelens@v1.1.0...v1.1.1

Discussions: https://redirect.github.com/freelensapp/freelens/discussions/458


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Mar 24, 2025
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.1.1 Update dependency @freelensapp/extensions to ^1.1.2 Mar 26, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 7066814 to b36622a Compare March 26, 2025 11:56
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.1.2 Update dependency @freelensapp/extensions to ^1.2.0 Apr 6, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from b36622a to b7fb920 Compare April 6, 2025 13:55
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.2.0 Update dependency @freelensapp/extensions to ^1.2.1 Apr 28, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from b7fb920 to 975c3f3 Compare April 28, 2025 16:12
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 975c3f3 to ee82d13 Compare May 9, 2025 15:43
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.2.1 Update dependency @freelensapp/extensions to ^1.3.0 May 9, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from ee82d13 to 38c98a0 Compare May 28, 2025 16:59
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.3.0 Update dependency @freelensapp/extensions to ^1.3.1 May 28, 2025
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.3.1 Update dependency @freelensapp/extensions to ^1.3.2 Jun 9, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 38c98a0 to 50e9f35 Compare June 9, 2025 14:57
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.3.2 Update dependency @freelensapp/extensions to ^1.4.0 Jul 5, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 50e9f35 to 3cfe546 Compare July 5, 2025 15:55
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.4.0 Update dependency @freelensapp/extensions to ^1.5.0 Jul 14, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 3cfe546 to 3015ffb Compare July 14, 2025 16:58
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.5.0 Update dependency @freelensapp/extensions to ^1.5.1 Jul 17, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 3015ffb to 4ce4d6a Compare July 17, 2025 20:58
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.5.1 Update dependency @freelensapp/extensions to ^1.5.2 Jul 20, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 4ce4d6a to db54cc1 Compare July 20, 2025 18:45
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from 90d7e71 to c06645b Compare August 13, 2025 17:01
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from c06645b to 7bcc475 Compare August 18, 2025 12:58
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.5.2 Update dependency @freelensapp/extensions to ^1.5.3 Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 7bcc475 to e17577c Compare August 19, 2025 18:00
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from e17577c to ce3a0f1 Compare August 31, 2025 13:04
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.5.3 Update dependency @freelensapp/extensions to ^1.6.0 Sep 24, 2025
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from 815e632 to bd00df7 Compare September 25, 2025 21:39
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 6381779 to 6a7428b Compare January 8, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from 82d6da9 to e4ee977 Compare January 23, 2026 17:46
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from e4ee977 to a1d89a8 Compare February 2, 2026 20:31
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 3 times, most recently from 4c6c2ee to 8ea4554 Compare February 18, 2026 22:35
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.8.0 Update dependency @freelensapp/extensions to ^1.8.1 Feb 18, 2026
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 8ea4554 to 69f4d1b Compare March 5, 2026 16:01
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 69f4d1b to f019633 Compare March 13, 2026 16:46
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from f019633 to 53d841a Compare April 1, 2026 17:37
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 53d841a to 17df81b Compare April 8, 2026 18:14
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from 4f3126e to 7289390 Compare May 5, 2026 10:00
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.8.1 Update dependency @freelensapp/extensions to ^1.9.0 May 5, 2026
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from c99e51f to 4a5bacc Compare May 18, 2026 15:34
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch 2 times, most recently from a84a462 to a281e49 Compare June 1, 2026 22:47
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from a281e49 to 48e44c9 Compare June 11, 2026 11:41
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 48e44c9 to c6b9e13 Compare June 19, 2026 17:05
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.9.0 Update dependency @freelensapp/extensions to ^1.10.0 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from c6b9e13 to 530c365 Compare June 21, 2026 00:42
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.10.0 Update dependency @freelensapp/extensions to ^1.10.1 Jun 21, 2026
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from 530c365 to d699303 Compare June 28, 2026 18:55
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.10.1 Update dependency @freelensapp/extensions to ^1.10.2 Jun 28, 2026
@renovate
renovate Bot force-pushed the renovate/freelensapp-extensions-1.x branch from d699303 to cd2c162 Compare July 8, 2026 02:47
@renovate renovate Bot changed the title Update dependency @freelensapp/extensions to ^1.10.2 Update dependency @freelensapp/extensions to ^1.10.3 Jul 8, 2026
@renovate

renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn cli npm v12.0.2 does not support Node.js v20.18.3. This version of npm supports the following node versions: `^22.22.2 || ^24.15.0 || >=26.0.0`. You can find the latest version at https://nodejs.org/.
npm error code ERR_REQUIRE_ESM
npm error require() of ES Module /opt/containerbase/tools/npm/12.0.2/20.18.3/node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent/dist/index.js from /opt/containerbase/tools/npm/12.0.2/20.18.3/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js not supported.
npm error Instead change the require of index.js in /opt/containerbase/tools/npm/12.0.2/20.18.3/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js to a dynamic import() which is available in all CommonJS modules.
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-15T15_32_57_330Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants