Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#201 from reasonerjt/update-readme-for…
Browse files Browse the repository at this point in the history
…-1.14rc

Update README.md and CHANGELOG for plugin v1.10
  • Loading branch information
sseago authored May 16, 2024
2 parents 2216c86 + b3b86b2 commit 26bf625
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|----------------|----------------|
| v1.10.x | v1.14.x |
| v1.9.x | v1.13.x |
| v1.8.x | v1.12.x |
| v1.7.x | v1.11.x |
| v1.6.x | v1.10.x |
| v1.5.x | v1.9.x |
| v1.4.x | v1.8.x |
| v1.3.x | v1.7.x |

## Filing issues

Expand Down Expand Up @@ -265,7 +263,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.9.0 \
--plugins velero/velero-plugin-for-aws:v1.10.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand All @@ -277,7 +275,7 @@ velero install \
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.9.0 \
--plugins velero/velero-plugin-for-aws:v1.10.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand All @@ -287,8 +285,6 @@ velero install \
Additionally, you can specify `--use-node-agent` to enable node agent support, and `--wait` to wait for the deployment to be ready.
**Note:** If you are using EKS, there is a [known permissions issue](https://github.com/vmware-tanzu/velero/issues/3138) when using Velero with Kubernetes versions 1.18 and earlier that will prevent the Velero from being able to read S3 storage locations. To fix this, update the Velero deployment yaml file to include following `securityContext` value:
```
securityContext:
fsGroup: 65534
Expand Down
7 changes: 7 additions & 0 deletions changelogs/CHANGELOG-1.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## All changes

- Add label org.opencontainers.image.source(#190, @robinschneider)
- Unset env vars for role-assumption when creds are set(#191, @reasonerjt)
- configuration for checksum algorithm for PutObject to S3(#194, @reasonerjt)
- Respect the TLS setting in BSL in object store plugin(#195, @reasonerjt)
- Bump up to golang v1.22(#199, reasonerjt)

0 comments on commit 26bf625

Please sign in to comment.