kopia/kopia
### [`v0.13.0`](https://togithub.com/kopia/kopia/releases/tag/v0.13.0)
[Compare Source](https://togithub.com/kopia/kopia/compare/v0.12.1...v0.13.0)
##### BREAKING CHANGES:
1. KopiaUI no longer supports Windows 7 or 8 due to upstream breaking change - see [https://github.com/kopia/kopia/issues/2923](https://togithub.com/kopia/kopia/issues/2923)
2. Remove default behavior for CLI command ([#2861](https://togithub.com/kopia/kopia/issues/2861)) by Julio Lopez
3. Package signing key has been regenerated after the previous one has expired. Users need to re-import the key.
**Background**
Previously several commands had some hidden shortcuts/default subcommands:
- `kopia snapshot create` had a shortcut of `kopia snapshot`
- `kopia index list` had a shortcut of `kopia index`
- `kopia cache info` had a shortcut of `kopia cache`
- `kopia manifest list` had a shortcut of `kopia manifest`
- `kopia maintenance run` had a shortcut of `kopia maintenance`
- `kopia repository upgrade begin` had a shortcut of `kopia repository upgrade`
Despite being sometimes convenient to type, the hidden shortcuts were hard to discover and had some unusual behaviors, so we've decided to remove them all and not rely on such defaults in the future.
##### General Improvements
- added tests for parallelwork ([#2942](https://togithub.com/kopia/kopia/issues/2942)) by Denis Voytyuk
- added unit tests for diff ([#2931](https://togithub.com/kopia/kopia/issues/2931)) by Denis Voytyuk
- added tests for iocopy ([#2932](https://togithub.com/kopia/kopia/issues/2932)) by Denis Voytyuk
- added tests for tlsutil ([#2933](https://togithub.com/kopia/kopia/issues/2933)) by Denis Voytyuk
- fixed remaining checklocks violations ([#2939](https://togithub.com/kopia/kopia/issues/2939)) by Jarek Kowalski
- added unit tests for freepool ([#2930](https://togithub.com/kopia/kopia/issues/2930)) by Denis Voytyuk
##### Repository
- **New Feature** Reduce memory usage when parsing manifests ([#2956](https://togithub.com/kopia/kopia/issues/2956)) by ashmrtn
##### Dependencies
- bump github.com/aws/aws-sdk-go from 1.44.252 to 1.44.253 ([#2981](https://togithub.com/kopia/kopia/issues/2981)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.251 to 1.44.252 ([#2979](https://togithub.com/kopia/kopia/issues/2979)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.250 to 1.44.251 ([#2977](https://togithub.com/kopia/kopia/issues/2977)) by dependabot\[bot]
- bump google.golang.org/api from 0.119.0 to 0.120.0 ([#2975](https://togithub.com/kopia/kopia/issues/2975)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.249 to 1.44.250 ([#2972](https://togithub.com/kopia/kopia/issues/2972)) by dependabot\[bot]
- bump github.com/hanwen/go-fuse/v2 from 2.2.0 to 2.3.0 ([#2966](https://togithub.com/kopia/kopia/issues/2966)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.247 to 1.44.249 ([#2965](https://togithub.com/kopia/kopia/issues/2965)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.246 to 1.44.247 ([#2960](https://togithub.com/kopia/kopia/issues/2960)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.245 to 1.44.246 ([#2958](https://togithub.com/kopia/kopia/issues/2958)) by dependabot\[bot]
- bump google.golang.org/api from 0.118.0 to 0.119.0 ([#2957](https://togithub.com/kopia/kopia/issues/2957)) by dependabot\[bot]
- bump github.com/klauspost/compress from 1.16.4 to 1.16.5 ([#2955](https://togithub.com/kopia/kopia/issues/2955)) by dependabot\[bot]
- bump github.com/aws/aws-sdk-go from 1.44.244 to 1.44.245 ([#2954](https://togithub.com/kopia/kopia/issues/2954)) by dependabot\[bot]
##### Development Dependencies
- bump electron from 24.1.1 to 24.1.2 in /app ([#2969](https://togithub.com/kopia/kopia/issues/2969)) by dependabot\[bot]
- bump playwright from 1.32.1 to 1.32.3 in /app ([#2970](https://togithub.com/kopia/kopia/issues/2970)) by dependabot\[bot]
- bump [@playwright](https://togithub.com/playwright)/test from 1.26.1 to 1.32.3 in /app ([#2973](https://togithub.com/kopia/kopia/issues/2973)) by dependabot\[bot]
- bump playwright-core from 1.32.1 to 1.32.3 in /app ([#2971](https://togithub.com/kopia/kopia/issues/2971)) by dependabot\[bot]
##### CI/CD
- test commit ([#2987](https://togithub.com/kopia/kopia/issues/2987)) by Jarek Kowalski
Configuration
📅 Schedule: 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 contains the following updates:
v0.12.1
->v0.13.0
Release Notes
kopia/kopia
### [`v0.13.0`](https://togithub.com/kopia/kopia/releases/tag/v0.13.0) [Compare Source](https://togithub.com/kopia/kopia/compare/v0.12.1...v0.13.0) ##### BREAKING CHANGES: 1. KopiaUI no longer supports Windows 7 or 8 due to upstream breaking change - see [https://github.com/kopia/kopia/issues/2923](https://togithub.com/kopia/kopia/issues/2923) 2. Remove default behavior for CLI command ([#2861](https://togithub.com/kopia/kopia/issues/2861)) by Julio Lopez 3. Package signing key has been regenerated after the previous one has expired. Users need to re-import the key. **Background** Previously several commands had some hidden shortcuts/default subcommands: - `kopia snapshot create` had a shortcut of `kopia snapshot` - `kopia index list` had a shortcut of `kopia index` - `kopia cache info` had a shortcut of `kopia cache` - `kopia manifest list` had a shortcut of `kopia manifest` - `kopia maintenance run` had a shortcut of `kopia maintenance` - `kopia repository upgrade begin` had a shortcut of `kopia repository upgrade` Despite being sometimes convenient to type, the hidden shortcuts were hard to discover and had some unusual behaviors, so we've decided to remove them all and not rely on such defaults in the future. ##### General Improvements - added tests for parallelwork ([#2942](https://togithub.com/kopia/kopia/issues/2942)) by Denis Voytyuk - added unit tests for diff ([#2931](https://togithub.com/kopia/kopia/issues/2931)) by Denis Voytyuk - added tests for iocopy ([#2932](https://togithub.com/kopia/kopia/issues/2932)) by Denis Voytyuk - added tests for tlsutil ([#2933](https://togithub.com/kopia/kopia/issues/2933)) by Denis Voytyuk - fixed remaining checklocks violations ([#2939](https://togithub.com/kopia/kopia/issues/2939)) by Jarek Kowalski - added unit tests for freepool ([#2930](https://togithub.com/kopia/kopia/issues/2930)) by Denis Voytyuk ##### Repository - **New Feature** Reduce memory usage when parsing manifests ([#2956](https://togithub.com/kopia/kopia/issues/2956)) by ashmrtn ##### Dependencies - bump github.com/aws/aws-sdk-go from 1.44.252 to 1.44.253 ([#2981](https://togithub.com/kopia/kopia/issues/2981)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.251 to 1.44.252 ([#2979](https://togithub.com/kopia/kopia/issues/2979)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.250 to 1.44.251 ([#2977](https://togithub.com/kopia/kopia/issues/2977)) by dependabot\[bot] - bump google.golang.org/api from 0.119.0 to 0.120.0 ([#2975](https://togithub.com/kopia/kopia/issues/2975)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.249 to 1.44.250 ([#2972](https://togithub.com/kopia/kopia/issues/2972)) by dependabot\[bot] - bump github.com/hanwen/go-fuse/v2 from 2.2.0 to 2.3.0 ([#2966](https://togithub.com/kopia/kopia/issues/2966)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.247 to 1.44.249 ([#2965](https://togithub.com/kopia/kopia/issues/2965)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.246 to 1.44.247 ([#2960](https://togithub.com/kopia/kopia/issues/2960)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.245 to 1.44.246 ([#2958](https://togithub.com/kopia/kopia/issues/2958)) by dependabot\[bot] - bump google.golang.org/api from 0.118.0 to 0.119.0 ([#2957](https://togithub.com/kopia/kopia/issues/2957)) by dependabot\[bot] - bump github.com/klauspost/compress from 1.16.4 to 1.16.5 ([#2955](https://togithub.com/kopia/kopia/issues/2955)) by dependabot\[bot] - bump github.com/aws/aws-sdk-go from 1.44.244 to 1.44.245 ([#2954](https://togithub.com/kopia/kopia/issues/2954)) by dependabot\[bot] ##### Development Dependencies - bump electron from 24.1.1 to 24.1.2 in /app ([#2969](https://togithub.com/kopia/kopia/issues/2969)) by dependabot\[bot] - bump playwright from 1.32.1 to 1.32.3 in /app ([#2970](https://togithub.com/kopia/kopia/issues/2970)) by dependabot\[bot] - bump [@playwright](https://togithub.com/playwright)/test from 1.26.1 to 1.32.3 in /app ([#2973](https://togithub.com/kopia/kopia/issues/2973)) by dependabot\[bot] - bump playwright-core from 1.32.1 to 1.32.3 in /app ([#2971](https://togithub.com/kopia/kopia/issues/2971)) by dependabot\[bot] ##### CI/CD - test commit ([#2987](https://togithub.com/kopia/kopia/issues/2987)) by Jarek KowalskiConfiguration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.