Skip to content

Commit 147354e

Browse files
committed
1 parent ab0d979 commit 147354e

File tree

2 files changed

+10
-88
lines changed

2 files changed

+10
-88
lines changed

KopiaUI/KopiaUI.nuspec

Lines changed: 8 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>KopiaUI</id>
6-
<version>0.21.0</version>
6+
<version>0.21.1</version>
77

88
<title>Kopia UI</title>
99
<authors>Kopia Builder [bot]</authors>
@@ -14,112 +14,34 @@
1414

1515
<projectUrl>https://kopia.io</projectUrl>
1616
<bugTrackerUrl>https://github.com/kopia/kopia/issues</bugTrackerUrl>
17-
<projectSourceUrl>https://github.com/kopia/kopia/tree/v0.21.0</projectSourceUrl>
17+
<projectSourceUrl>https://github.com/kopia/kopia/tree/v0.21.1</projectSourceUrl>
1818
<docsUrl>https://kopia.io/docs/</docsUrl>
1919
<mailingListUrl>https://kopia.discourse.group/</mailingListUrl>
20-
<iconUrl>https://raw.githubusercontent.com/kopia/kopia/v0.21.0/icons/kopia.svg</iconUrl>
20+
<iconUrl>https://raw.githubusercontent.com/kopia/kopia/v0.21.1/icons/kopia.svg</iconUrl>
2121

2222
<summary>Cross-platform backup tool for Windows, macOS &amp; Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.</summary>
2323
<tags>admin deduplication backup google-cloud-storage encryption cloud hacktoberfest</tags>
2424
<releaseNotes>
25-
### Command-Line Interface
26-
27-
* **New Feature** human-readable sizes for kopia ls ([#4696](https://github.com/kopia/kopia/issues/4696)) by Kian Kasad
28-
* **New Feature** add --disable-file-logging to suppress log file output ([#4686](https://github.com/kopia/kopia/issues/4686)) by Leonardo Cecchi
29-
* fix path printed by "kopia snapshot fix" commands ([#4638](https://github.com/kopia/kopia/issues/4638)) by Kian Kasad
30-
31-
### General Improvements
32-
33-
* cleanup clock bounds check ([#4720](https://github.com/kopia/kopia/issues/4720)) by Julio Lopez
34-
* **New Feature** check for clock skew on write session creation ([#4719](https://github.com/kopia/kopia/issues/4719)) by Julio Lopez
35-
* rename variable to `humanReadable` for consistency ([#4709](https://github.com/kopia/kopia/issues/4709)) by Julio Lopez
36-
* use require to cleanup snapshot tests ([#4708](https://github.com/kopia/kopia/issues/4708)) by Julio Lopez
37-
* add {peta,exa}byte prefixes ([#4707](https://github.com/kopia/kopia/issues/4707)) by Julio Lopez
38-
* use snapshot end time as tie breaker for equal start time ([#4705](https://github.com/kopia/kopia/issues/4705)) by Julio Lopez
39-
* minor cleanups ([#4704](https://github.com/kopia/kopia/issues/4704)) by Julio Lopez
40-
* migrate remnant piece to crypto/hkdf ([#4691](https://github.com/kopia/kopia/issues/4691)) by Julio Lopez
41-
* migrate to `crypto/{hkdf,pbkdf2,sha3}` ([#4678](https://github.com/kopia/kopia/issues/4678)) by Julio Lopez
42-
* small misc. cleanups ([#4666](https://github.com/kopia/kopia/issues/4666)) by Julio Lopez
43-
* typos ([#4659](https://github.com/kopia/kopia/issues/4659)) by Nathan Baulch
44-
* misc cleanups ([#4652](https://github.com/kopia/kopia/issues/4652)) by Julio Lopez
45-
* enable `forcetypeassert` linter ([#4624](https://github.com/kopia/kopia/issues/4624)) by Julio Lopez
46-
* minor cleanups ([#4621](https://github.com/kopia/kopia/issues/4621)) by Julio Lopez
47-
* upload tests ([#4619](https://github.com/kopia/kopia/issues/4619)) by Julio Lopez
48-
* misc cleanups ([#4615](https://github.com/kopia/kopia/issues/4615)) by Julio Lopez
49-
* minor cleanups in snapshot GC ([#4612](https://github.com/kopia/kopia/issues/4612)) by Julio Lopez
50-
* convenience make targets to install tools ([#4616](https://github.com/kopia/kopia/issues/4616)) by Julio Lopez
51-
* s/interface{}/any/ ([#4614](https://github.com/kopia/kopia/issues/4614)) by Julio Lopez
52-
* fix `TestSnapshotNoLeftoverCheckpoints` slowness ([#4611](https://github.com/kopia/kopia/issues/4611)) by Julio Lopez
53-
54-
### Repository
55-
56-
* create minimal cache.Storage interface ([#4618](https://github.com/kopia/kopia/issues/4618)) by Jarek Kowalski
57-
5825
### Server
5926

60-
* fix snapshot scheduling in the event of machine goes to sleep ([#4682](https://github.com/kopia/kopia/issues/4682)) by Jarek Kowalski
61-
62-
### Snapshots
63-
64-
* **New Feature** Add periodic JSON progress output to snapshot verify ([#4645](https://github.com/kopia/kopia/issues/4645)) by Nick
65-
* completely ignore unsupported entries instead of reporting them as ignored errors to avoid snapshot warnings ([#4613](https://github.com/kopia/kopia/issues/4613)) by Jarek Kowalski
27+
* fixed scheduling bug ([#4732](https://github.com/kopia/kopia/issues/4732)) by Jarek Kowalski
6628

6729
### Storage Providers
6830

69-
* Azure client cert env var ([#4726](https://github.com/kopia/kopia/issues/4726)) by Julio Lopez
70-
* rename `Options.ClientCertificate` for clarity ([#4724](https://github.com/kopia/kopia/issues/4724)) by Julio Lopez
71-
* add omitempty JSON tags in azure.Options ([#4721](https://github.com/kopia/kopia/issues/4721)) by Julio Lopez
72-
* add tags in azure.Options ([#4716](https://github.com/kopia/kopia/issues/4716)) by Julio Lopez
73-
74-
### CI/CD
75-
76-
* upgrade to Go 1.24 ([#4675](https://github.com/kopia/kopia/issues/4675)) by Julio Lopez
77-
* pin actions ([#4657](https://github.com/kopia/kopia/issues/4657)) by Julio Lopez
78-
* upgrade Go toolchain to 1.23.10 ([#4656](https://github.com/kopia/kopia/issues/4656)) by Julio Lopez
79-
* include date-time in temp dir name used for tests ([#4651](https://github.com/kopia/kopia/issues/4651)) by Julio Lopez
80-
81-
82-
### Graphical User Interface
83-
84-
* extracted formatting utilities to separate module ([#370](https://github.com/kopia/htmlui/issues/370)) by Jarek Kowalski
85-
* moved policy utils to a separate module ([#367](https://github.com/kopia/htmlui/issues/367)) by Jarek Kowalski
86-
* component refactoring ([#365](https://github.com/kopia/htmlui/issues/365)) by Jarek Kowalski
87-
* fixed warnings during 'npm test' ([#345](https://github.com/kopia/htmlui/issues/345)) by Jarek Kowalski
88-
* reorganized test utilities ([#369](https://github.com/kopia/htmlui/issues/369)) by Jarek Kowalski
89-
* speed up tests that use polling with long intervals ([#368](https://github.com/kopia/htmlui/issues/368)) by Jarek Kowalski
90-
* refactored router mock setup ([#366](https://github.com/kopia/htmlui/issues/366)) by Jarek Kowalski
91-
* move cancelTask to a separate module ([#364](https://github.com/kopia/htmlui/issues/364)) by Jarek Kowalski
92-
* added test for top-level index.jsx ([#363](https://github.com/kopia/htmlui/issues/363)) by Jarek Kowalski
93-
* added tests for the App component ([#362](https://github.com/kopia/htmlui/issues/362)) by Jarek Kowalski
94-
* added tests for Policies page ([#361](https://github.com/kopia/htmlui/issues/361)) by Jarek Kowalski
95-
* added tests for DirectoryItems ([#360](https://github.com/kopia/htmlui/issues/360)) by Jarek Kowalski
96-
* added tests for DirectoryBreadcrums ([#359](https://github.com/kopia/htmlui/issues/359)) by Jarek Kowalski
97-
* added tests for SnapshotCreate component ([#358](https://github.com/kopia/htmlui/issues/358)) by Jarek Kowalski
98-
* added tests for SnapshotDirectory component ([#357](https://github.com/kopia/htmlui/issues/357)) by Jarek Kowalski
99-
* added forms test ([#351](https://github.com/kopia/htmlui/issues/351)) by Jarek Kowalski
100-
* more test coverage ([#350](https://github.com/kopia/htmlui/issues/350)) by Jarek Kowalski
101-
* added tests for the Logs component ([#349](https://github.com/kopia/htmlui/issues/349)) by Jarek Kowalski
102-
* add tests for Snapshots tab ([#348](https://github.com/kopia/htmlui/issues/348)) by Jarek Kowalski
103-
* added tests for the Repository tab ([#347](https://github.com/kopia/htmlui/issues/347)) by Jarek Kowalski
104-
* added tests for Tasks ([#346](https://github.com/kopia/htmlui/issues/346)) by Jarek Kowalski
105-
* added tests for TimesOfDayTest component ([#344](https://github.com/kopia/htmlui/issues/344)) by Jarek Kowalski
106-
* added tests for snapshot estimation ([#343](https://github.com/kopia/htmlui/issues/343)) by Jarek Kowalski
107-
* increased coverage for NotificationEditor.jsx ([#342](https://github.com/kopia/htmlui/issues/342)) by Jarek Kowalski
108-
* added tests for remaining repository setup pages ([#341](https://github.com/kopia/htmlui/issues/341)) by Jarek Kowalski
109-
* increase code coverage ([#340](https://github.com/kopia/htmlui/issues/340)) by Jarek Kowalski
110-
* moved tests to tests/ directory and reorganized by their target ([#339](https://github.com/kopia/htmlui/issues/339)) by Jarek Kowalski
31+
* **New Feature** Azure Federated Identity support ([#4728](https://github.com/kopia/kopia/issues/4728)) by Julio Lopez
32+
11133
</releaseNotes>
11234

11335
<licenseUrl>https://github.com/kopia/kopia/blob/master/LICENSE</licenseUrl>
11436
<packageSourceUrl>https://github.com///github</packageSourceUrl>
11537

11638
<description><![CDATA[
117-
![Kopia](https://raw.githubusercontent.com/kopia/kopia/v0.21.0/icons/kopia.svg)
39+
![Kopia](https://raw.githubusercontent.com/kopia/kopia/v0.21.1/icons/kopia.svg)
11840
[![Build Status](https://github.com/kopia/kopia/workflows/Build/badge.svg)](https://github.com/kopia/kopia/actions?query=workflow%3ABuild)
11941
[![Slack](https://img.shields.io/badge/discuss-slack-blue.svg)](https://slack.kopia.io/)
12042
[![GoDoc](https://godoc.org/github.com/kopia/kopia/repo?status.svg)](https://godoc.org/github.com/kopia/kopia/repo)
12143
[![Coverage Status](https://codecov.io/gh/kopia/kopia/branch/master/graph/badge.svg?token=CRK4RMRFSH)](https://codecov.io/gh/kopia/kopia)[![Go Report Card](https://goreportcard.com/badge/github.com/kopia/kopia)](https://goreportcard.com/report/github.com/kopia/kopia)
122-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://raw.githubusercontent.com/kopia/kopia/v0.21.0/CODE_OF_CONDUCT.md)
44+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://raw.githubusercontent.com/kopia/kopia/v0.21.1/CODE_OF_CONDUCT.md)
12345
[![Docker Pulls](https://img.shields.io/docker/pulls/kopia/kopia)](https://hub.docker.com/r/kopia/kopia/tags?page=1&ordering=name)
12446
[![Downloads](https://img.shields.io/github/downloads/kopia/kopia/total.svg)](https://github.com/kopia/kopia/releases)
12547
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Kopia%20Guru-006BFF)](https://gurubase.io/g/kopia)

KopiaUI/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
$packageArgs = @{
33
packageName = $Env:ChocolateyPackageName
44
fileType = 'EXE'
5-
url = 'https://github.com/kopia/kopia/releases/download/v0.21.0/KopiaUI-Setup-0.21.0.exe'
6-
checksum = '554FBFABF2BF332F1EB1D3FA2556384606807E6742E4614B1E9A630AA44381073615D8016E376914085892AE284E67DADCA5BE1A26587F172B969223D2B989FC'
5+
url = 'https://github.com/kopia/kopia/releases/download/v0.21.1/KopiaUI-Setup-0.21.1.exe'
6+
checksum = '5C2FFE9A4DA81C95199A3E3BAFF81B277AA977F64254AFE7D744DDA4C60E634C8429255C81976D0A2BFF8ECEE92C933D9DA62E7EECE3921D22F0CDAF6D3ACFFC'
77
checksumType = 'sha512'
88
silentArgs = '/S /allusers /disableAutoUpdates'
99
validExitCodes = @(0)

0 commit comments

Comments
 (0)