From 9a2c98f4509f44195b14c58b6e00df44f3d47325 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 8 Jan 2026 15:17:30 +0100 Subject: [PATCH] temp: remove updater changefiles --- .changes/updater-allow-invalid-tls.md | 6 ------ .changes/updater-new-bundle-support.md | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 .changes/updater-allow-invalid-tls.md delete mode 100644 .changes/updater-new-bundle-support.md diff --git a/.changes/updater-allow-invalid-tls.md b/.changes/updater-allow-invalid-tls.md deleted file mode 100644 index 7c8e275c..00000000 --- a/.changes/updater-allow-invalid-tls.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": minor -"updater-js": minor ---- - -Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (`dangerousAcceptInvalidCerts`, `dangerousAcceptInvalidHostnames`) and via the `UpdaterBuilder` (`dangerous_accept_invalid_certs`, `dangerous_accept_invalid_hostnames`). diff --git a/.changes/updater-new-bundle-support.md b/.changes/updater-new-bundle-support.md deleted file mode 100644 index 471da921..00000000 --- a/.changes/updater-new-bundle-support.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": minor -"updater-js": minor ---- - -Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in https://github.com/tauri-apps/plugins-workspace/pull/2624