Skip to content

Releases: catalogicsoftware/kubedr

0.3.0

24 Feb 17:17
Compare
Choose a tag to compare

Changelog

709ee6d Skip assertion of restored files when running as part of CI.
b9d6511 Improve error message when pod cannot be started.
db89bb7 Make sure PV and PVC in tests use same storageClassName.
f42adfa Tests should wait for PVC to be bound.
1a415a5 Support non-DR restore.
871f2e7 Add generation number in status of BackupLocation resource.
f612406 Added "BackupLocation" field to MetadataBackupRecord.
e7bc67b Add Google Group to Feedback README section and badge.
26c8841 Add details about metrics to dev guide.
7208880 Update user guide with details about metrics.
079a46a Export some backup stats as Prometheus metrics.
06ffd96 Use new util's image containing a fix to log error message.
1c8f63e Minor tweaks to devguide CI page.
23b829a Reflect change to Concourse CI in devguide.
91a5ac6 Check number of files backed up in tests.

0.2.9

08 Feb 00:24
Compare
Choose a tag to compare

Changelog

26e0bfd Update util image to fix a bug in copying certificates.
14c7ef9 Run gofmt -s, modify yamllint rules for automatically-generated CRDs.

0.2.8

04 Feb 17:48
Compare
Choose a tag to compare

Changelog

cf50bb3 Fixed a problem in tests that print pod logs.
5f03d0b Generate an event after backup is done.
4ba0454 Remove GitLab CI Config.
a3f82dd Generate a Kubernetes event after repo initialization.
ee80f64 Describe "status" details in user guide.

0.2.7

30 Jan 20:49
Compare
Choose a tag to compare

Changelog

b616575 Added a backup test that includes certificates.
1a364f7 Reduce backup test duration by removing sleep().
acc860c Remove charts/
be93b12 Remove pushing from Makefile, handle it in CI only.
bc2b68c Remove old mechanisms for pushing tags from GitLab.
ca9cc8e Enable status subresource for policies.
e2c385a Backup test should refresh pod spec before assert.
3ab2ab5 Get logs for backup pod as part of tests.
c51f4a4 Fix lint warnings.
af6413c Use Python util's backup command.
0951674 Add new badges.
365ff71 Fix lint warnings.

0.2.6

23 Jan 22:36
Compare
Choose a tag to compare

Changelog

c4accf4 Fix warnings about not checking return value.
4819102 Enable "status" subresource for BackupLocation.

0.2.0

22 Jan 16:12
Compare
Choose a tag to compare

Changelog

f902e48 Set kubedrutil image to be pulled from DockerHub by default.
64ae68f Remove hardcoding of :latest tag from Makefile.
e2fb216 Add explicit version for kubedrutil in Makefile.
657e89b Enable gofmt.
3550d32 Don't set repo initialization annotation in the controller.
16c22e5 Fix the test logic that finds a backup pod.
ef153a9 Publish XML report
41dddab Add feature list to user guide.
f2d410c Upload XML separately from junit path to allow downloading of artifacts through UI.
25ebfed Update links to guides.

0.1.0

15 Jan 04:55
Compare
Choose a tag to compare

Welcome to the very first release of KubeDR!

Installation Instructions

See: Userguide/Installation

Features

  • Backup cluster data in etcd to any S3 compatible storage.
  • Backup certificates
  • Pause and resume backups
  • Clean up older snapshots based on a retention setting.
  • Restore etcd snapshot
  • Restore certificates

Documentation