Skip to content

Releases: vmware-tanzu/velero

v0.9.4

05 Sep 17:41
@nrb nrb
d2ebc6c
Compare
Choose a tag to compare

Bug Fixes

  • Terminate plugin clients to resolve memory leaks (#797, @skriss)
  • Fix nil map errors when merging annotations (#812, @nrb)

Thanks to @twforeman and @rosskukulinski for reporting these issues!

Binary Checksums:

958f8db28b8cba2e74f1642b3df4f0461c64cc5bc66ac9db6d7dc2fb759d9e28  ark-v0.9.4-darwin-amd64.tar.gz
9e4ed69252472dfa8eab0a827d00617a8ba27f22c267db655efd541513e673c8  ark-v0.9.4-linux-amd64.tar.gz
2262d2c20ac42cbf1e316a988e24b11bfc1f39a80d0154bf424853fe8aa648dc  ark-v0.9.4-linux-arm64.tar.gz
0cf85f2e20b06d594b475e979e67e0cfb8b66e3c68f8443c4464ed9a0f1295b1  ark-v0.9.4-linux-arm.tar.gz
792859d5dfe133ffc33b72aedc0a463b8226d685bba938a7903ef7751fc34c46  ark-v0.9.4-windows-amd64.tar.gz
c19e827bd31dbf7bfea366d4187556a9271a1d5bdd2c6819ab63d0d52523190f  CHECKSUM

v0.9.3

10 Aug 18:29
659a852
Compare
Choose a tag to compare

Bug Fixes

  • Initialize Prometheus metrics when creating a new schedule (#689, @lemaral)

Binary Checksums:

0c541f1e4c17c30e731af4b15facf6052a663ab9e32cb8c509d471e432732769  ark-v0.9.3-darwin-amd64.tar.gz
af43564e21ea00f511ff5bb475519b7a09d8c61c8ae633174163d16b9a9b5650  ark-v0.9.3-linux-amd64.tar.gz
e84b93ad38f71db43cfb8314bd3d5c99e4a8884775a5fc1f7df23b9bb471405f  ark-v0.9.3-linux-arm.tar.gz
e9c49d02de75b526fa1aa157d913f82cb28980f817e0c252e56378e456d7165e  ark-v0.9.3-linux-arm64.tar.gz
1a23cd57d90dd63ea3316539f6911450a2b558eb4a540e4b1ae0fae1e5bdc65b  ark-v0.9.3-windows-amd64.tar.gz
e4b397104be5d7d7f55254ffc912ea8b304990e828285490b6f42f16f85dc4a0  CHECKSUM

v0.9.2

26 Jul 21:20
0acd368
Compare
Choose a tag to compare

Bug Fixes:

  • Fix issue where modifications made by backup item actions were not being saved to backup tarball (#704, @skriss)

Binary Checksums:

c2181f1d17a73bcba3f5a22a5c56bd18a44a3ccc004a6ed05a17f52133a81b08  ark-v0.9.2-darwin-amd64.tar.gz
c029fb07c7d586d65193d351da47fd1222c30289da3fa90b059771726b5cc93b  ark-v0.9.2-linux-amd64.tar.gz
baedbc416807058081110937b13e80ccf41b8649345878dad2167bd0701bace3  ark-v0.9.2-linux-arm.tar.gz
9d3b57e369d513d3bf19ccd767eae0125c963cba191a414a28a14187a1c0e228  ark-v0.9.2-linux-arm64.tar.gz
478c8fd0e09f7f8d57bf8509252d82fb5b812dfae1e1eb5158a04f71ee250fa4  ark-v0.9.2-windows-amd64.tar.gz
f421d9f8efaf8620619a2d2e8b3bc4da56eb233267b84436cd0613bc531ce926  CHECKSUM

v0.9.1

23 Jul 20:40
10a1fe2
Compare
Choose a tag to compare

Bug Fixes:

  • Require namespace for Ark's CRDs to already exist at server startup (#676, @skriss)
  • Require all Ark CRDs to exist at server startup (#683, @skriss)
  • Fix latest tagging in Makefile (#690, @skriss)
  • Make Ark compatible with clusters that don't have the rbac.authorization.k8s.io/v1 API group (#682, @nrb)
  • Don't consider missing snapshots an error during backup deletion, limit backup deletion requests per backup to 1 (#687, @skriss)

Binary Checksums:

1876f872c983bc316ba7359b3840eed550e45d102a0339b4062ddd5768b87a03  ark-v0.9.1-darwin-amd64.tar.gz
7b01746f05438b615a475b19a5cc3c59f282a4387c5a98fa3b88b450a946d1a7  ark-v0.9.1-linux-amd64.tar.gz
b1eec27fe417353fee6e6c151f191ccad5a9efd8be4b21c399197d893f3f7f54  ark-v0.9.1-linux-arm.tar.gz
2815ce946ac4a06bda774caaf8fa0e270bf645ce868f208a85f2d69bba77f493  ark-v0.9.1-linux-arm64.tar.gz
fb1ac086b874790ef71a02529bcb0a1f6d9ca6e7a8d2834ffaaadebe34f6aec2  ark-v0.9.1-windows-amd64.tar.gz
79ef7b4276889c91a26e20e9bebedbb44692adacca66c5a61583d19c90705521  CHECKSUM

v0.9.0

06 Jul 15:58
efae979
Compare
Choose a tag to compare
Highlights:
  • Ark now has support for backing up and restoring Kubernetes volumes using a free open-source backup tool called restic. This provides users an out-of-the-box solution for backing up and restoring almost any type of Kubernetes volume whether or not it has snapshot support integrated with Ark. For more information, see the documentation.
  • Support for Prometheus metrics has been added! View total number of backup attempts (including success or failure), total backup size in bytes, and backup durations. More metrics coming in future releases!
All New Features:
Bug Fixes / Other Changes:
  • Upgrade to Kubernetes 1.10 dependencies (#417, @skriss)
  • Upgrade to go 1.10 and alpine 3.7 (#456, @skriss)
  • Display no excluded resources/namespaces as <none> rather than * (#453, @nrb)
  • Skip completed jobs and pods when restoring (#463, @nrb)
  • Set namespace correctly when syncing backups from object storage (#472, @skriss)
  • When building on macOS, bind-mount volumes with delegated config (#478, @skriss)
  • Add replica sets and daemonsets to cohabitating resources so they're not backed up twice (#482 #485, @skriss)
  • Shut down the Ark server gracefully on SIGINT/SIGTERM (#483, @skriss)
  • Only back up resources that support GET and DELETE in addition to LIST and CREATE (#486, @nrb)
  • Show a better error message when trying to get an incomplete restore's logs (#496, @nrb)
  • Stop processing when setting a backup deletion request's phase to Deleting fails (#500, @nrb)
  • Add library code to install Ark's server components (#437 #506, @marpaia)
  • Properly handle errors when backing up additional items (#512, @carlpett)
  • Run post hooks even if backup actions fail (#514, @carlpett)
  • GCP: fail backup if upload to object storage fails (#510, @nrb)
  • AWS: don't require region as part of backup storage provider config (#455, @skriss)
  • Ignore terminating resources while doing a backup (#526, @yastij)
  • Log to stdout instead of stderr (#553, @ncdc)
  • Move sample minio deployment's config to an emptyDir (#566, @runyontr)
  • Add omitempty tag to optional API fields (@580, @nikhita)
  • Don't restore PVs with a reclaim policy of Delete and no snapshot (#613, @ncdc)
  • Don't restore mirror pods (#619, @ncdc)
Docs Contributors:
Binary Checksums:
17699820f425d836f315323656a78ac38afa8838c128b9225a117473822bd719  ark-v0.9.0-darwin-amd64.tar.gz
1a452cd2b6f2b165da274b7b293c6a1f96c9020cd82a07f911a123634b82308f  ark-v0.9.0-linux-amd64.tar.gz
92d62649fe6b3ec1a3c7ecab347fd0941b858a2caee53d28137b088ff3e95b0d  ark-v0.9.0-linux-arm.tar.gz
ea2668b68cc1c54fa186ad0fb3cb82b251a41ac987584346116b73487613a2a8  ark-v0.9.0-linux-arm64.tar.gz
efce4ee9d41811385bbfb7a7e435631ac68df3573386655a852fa1f844ae1dc0  ark-v0.9.0-windows-amd64.tar.gz
cc14fa331ff780be409696a0ee176489c79e252a1470215a0a070aea230b9b6a  CHECKSUM

v0.9.0-alpha.3

29 Jun 18:06
1857257
Compare
Choose a tag to compare
v0.9.0-alpha.3 Pre-release
Pre-release

Binary checksums:

5b94e1a3d8025fa86b4e1a7b619c437cddf4f13613ca5bc72d6f63635aa679c7  ark-v0.9.0-alpha.3-darwin-amd64.tar.gz
f08348511e8497260428769ad46a52c81d8e62a368de5d76d579e58b59f7a3f9  ark-v0.9.0-alpha.3-linux-amd64.tar.gz
3cdbc6d246f47e8231c1a6bea30b3b8deede11166ca9042ca897f6da4871b184  ark-v0.9.0-alpha.3-linux-arm.tar.gz
36296b5aea23f785d4ea12de35a7a0b0b415e57d9c740c2e1ead3b28397d9fbd  ark-v0.9.0-alpha.3-linux-arm64.tar.gz
74c60de63c13ae5680e55a6ebcf1488f510dbc379e863f01ddcb7d79cbec80f4  ark-v0.9.0-alpha.3-windows-amd64.tar.gz
273792e6787c2bfb437ace5d51511f115b21a12019bb858520cdfb30c1446c94  CHECKSUM

v0.8.3

29 Jun 20:52
c6a8ad2
Compare
Choose a tag to compare
Bug Fixes:
  • Don't restore backup and restore resources to avoid possible data corruption (#622, @ncdc)

Binary checksums:

0e00a5d41f1bd4a3e625b2e96844b44e213f6e701604820445f6900a1c12ca89  ark-v0.8.3-darwin-amd64.tar.gz
42d38700ad4c0a7bd9e25183d31707f49e1e5d4d27ad7aa6dd5f8c765138081b  ark-v0.8.3-linux-amd64.tar.gz
dd12ff96784693c5c0f66c31b1838a4325970b246589dd61812a9b359dd96f13  ark-v0.8.3-linux-arm.tar.gz
b4707139f0acabfbbc52b61c05dd1eaaf3c659d3f64c0b871f2d4bd998bc16f4  ark-v0.8.3-linux-arm64.tar.gz
c5031f644411b5ba286540b9c742fe4569b0c629f44935e973e85e363b34e66a  ark-v0.8.3-windows-amd64.tar.gz
7786e4efff3cf51569d1017068fb925d80bbae89fb418fce5c0db8d153d25a8e  CHECKSUM

v0.9.0-alpha.2

13 Jun 21:10
11c3837
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

Binary checksums:

90a8f76cee2c0e444e07c02d78e5c4135c2190ae74ed3b2ba44a32ecea7edd10  ark-v0.9.0-alpha.2-darwin-amd64.tar.gz
654f553f41d7eda60c7dee600f20654894cd38412e85be1cd0b5964447a4099b  ark-v0.9.0-alpha.2-linux-amd64.tar.gz
aca7622ca4b998d3f1849a6dad43b775a9481b68ff37fadc2513bbde65185f24  ark-v0.9.0-alpha.2-linux-arm.tar.gz
18f2df29ed18a4324d7e3f37fbd124e56726f3bbb6a93cb6c6fdaaf922335a1e  ark-v0.9.0-alpha.2-linux-arm64.tar.gz
bea73d249e8cb6c7fe69034b52caa9527c2e3835195ac9afdf6c9ab87b01128a  ark-v0.9.0-alpha.2-windows-amd64.tar.gz
498e85137b926de481853064dc3118bbc0a496e9ef228c9c8f9c8e23a7b78d12  CHECKSUM

v0.9.0-alpha.1

12 Jun 17:01
6da32a4
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

Binary checksums:

31f6dbf8fa8b42108076aa85468de9ce808d1ba31199c9af0c297ac08662c0c9  ark-v0.9.0-alpha.1-darwin-amd64.tar.gz
0d92382e5ea45b32e09e5ad94523b4246da1dabc0e766a72bd97c43a87d05bfc  ark-v0.9.0-alpha.1-linux-amd64.tar.gz
2ed1fbf57d510b627e8644f01408370a26f0c3198088a614d66c3241ce481a6f  ark-v0.9.0-alpha.1-linux-arm.tar.gz
7c1dc94ca62964f29d3113df5fd517786bdfb13d50eeb536440221415ba48a89  ark-v0.9.0-alpha.1-linux-arm64.tar.gz
5b25f291fee428da1fae71822edcc4437b287fb57ddf2496841d87c90c36cd98  ark-v0.9.0-alpha.1-windows-amd64.tar.gz
b379664d3846e014740835b6ebaf1d975fe5deb45fd0ab1029cd4554b6956961  CHECKSUM

v0.8.2

01 Jun 18:45
e0c8c84
Compare
Choose a tag to compare

Bug Fixed:

  • Don't crash when a PVC is missing spec.volumeName (#520, @ncdc)

Binary checksums:

69eb688a868e0da120c55830972ed0552763cbdb4655f93cf3cbdc19cef450aa  ark-v0.8.2-darwin-amd64.tar.gz
6ce965c1ae715e3153ae920af2fff4c4319fb8e137159a786d2993ecf63c660e  ark-v0.8.2-linux-amd64.tar.gz
6e02530e29b852f4a3b69eb3fdd2cb22dc2206f10904da3b866ccc4fd87c1d02  ark-v0.8.2-linux-arm.tar.gz
9dbb1fd8e1c482cadfc7a38ed14ebe72882fa7557e8434bebb60c2fab0c5acea  ark-v0.8.2-linux-arm64.tar.gz
7aecc1228fafb18b1293d839dea7c68571bcfc2fe9f46930ae042d139298dd90  ark-v0.8.2-windows-amd64.tar.gz
87c40e64738530f4490cc50e6357d9d50743f0a277dbf19ba190ae16ca106123  CHECKSUM