Skip to content

Releases: k8up-io/k8up

v2.15.0

25 Mar 12:05
0240a06

Choose a tag to compare

3 changes since v2.14.0

This version of K8up changes the system requirements. Please consult the docs for more information.

🚀 Features

  • Add e2e test to validate YAML examples from documentation (#1158)
  • Update CLI greeting and copyright notice (#1176)

🐛 Fixes

  • Use websockets instead of SPDY for streaming (#1183)

📄 Documentation

  • Add e2e test to validate YAML examples from documentation (#1158)

k8up-4.9.0

25 Mar 13:16
34b37a3

Choose a tag to compare

This release contains only Helm chart changes

4 changes since k8up-4.8.7

The version of K8up included by default in this chart changes the system requirements.
Please consult the docs for more information.

If your application aware backups fail after this upgrade you might need to add the following to your values.yaml:

k8up:
  envVars:
    - name: INSECURE_ALLOW_PODEXEC_SPDY_FALLBACK
      value: "true"

See #1183 for context.

🚀 Features

  • Add nodeSelector, tolerations, and affinity to cleanup hook (#1175)

🐛 Fixes

  • Fix globalResources env var names in Helm chart (#1168)
  • Use websockets instead of SPDY for streaming (#1183)

🔗 Dependency Updates

  • Bump chart version (#1185)

v2.14.0

20 Mar 07:43
fe565d5

Choose a tag to compare

5 changes since v2.13.1

🚀 Features

  • Update restic to 0.18.1 (#1126)
  • enhancement: Add restore filter based on timestamp of snapshots (#1122)
  • enhancement: add support for restic's --delete parameter (#1123)
  • enhancement: add support for restic's --path parameter to operator and cli (#1121)
  • Improve sleep for reliable repository creation (#1105)
  • Add flag to disable Snapshots CR sync (#1112)

🐛 Fixes

  • Fix cluster label in backup metrics (#1097)
  • bug: Unable to AND-join tags (#1120)

🔗 Dependency Updates

  • chore(deps): update dependency go to v1.26.1 (#993)

k8up-4.8.7

20 Mar 08:37
2a90b53

Choose a tag to compare

This release contains only Helm chart changes

2 changes since k8up-4.8.6

🚀 Features

  • helm chart: allow setting resources on the cleanup job/hook (#1091)
  • Bump Chart version (#1148)

v2.13.1

03 Oct 07:36
56ca1a3

Choose a tag to compare

1 changes since v2.13.0

🐛 Fixes

  • Remove bitnami image for cleanup jobs (#1086)

k8up-4.8.6

03 Oct 07:45
56ca1a3

Choose a tag to compare

This release contains only Helm chart changes

1 changes since k8up-4.8.5

🐛 Fixes

  • Remove bitnami image for cleanup jobs (#1086)

k8up-4.8.5

29 Aug 07:42
c46592b

Choose a tag to compare

This release contains only Helm chart changes

3 changes since k8up-4.8.4

🚀 Features

  • Generate CRDs in helm chart (#1057)
  • Bump version in chart (#1081)

🐛 Fixes

  • [bug] use new k8up job label in prometheus rule (#1059)

v2.13.0

29 Aug 07:10
4c6934d

Choose a tag to compare

7 changes since v2.12.0

🚀 Features

  • App tmp and cache ephemeral dirs for restic (#1056)
  • Sign images using cosign (#1079)
  • Support backup image pull secret in configuration (#1078)

🐛 Fixes

  • Fix for restic progress fps (#1054)
  • Fix: Linter args and configuration (#1060)
  • fix duplicate snapshots when using multiple labelSelector schedules (#1066)

📄 Documentation

  • Add Information about backing up now (#1076)

v2.13.0-dev-signed

22 Aug 06:31
v2.13.0-dev-signed

Choose a tag to compare

v2.13.0-dev-signed Pre-release
Pre-release

5 changes since v2.12.0

🚀 Features

  • App tmp and cache ephemeral dirs for restic (#1056)

🐛 Fixes

  • Fix for restic progress fps (#1054)
  • Fix: Linter args and configuration (#1060)
  • fix duplicate snapshots when using multiple labelSelector schedules (#1066)

📄 Documentation

  • Add Information about backing up now (#1076)

k8up-4.8.4

04 Mar 10:29
022378d

Choose a tag to compare

This release contains only Helm chart changes

1 changes since k8up-4.8.3

🛠️ Minor Changes

  • Bump K8up version in chart (#1048)