fides icon indicating copy to clipboard operation
fides copied to clipboard

POC Github Actions update fides version in fidesplus

Open JadeCara opened this issue 10 months ago • 1 comments

Description Of Changes

Adds a github action that will auto generate tags when a PR is merged into fides. Adds a github action that will automatically create a PR in fidesplus updating the version of fides to the new tag.

Code Changes

  • added a new github workflow to auto new tags on pr merge.
  • added a new github workflow to auto generate prs for new tags.

Steps to Confirm

  1. Create a PR (maybe update a doc) and merge into fides
  2. wait for CI to run
  3. Verify that this creates a new b tag
  4. Verify new PR appears in fidesplus with the correct tagged version. Screenshot 2025-03-12 at 11 07 01 AM

Pre-Merge Checklist

  • [ ] Issue requirements met
  • [ ] All CI pipelines succeeded
  • [ ] CHANGELOG.md updated
    • [ ] Add a https://github.com/ethyca/fides/labels/db-migration label to the entry if your change includes a DB migration
    • [ ] Add a https://github.com/ethyca/fides/labels/high-risk label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
  • Followup issues:
    • [ ] Followup issues created (include link)
    • [ ] No followup issues
  • Database migrations:
    • [ ] Ensure that your downrev is up to date with the latest revision on main
    • [ ] Ensure that your downgrade() migration is correct and works
      • [ ] If a downgrade migration is not possible for this change, please call this out in the PR description!
    • [ ] No migrations
  • Documentation:
    • [ ] Documentation complete, PR opened in fidesdocs
    • [ ] Documentation issue created in fidesdocs
    • [ ] If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • [ ] No documentation updates required

JadeCara avatar Mar 12 '25 15:03 JadeCara

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fides-privacy-center ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 20, 2025 5:54pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
fides-plus-nightly ⬜️ Ignored (Inspect) Visit Preview Mar 20, 2025 5:54pm

vercel[bot] avatar Mar 12 '25 15:03 vercel[bot]