16 Commits

Author SHA256 Message Date
5ed78c3a9e Accepting request 1321061 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1321061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=10
2025-12-05 15:51:24 +00:00
626b177226 update to 0.22.3
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=20
2025-12-04 06:32:09 +00:00
02683935e6 Accepting request 1320278 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1320278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=9
2025-11-27 14:20:23 +00:00
8d4d035b6b update to 0.22.2
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=18
2025-11-27 06:44:35 +00:00
3a8cb7f307 Accepting request 1319926 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1319926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=8
2025-11-25 16:19:54 +00:00
ffb13e872f update to 0.22.1
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=16
2025-11-25 09:01:54 +00:00
1e8bf2c9c0 Accepting request 1318411 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1318411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=7
2025-11-18 14:40:36 +00:00
0f35c2a355 update to 0.22.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=14
2025-11-18 07:40:11 +00:00
41ed2ed017 Accepting request 1296508 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1296508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=6
2025-07-31 15:45:59 +00:00
15b124158f update to 0.21.1
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=12
2025-07-30 08:42:38 +00:00
283558aaa3 Accepting request 1279956 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1279956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=5
2025-05-26 16:37:30 +00:00
22b2c6a51b update to 0.20.1
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=10
2025-05-26 04:53:39 +00:00
908b63194b Accepting request 1278925 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1278925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=4
2025-05-22 14:56:01 +00:00
10b34eb116 update to 0.20.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=8
2025-05-21 05:15:07 +00:00
f882b4726a Accepting request 1240013 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1240013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kopia?expand=0&rev=3
2025-01-24 12:40:46 +00:00
b0c4c244ca Accepting request 1240009 from home:ojkastl_buildservice:Branch_Archiving
update to 0.19.0

OBS-URL: https://build.opensuse.org/request/show/1240009
OBS-URL: https://build.opensuse.org/package/show/Archiving/kopia?expand=0&rev=6
2025-01-24 06:20:16 +00:00
8 changed files with 613 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/kopia/kopia</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.18.2</param>
<param name="revision">v0.22.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kopia/kopia</param>
<param name="changesrevision">c70f1a1c1164ee8676f85f9a1cea6de0a782a3ae</param></service></servicedata>
<param name="changesrevision">154bf56899228e5c95fb3176b9c6901bbe4ca97b</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae0458027eddcbaf3a97c2827c6ccbc030ac1451decc26a866831633e965fd15
size 7824909

3
kopia-0.22.3.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5369434ddffc8f881703173d13c2dfc7799e9c9b94d9cd5596f3c3ef322d3f1b
size 7890957

View File

@@ -1,3 +1,603 @@
-------------------------------------------------------------------
Thu Dec 04 06:26:40 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.22.3:
* Defect Fixes
- Fixes regression in dependency used for compression (#5049)
* Snapshots
- New Feature localfs support for passing options (#5044) by
Jarek Kowalski
* CI/CD
- Remove ineffective omitempty tags (#5037) by Julio López
* Dependencies
- build(deps): bump docker/setup-qemu-action in the docker
group (#5054)
- build(deps): bump github.com/klauspost/reedsolomon from
1.12.5 to 1.12.6 (#5051)
- build(deps): bump the github-actions group with 4 updates
(#5053)
- build(deps): bump github.com/klauspost/compress from 1.18.1
to 1.18.2 (#5052)
-------------------------------------------------------------------
Thu Nov 27 05:52:01 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.22.2:
* Storage Providers
- Fix regression #5039: execute rclone with non-cancelling
context (#5040) by Julio López
* Testing
- allow S3 versioned tests cleanup to succeed (#5038) by Julio
López
* CI/CD
- make PR title options consistent with chlog (#5036) by Julio
López
-------------------------------------------------------------------
Tue Nov 25 07:41:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.22.1:
* Graphical User Interface
- Fix issue showing an empty UI for some users (#5006,
#5029,#5034,#5035) by Jarek Kowalski and Julio López.
* Other Improvements
- make purpose a string parameter (#5015) by Julio López
* Testing Improvements
- leverage testing.T.Context in testlogging (#5008) by Julio
López
- use contexts in tests (#5009) by Julio López
- pass context in helpers for running Docker (#5012) by Julio
López
- cleanup TestKopiaRunner (#5010) by Julio López
* CI/CD
- enable noctx linter (#4972) by Nathan Baulch
- prevent writing outside of installation target directory
(#5003) by Julio López
* Dependencies
- build(deps): Go 1.25 (#4987)
- build(deps): bump github.com/prometheus/common (#5032)
- build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1
(#5033)
- build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
(#5017)
- build(deps): bump the common-golang-dependencies group across
1 directory with 8 updates (#5000)
-------------------------------------------------------------------
Tue Nov 18 06:56:04 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.22.0:
* Command-Line Interface
- potential overflow in integer conversion (#4993) by Julio
Lopez
- make --progress flag visible and use it in sync-to command
(#3542) (#4877) by yinheli
- ensure auto-maintenance errors are propagated (#4851) by
Julio Lopez
- enable quick maintenance by default on repo creation (#4840)
by Julio Lopez
- New Feature extend stats for content verification (#4830) by
Julio Lopez
- additional safeguard dangerous commands (#4767) by Julio
Lopez
- deprecate dangerous repo repair sub-command (#4766) by Julio
Lopez
- reword message for dangerous commands (#4765) by Julio Lopez
- remove deprecated no-op flags (#4764) by Julio Lopez
* General Improvements
- handle errors closing writable descriptors (#4998) by Julio
Lopez
- avoid wrapping always-nil error (#4997) by Julio Lopez
- check for nil before de-refencing field (#4996) by Julio
Lopez
- check bounds for memory allocation (#4995) by Julio Lopez
- fix typos (#4986) by Julio Lopez
- New Feature fix display errors for maintenance stats (#4984)
by lyndon-li
- omitzero JSON tag in policy structs (#4910) by Julio Lopez
- New Feature add stats to maintenance run - SnapshotGC (#4964)
by lyndon-li
- leverage stats.CountSum in maintenance stats (#4963) by Julio
Lopez
- remove dry run option for blob retention ext (#4962) by Julio
Lopez
- maintenance stats for rewrite contents phase (#4961) by
lyndon-li
- extendBlobRetentionTime (#4960) by Julio Lopez
- New Feature maintenance stats for clean up logs phase (#4959)
by lyndon-li
- consistent use "pack" where possible (#4952) by Julio Lopez
- fix field names in ExtendBlobRetentionStats (#4958) by Julio
Lopez
- New Feature maintenance stats for delete unreferenced packs
phase (#4955) by lyndon-li
- New Feature maintenance stats for drop deleted contents and
compact indexes (#4948) by lyndon-li
- fix field names in CompactSingleEpochStats (#4947) by Julio
Lopez
- use explicit return values (#4940) by Julio Lopez
- New Feature add stats to maintenance run - AdvanceEpoch
(#4937) by lyndon-li
- diskCommitedContentIndexCache (#4939) by Julio Lopez
- buildinfo helpers (#4936) by Julio Lopez
- improve randRead helper (#4934) by Julio Lopez
- index.maxContentLengths (#4932) by Julio Lopez
- simplify function and generics signatures (#4930) by Julio
Lopez
- lastSettledEpochNumber() helper (#4927) by Julio Lopez
- fix return value order to match return names (#4926) by Julio
Lopez
- rename GenerateRangeCheckpointStats fields (#4925) by Julio
Lopez
- New Feature add maintenance phase stats -
CleanupSupersededIndexes (#4916) by lyndon-li
- field and variable names (#4911) by Julio Lopez
- New Feature add stats to maintenance run - CleanupMarkers
(#4900) by lyndon-li
- simplify construction of error messages (#4913) by Julio
Lopez
- omitzero JSON tag (#4907) by Julio Lopez
- leverage maps.Clone (#4905) by Julio Lopez
- modernize bloop (#4904) by Julio Lopez
- modernize (#4903) by Julio Lopez
- modernize min/max (#4898) by Julio Lopez
- New Feature reduce number of open file descriptors for
indexes on Unix (#4866) by Samuel Maynard
- address linter warnings (#4897) by Julio Lopez
- New Feature interfaces and structures for maintenance stats
(#4890) by lyndon-li
- expand triggers for endurance tests (#4860) by Julio Lopez
- fix endurance test failures (#4859) by Julio Lopez
- remove unused pproflogging package (#4850) by Julio Lopez
- cleanup observabilityFlags (#4852) by Julio Lopez
- New Feature rewrote content logs to always be JSON-based and
reorganized log structure (#4822) by Jarek Kowalski
- increase number of retained maintenance run info (#4846) by
Julio Lopez
- set packID when creating the map entry (#4843) by Julio Lopez
- minor cleanups (#4842) by Julio Lopez
- stop background workers when test fails (#4841) by Julio
Lopez
- New Feature content-to-pack consistency checks in maintenance
(#4832) by Julio Lopez
- move content verify functionality to the content package
(#4827) by Julio Lopez
- use testify in content_formatter_test.go (#4775) by Julio
Lopez
- cleanup VSS trailer handling (#4776) by Julio Lopez
- miscellaneous cleanups (#4774) by Julio Lopez
* Snapshots
- New Feature Flush after restoring each file (#4825) by
lyndon-li
- Append path separator to Shadow Copy root directory on
Windows (#3891) by Hakkin Lain
* Storage Providers
- make azure.TestUserAgent more robust (#4781) by Julio Lopez
- fix azure.TestUserAgent (#4780) by Julio Lopez
* CI/CD
- remove GOEXPERIMENT=coverageredesign (#4988) by Julio Lopez
- make socket activation test more robust (#4985) by Julio
Lopez
- build kopia with -trimpath (#4983) by Julio Lopez
- enable wsl_v5:{assign,expr} linter settings (#4982) by Julio
Lopez
- enable wsl_v5:err linter (#4928) by Julio Lopez
- enable modernize:omitzero linter setting (#4981) by Julio
Lopez
- require Go 1.24 to build site (#4980) by Julio Lopez
- upgrade to golangci-lint 2.6.1 (#4973) by Nathan Baulch
- enable wsl_v5:return linter (#4975) by Julio Lopez
- upgrade to golangci-lint v2.5.0 (#4931) by Nathan Baulch
- update copilot instructions for reviews (#4935) by Julio
Lopez
- add copilot instructions (#4933) by Julio Lopez
- add linter config for gofumpt (#4929) by Julio Lopez
- run endurance test every 6 hours (#4861) by Julio Lopez
- cleanup parameters for actions/setup-go (#4813) by Julio
Lopez
- upgrade Go toolchain to 1.24.7 (#4807) by Julio Lopez
* Graphical User Interface
- fix failing test (#384) by Jarek Kowalski
-------------------------------------------------------------------
Thu Jul 24 11:13:19 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.21.1:
* Server
- fixed scheduling bug (#4732) by Jarek Kowalski
* Storage Providers
- New Feature Azure Federated Identity support (#4728) by Julio
Lopez
-------------------------------------------------------------------
Thu Jul 24 11:02:08 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.21.0:
* Command-Line Interface
- New Feature human-readable sizes for kopia ls (#4696) by Kian
Kasad
- New Feature add --disable-file-logging to suppress log file
output (#4686) by Leonardo Cecchi
- fix path printed by "kopia snapshot fix" commands (#4638) by
Kian Kasad
* General Improvements
- cleanup clock bounds check (#4720) by Julio Lopez
- New Feature check for clock skew on write session creation
(#4719) by Julio Lopez
- rename variable to humanReadable for consistency (#4709) by
Julio Lopez
- use require to cleanup snapshot tests (#4708) by Julio Lopez
- add {peta,exa}byte prefixes (#4707) by Julio Lopez
- use snapshot end time as tie breaker for equal start time
(#4705) by Julio Lopez
- minor cleanups (#4704) by Julio Lopez
- migrate remnant piece to crypto/hkdf (#4691) by Julio Lopez
- migrate to crypto/{hkdf,pbkdf2,sha3} (#4678) by Julio Lopez
- small misc. cleanups (#4666) by Julio Lopez
- typos (#4659) by Nathan Baulch
- misc cleanups (#4652) by Julio Lopez
- enable forcetypeassert linter (#4624) by Julio Lopez
- minor cleanups (#4621) by Julio Lopez
- upload tests (#4619) by Julio Lopez
- misc cleanups (#4615) by Julio Lopez
- minor cleanups in snapshot GC (#4612) by Julio Lopez
- convenience make targets to install tools (#4616) by Julio
Lopez
- s/interface{}/any/ (#4614) by Julio Lopez
- fix TestSnapshotNoLeftoverCheckpoints slowness (#4611) by
Julio Lopez
* Repository
- create minimal cache.Storage interface (#4618) by Jarek
Kowalski
* Server
- fix snapshot scheduling in the event of machine goes to sleep
(#4682) by Jarek Kowalski
* Snapshots
- New Feature Add periodic JSON progress output to snapshot
verify (#4645) by Nick
- completely ignore unsupported entries instead of reporting
them as ignored errors to avoid snapshot warnings (#4613) by
Jarek Kowalski
* Storage Providers
- Azure client cert env var (#4726) by Julio Lopez
- rename Options.ClientCertificate for clarity (#4724) by Julio
Lopez
- add omitempty JSON tags in azure.Options (#4721) by Julio
Lopez
- add tags in azure.Options (#4716) by Julio Lopez
* CI/CD
- upgrade to Go 1.24 (#4675) by Julio Lopez
- pin actions (#4657) by Julio Lopez
- upgrade Go toolchain to 1.23.10 (#4656) by Julio Lopez
- include date-time in temp dir name used for tests (#4651) by
Julio Lopez
* Graphical User Interface
- extracted formatting utilities to separate module (#370) by
Jarek Kowalski
- moved policy utils to a separate module (#367) by Jarek
Kowalski
- component refactoring (#365) by Jarek Kowalski
- fixed warnings during 'npm test' (#345) by Jarek Kowalski
- reorganized test utilities (#369) by Jarek Kowalski
- speed up tests that use polling with long intervals (#368) by
Jarek Kowalski
- refactored router mock setup (#366) by Jarek Kowalski
- move cancelTask to a separate module (#364) by Jarek Kowalski
- added test for top-level index.jsx (#363) by Jarek Kowalski
- added tests for the App component (#362) by Jarek Kowalski
- added tests for Policies page (#361) by Jarek Kowalski
- added tests for DirectoryItems (#360) by Jarek Kowalski
- added tests for DirectoryBreadcrums (#359) by Jarek Kowalski
- added tests for SnapshotCreate component (#358) by Jarek
Kowalski
- added tests for SnapshotDirectory component (#357) by Jarek
Kowalski
- added forms test (#351) by Jarek Kowalski
- more test coverage (#350) by Jarek Kowalski
- added tests for the Logs component (#349) by Jarek Kowalski
- add tests for Snapshots tab (#348) by Jarek Kowalski
- added tests for the Repository tab (#347) by Jarek Kowalski
- added tests for Tasks (#346) by Jarek Kowalski
- added tests for TimesOfDayTest component (#344) by Jarek
Kowalski
- added tests for snapshot estimation (#343) by Jarek Kowalski
- increased coverage for NotificationEditor.jsx (#342) by Jarek
Kowalski
- added tests for remaining repository setup pages (#341) by
Jarek Kowalski
- increase code coverage (#340) by Jarek Kowalski
- moved tests to tests/ directory and reorganized by their
target (#339) by Jarek Kowalski
* Dependencies
- build(deps): bump the common-golang-dependencies group with 9
updates (#4718)
- build(deps): bump google.golang.org/api (#4715)
- build(deps): bump github/codeql-action in the github-actions
group (#4701)
- build(deps): bump docker/setup-buildx-action in the docker
group (#4702)
- build(deps): bump dawidd6/action-homebrew-bump-formula from 4
to 5 (#4703)
- build(deps): bump the telemetry-dependencies group with 4
updates (#4699)
- build(deps): bump github.com/mocktools/go-smtp-mock/v2
(#4697)
- build(deps): bump google.golang.org/api (#4698)
- build(deps): bump github.com/chromedp/chromedp from 0.13.6 to
0.13.7 (#4688)
- build(deps): bump github.com/prometheus/common (#4687)
- build(deps): bump the common-golang-dependencies group with 2
updates (#4676)
- build(deps): bump github.com/hanwen/go-fuse/v2 from 2.7.2 to
2.8.0 (#4672)
- build(deps): bump the common-golang-dependencies group with 2
updates (#4671)
- build(deps): bump github/codeql-action in the github-actions
group (#4664)
- build(deps): bump
github.com/Azure/azure-sdk-for-go/sdk/azidentity (#4662)
- build(deps): bump the common-golang-dependencies group with 7
updates (#4660)
- build(deps): bump github.com/mocktools/go-smtp-mock/v2
(#4647)
- build(deps): bump the common-golang-dependencies group with 2
updates (#4646)
- build(deps): bump the telemetry-dependencies group with 4
updates (#4608)
- build(deps): bump the github-actions group with 2 updates
(#4632)
- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3
(#4634)
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2
(#4633)
- build(deps): bump the common-golang-dependencies group with 2
updates (#4607)
-------------------------------------------------------------------
Mon May 26 04:45:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.20.1:
* Command-Line Interface
- minor cleanups in diff tests (#4594) by Julio Lopez
* Server
- fixed server-based notifications (#4598) by Jarek Kowalski
* Snapshots
- fixed snapshotting of \server\share (#4603) by Jarek Kowalski
- Remove checkpoints after a complete snapshot (#4439) by
shniubobo
* Notifications
- fixed notification severities on snapshot creation (#4604) by
Jarek Kowalski
* CI/CD
- enforce consistent formatting of KopiaUI code (#4586) by
Jarek Kowalski
* Graphical User Interface
- reformat code to 120 characters per line (#338) by Jarek
Kowalski
- fixed 'Set Policy' button (#337) by Jarek Kowalski
- SMTP credentials should not be required (#336) by Jarek
Kowalski
- ignore exceptions when making incremental changes to the
policy (#335) by Jarek Kowalski
- report code coverage (#334) by Jarek Kowalski
- globally apply prettier formatting (#333) by Jarek Kowalski
* Dependencies
- build(deps): bump the common-golang-dependencies group with 4
updates (#4582)
- build(deps): bump github.com/prometheus/common (#4583)
-------------------------------------------------------------------
Tue May 20 04:35:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.20.0:
* Command-Line Interface
- New Feature helper functions to get preceding snapshots for
diff (#4559) by Rohit-BM18
- Fix crash when doing kopia policy show <path> (#4560) by
Donatas Abraitis
- rename function to setListBlobsParallelismFromFlags (#4564)
by Julio Lopez
- New Feature --stats-only flag for the diff command (#4557) by
Rohit-BM18
- add flag for rclone's startup timeout (#4543) by Julio Lopez
- cleanup cli.repositoryAccessMode (#4541) by Julio Lopez
- clarify documentation regarding per-user and per-host (#4512)
by blenderfreaky
- create cache marker in log directories (#4517) by Julio López
- set build info version and info when not set (#4498) by Julio
López
- misc cleanups in internal/diff (#4484) by Julio López
- add details to persistent password error message (#4480) by
Julio López
- add newline after policy export output (#4476) by Julio López
- New Feature compute snapshot diff stats (#4444) by Rohit-BM18
- diff test (#4422) by Julio López
* KopiaUI App
- adjust handling of default repository (#4561) by remigius42
* General Improvements
- cleanup forbidigo linter config (#4540) by Julio Lopez
- cleanup linter config (#4538) by Julio Lopez
- avoid removing error cause (#4536) by Julio Lopez
- enable wsl for all go files (#4524) by Matthieu MOREL
- cleanup a few tests (#4519) by Julio Lopez
- leverage os.CreateTemp (#4513) by Julio López
- minor cleanups and other nits (#4507) by Julio López
- tempfile.Create on Linux (x64/arm64) (#4504) by Julio López
- use correct error in call to errors.Wrap (#4477) by alingse
- prevent infinite loop while resolving ignore file symlinks
(#4413) by Julio López
* Repository
- New Feature role assumption for S3 storage (#4182) by ashmrtn
* Server
- add empty line between headers and body in email payload
(#4545) by Julio Lopez
- prevent maintenance task on read-only repos (#4408) by Julio
López
* Snapshots
- extracted snapshot.FindPreviousManifests() (#4453) by Jarek
Kowalski
- refactored uploader into separate package (#4450) by Jarek
Kowalski
* Storage Providers
- human-friendly persistence of role durantion (#4546) by Julio
Lopez
- New Feature Azure Blob client certificate authentication
(#4535) by Julio Lopez
* CI/CD
- fix HTMLUI changelog (#4579) by Jarek Kowalski
- auto-generate clean htmlui changelog (#4578) by Jarek
Kowalski
- upgrade Go toolchain to 1.23.9 (#4568) by Julio Lopez
- remove exclusion for unused ctx parameters (#4530) by Julio
Lopez
- replace multierr with errors.Join (#4529) by Julio Lopez
- remove gocritic unnecessaryDefer exclusion (#4525) by
Matthieu MOREL
- enable exptostd linter (#4509) by Julio López
- utc commit date (#4506) by Julio López
- bump golangci-lint to v2.1.2 (#4500) by Matthieu MOREL
- use GH Linux ARM runners (#4367) by Julio López
- upgrade Go to 1.23 (#4248) by Jarek Kowalski
* Graphical User Interface
- New Feature add max file size field to policy editor (#321)
by blenderfreaky
- New Feature allow creating per-host, per-user and foreign
policies (#320) by blenderfreaky
- Remove misleading asterisk from extension placeholders (#327)
by Kian Kasad
- don't require login and password to allow using SMTP instead
of upgrading to SMTPs (#313) by anaxita
- reformatted all code using prettier (#330) by Jarek Kowalski
- added eslint (#329) by Jarek Kowalski
- migrate htmlui framework to vite, because CRA is deprecated
(#316) by Jarek Kowalski
* Dependencies
- build(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 (#4366)
- build(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1 (#4387)
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4434)
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4549)
- build(deps): bump github.com/chromedp/chromedp from 0.11.0 to 0.12.1 (#4363)
- build(deps): bump github.com/chromedp/chromedp from 0.12.1 to 0.13.0 (#4426)
- build(deps): bump github.com/chromedp/chromedp from 0.13.0 to 0.13.1 (#4443)
- build(deps): bump github.com/chromedp/chromedp from 0.13.1 to 0.13.3 (#4468)
- build(deps): bump github.com/chromedp/chromedp from 0.13.3 to 0.13.6 (#4494)
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#4464)
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#4463)
- build(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4 (#4380)
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#4425)
- build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#4427)
- build(deps): bump github.com/pkg/sftp from 1.13.7 to 1.13.8 (#4456)
- build(deps): bump github.com/pkg/sftp from 1.13.8 to 1.13.9 (#4474)
- build(deps): bump github.com/prometheus/client_golang (#4424)
- build(deps): bump github.com/prometheus/client_golang (#4493)
- build(deps): bump github.com/prometheus/client_model (#4503)
- build(deps): bump github.com/prometheus/common (#4458)
- build(deps): bump github.com/sanity-io/litter from 1.5.6 to 1.5.8 (#4417)
- build(deps): bump github.com/tg123/go-htpasswd from 1.2.3 to 1.2.4 (#4516)
- build(deps): bump github/codeql-action in the github-actions group (#4386)
- build(deps): bump google.golang.org/api (#4393)
- build(deps): bump google.golang.org/api (#4437)
- build(deps): bump google.golang.org/grpc (#4365)
- build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 in the common-golang-dependencies group (#4515)
- build(deps): bump google.golang.org/protobuf (#4379)
- build(deps): bump google.golang.org/protobuf (#4469)
- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#4433)
- build(deps): bump the common-golang-dependencies group across 1 directory with 4 updates (#4465)
- build(deps): bump the common-golang-dependencies group with 10 updates (#4441)
- build(deps): bump the common-golang-dependencies group with 10 updates (#4492)
- build(deps): bump the common-golang-dependencies group with 11 updates (#4400)
- build(deps): bump the common-golang-dependencies group with 2 updates (#4502)
- build(deps): bump the common-golang-dependencies group with 2 updates (#4567)
- build(deps): bump the common-golang-dependencies group with 3 updates (#4416)
- build(deps): bump the common-golang-dependencies group with 3 updates (#4473)
- build(deps): bump the common-golang-dependencies group with 4 updates (#4423)
- build(deps): bump the common-golang-dependencies group with 4 updates (#4532)
- build(deps): bump the common-golang-dependencies group with 9 updates (#4558)
- build(deps): bump the docker group with 2 updates (#4432)
- build(deps): bump the github-actions group across 1 directory with 4 updates (#4364)
- build(deps): bump the github-actions group with 2 updates (#4548)
- build(deps): bump the github-actions group with 3 updates (#4431)
- build(deps): bump the github-actions group with 4 updates (#4483)
- build(deps): bump the telemetry-dependencies group with 5 updates (#4442)
- build(deps): remove patch requirement in go.mod (#4411)
- build(deps): updated all dependencies of KopiaUI app (#4580)
- build(deps): upgrade Go toolchain to 1.23.7 and x/net packages (#4438)
- build(deps): use Go 1.23.8 toolchain (#4482)
-------------------------------------------------------------------
Fri Jan 24 06:07:37 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 0.19.0:
* build(deps): bump codecov/codecov-action to 5.2.0 (#4362)
* build(deps): bump docker/setup-qemu-action (#4361)
* build(deps):
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#4360)
* fix(server): ensure server uploads "repodiag" blobs (#4358)
* chore(general): reduce verbosity for noisy log message (#4357)
* build(deps): bump google.golang.org/api (#4356)
* build(deps): drop Go patch version to 1.22.0 (#4353)
* build(deps): upgrade grpc and opentelemetry dependencies
(#4354)
* feat(kopiaui): support for desktop notifications (#4352)
* build(deps): bump the telemetry-dependencies group with 4
updates (#4350)
* build(deps): bump the common-golang-dependencies group with 3
updates (#4349)
* test(general): cleanup symlink tests (#4347)
* build(deps): bump github.com/sanity-io/litter from 1.5.5 to
1.5.6 (#4344)
* build(deps): bump github.com/mattn/go-colorable from 0.1.13 to
0.1.14 (#4343)
* build(deps): bump cloud.google.com/go/storage (#4342)
* build(deps): bump github.com/minio/minio-go/v7 from 7.0.82 to
7.0.83 in the common-golang-dependencies group (#4337)
* feat(notifications): tweak snapshot report template (#4338)
* Update command_benchmark_compression.go (#4339)
* build(deps): bump the kopia-ui-npm-dependencies group (#4327)
* build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2
(#4330)
* build(deps): bump docker/setup-buildx-action in the docker
group (#4329)
* build(deps): bump the github-actions group with 3 updates
(#4328)
* build(deps): bump github.com/studio-b12/gowebdav from 0.9.0 to
0.10.0 (#4315)
* build(deps): bump the common-golang-dependencies group across 1
directory with 8 updates (#4336)
* feat(server): emit notifications as JSON to stderr when running
under KopiaUI (#4322)
* feat(notifications): emit snapshot report notifications in the
UI/server (#4323)
* feat(notifications): improved notification templates (#4321)
* feat(general): misc notifications improvements (#4319)
* build(deps): bump the common-golang-dependencies group with 4
updates (#4314)
* build(deps): bump the telemetry-dependencies group with 4
updates (#4312)
* feat(ui): upgraded htmlui to the latest version (#4317)
* feat(kopiaui): support for AppArmor on Ubuntu 24.04 (#4318)
* build(deps): bump the common-golang-dependencies group with 4
updates (#4311)
* feat(ui): upgraded htmlui to the latest version (#4301)
* feat(ui): upgraded htmlui to the latest version (#4300)
* build(deps): bump the common-golang-dependencies group across 1
directory with 3 updates (#4299)
* build(deps): bump github.com/prometheus/common (#4298)
* build(deps): bump github/codeql-action in the github-actions
group (#4286)
* build(deps): bump github.com/mocktools/go-smtp-mock/v2 (#4277)
* build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7
(#4287)
* build(deps): bump the kopia-ui-npm-dependencies group (#4288)
* build(deps): bump github.com/hanwen/go-fuse/v2 from 2.6.4 to
2.7.2 (#4291)
* feat(server): only log successful authentication events when
--log-server-requests is enabled (#4296)
* build(deps): bump github.com/minio/minio-go/v7 (#4290)
* build(deps): bump github.com/stretchr/testify from 1.9.0 to
1.10.0 (#4275)
* build(deps): bump google.golang.org/api (#4274)
-------------------------------------------------------------------
Thu Nov 21 07:54:44 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@@ -1,4 +1,4 @@
name: kopia
version: 0.18.2
mtime: 1732086048
commit: c70f1a1c1164ee8676f85f9a1cea6de0a782a3ae
version: 0.22.3
mtime: 1764653244
commit: 154bf56899228e5c95fb3176b9c6901bbe4ca97b

View File

@@ -1,7 +1,7 @@
#
# spec file for package kopia
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: kopia
Version: 0.18.2
Version: 0.22.3
Release: 0
Summary: Cross-platform backup tool with fast incremental backups
License: Apache-2.0
URL: https://github.com/kopia/kopia
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.22
BuildRequires: golang(API) >= 1.24
%description
Kopia is a fast and secure open-source backup/restore tool that allows you to

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba1bbff0e5b01828ebd510426323bbe59bb12f0cb9f6a9ffa89d2ded329bdb19
size 11436610
oid sha256:a992be6d1d2206c95d2cd292618e56b09c19e9f7a045b8676eef6b52be37a310
size 10989366