Skip to content

488 - 2.1.0.2_beta_2024-11-29

Pre-release
Pre-release
Compare
Choose a tag to compare
@dr1rrb dr1rrb released this 24 Dec 04:08
8a001f7

Docker image for Windows of duplicati 2.1.0.2_beta_2024-11-29

Docker Hub

The built image is available on Docker Hub with tags:

  • 488
  • 2.1.0.2_beta_2024-11-29
  • beta
  • latest
docker pull dr1rrb/duplicati-win:beta

Release notes

Copy of the notes from the official duplicati release:

This release is a beta release, considered to be stable for general use.This release is expected to progress to a stable release if no major blockers are found.**Unlike previoius builds, this one has a major change in the build system, so it now runs on .NET8.**The builds are self-contained so Mono or .NET installations are not required to install.Automatic updating to this version is not supported.Important changes from last Beta- Updated to .NET8 with OS specific builds- Using Kestrel as the API/UI server- Mandatory password and new authentication scheme for server- Settings database version updated to v8- Backup database updated to v13# New tool to manage a running serverDue to incompatibility with duplicati_client a new tool is included, named Duplicati.CommandLine.ServerUtil.exe/duplicati-server-util.# Summary of changes- Updated to .NET8- Updated to Kestrel/ASP.NET Core- Updated the authentication system- Added support for encrypting database fields- Updated most packages to the latest version, including SQLite- Changed to Avalonia for the TrayIcon- Split into operating system specific packages- Fixed a number of stability issues- Updated backends to work with async- Added a Telegram report destination- Updated WebDAV and FTP backends- Added support for remote control- Improved IPv6 support- Removed 7z compression- Added secret providers- Added a new experimental UI- Added new server-util executable- Added new Agent executable- Removed Tardigrade in favor of Storj- No longer using local blocks for restore by default, and testing more blocks- Updated blocksize to 1MiB by default - Removed RC4 database encryption (auto-decrypt)

Changes:

  • 8a001f7 Merge pull request #7 from dr1rrb/dev/dr/net9
  • 10ad935 chore: Complete update to net 9
  • b535e76 Merge pull request #6 from dr1rrb/dev/dr/net9
  • 929d454 fix: Fix new zip structure
  • ace4ce1 Merge pull request #5 from dr1rrb/dev/dr/net9
  • 55bc453 chore: Update docker file to use net 9
  • ade742e refactor: Update code styling
  • 27525b2 chore: Enable code analysis
  • 9aeaaba chore: Update to net 9
  • 4879257 fix: Fix update to v4 failed
See More
  • 4c620e0 feat: Update env variables names to match new azure restrictions
  • 485252f Merge pull request #4 from dr1rrb/dev/dr/DefaultPub
  • 2146cd8 Fix default variable group updates
  • dd18fff Add healthcheck badges to README
  • 5f61b1f Merge pull request #3 from dr1rrb/dev/dr/Default
  • 9919721 Enable support of 'default' channel and add healthchecks.io reporting
  • 103e5cd Merge pull request #2 from dr1rrb/dev/dr/CrawlerFixes
  • 2322dde Misc fixes for crawler
  • a3cf458 Merge pull request #1 from dr1rrb/dev/dr/crawler
  • 6e29ef7 Configure build of the crwaler
  • 046f40a Add release crawler which will update build config and launch a build each time a new version of duplicati is released
  • 799c29e Build config
  • 2748b0b Update build configuration
  • 2cfa279 Make sure to fail build if Url or Version is empty
  • c266b20 Make to fail the build iv url or version is not set
  • 4d12e61 Update build configuration
  • 742a416 Make sure to also publish the tag 'latest' for images
  • d9f4e95 Add build badge to README
  • 2b3f2f2 Update azure-pipelines.yml for Azure Pipelines
  • b1df65a Update azure-pipelines.yml for Azure Pipelines
  • b827a4e Update azure-pipelines.yml for Azure Pipelines
  • 9277b2c Update azure-pipelines.yml for Azure Pipelines
  • 33c5a2e Update azure-pipelines.yml for Azure Pipelines
  • 91daeb7 Set up CI with Azure Pipelines
  • acabc88 Initial build
  • ff132a9 Initial import

This list of changes was auto generated.