Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update velero to 1.14.0 #4788

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terr
[![variant](https://github.com/cloudposse/packages/actions/workflows/variant.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant) | 0.38.0 | Variant is a Universal CLI tool that works like a task runner
[![variant2](https://github.com/cloudposse/packages/actions/workflows/variant2.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant2) | 0.38.0 | Second major version of Variant, a Universal CLI tool that works like a task runner
vault \[frozen\] | 1.14.8 | Hashicorp vault
[![velero](https://github.com/cloudposse/packages/actions/workflows/velero.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avelero) | 1.13.2 | Backup and migrate Kubernetes applications and their persistent volumes
[![velero](https://github.com/cloudposse/packages/actions/workflows/velero.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avelero) | 1.14.0 | Backup and migrate Kubernetes applications and their persistent volumes
[![vendir](https://github.com/cloudposse/packages/actions/workflows/vendir.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avendir) | 0.40.2 | Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively.
[![venona](https://github.com/cloudposse/packages/actions/workflows/venona.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avenona)* | 1.10.5 | Codefresh runtime-environment agent
[![vert](https://github.com/cloudposse/packages/actions/workflows/vert.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avert) | 0.1.0 | Simple CLI for comparing two or more versions
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terr
[![variant](https://github.com/cloudposse/packages/actions/workflows/variant.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant) | 0.38.0 | Variant is a Universal CLI tool that works like a task runner
[![variant2](https://github.com/cloudposse/packages/actions/workflows/variant2.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant2) | 0.38.0 | Second major version of Variant, a Universal CLI tool that works like a task runner
vault \[frozen\] | 1.14.8 | Hashicorp vault
[![velero](https://github.com/cloudposse/packages/actions/workflows/velero.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avelero) | 1.13.2 | Backup and migrate Kubernetes applications and their persistent volumes
[![velero](https://github.com/cloudposse/packages/actions/workflows/velero.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avelero) | 1.14.0 | Backup and migrate Kubernetes applications and their persistent volumes
[![vendir](https://github.com/cloudposse/packages/actions/workflows/vendir.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avendir) | 0.40.2 | Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively.
[![venona](https://github.com/cloudposse/packages/actions/workflows/venona.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avenona)* | 1.10.5 | Codefresh runtime-environment agent
[![vert](https://github.com/cloudposse/packages/actions/workflows/vert.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avert) | 0.1.0 | Simple CLI for comparing two or more versions
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ turf OBSOLETE Turf is Cloud Posse's command-line automati
variant 0.38.0 Variant is a Universal CLI tool that works like a task runner
variant2 0.38.0 Second major version of Variant, a Universal CLI tool that works like a task runner
vault 1.14.8 Hashicorp vault
velero 1.13.2 Backup and migrate Kubernetes applications and their persistent volumes
velero 1.14.0 Backup and migrate Kubernetes applications and their persistent volumes
vendir 0.40.2 Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively.
venona* 1.10.5 Codefresh runtime-environment agent
vert 0.1.0 Simple CLI for comparing two or more versions
Expand Down
2 changes: 1 addition & 1 deletion vendor/velero/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.2
1.14.0
Loading