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

Create and publish Backup and Restore functional layer #832

Closed
mjnagel opened this issue Sep 25, 2024 · 0 comments · Fixed by #862
Closed

Create and publish Backup and Restore functional layer #832

mjnagel opened this issue Sep 25, 2024 · 0 comments · Fixed by #862
Assignees
Milestone

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Sep 25, 2024

Additional context in #736

As accepted in the ADR we should create and publish a "Backup and Restore" functional layer. This layer should include Velero.

Definition of done for this layer:

  • New packages/backup-restore folder with a zarf.yaml named core-backup-restore importing velero
  • Readme identifying the contents of the layer as well as any dependency layers (base in this case)
  • Validation task file, importing validations from components
  • CI filters modified to test "backup-restore" on changes to appropriate files
  • CI workflows modified to add a "layer test" which builds and deploys the specified layer. This should be used on the CI filter in place of the existing single package test for the relevant package(s)
  • Publishing workflows updated to publish the layer, using monolithic versioning (versioned identical to core itself) - this will also require release-please config updates

Existing draft PR may be helpful in the implementation here.

@mjnagel mjnagel added this to the 0.29.0 milestone Sep 27, 2024
@UnicornChance UnicornChance linked a pull request Oct 4, 2024 that will close this issue
5 tasks
docandrew pushed a commit that referenced this issue Oct 17, 2024
## Description
Setup the following layers:
1. Backup and Restore Layer (Velero)
2. UI layer (Runtime)
3. Runtime Security (Neuvector)

## Related Issue

Fixes #854 

Fixes #832 

Fixes #831


## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants