v2.0.0-beta
·
178 commits
to main
since this release
Release Notes
- Learn more in our blog post 🎉
v2
introduces a significant change to how data is synced from Git repositories into SQL. The easiest approach to migrate fromv1
is a clean install (wipe your db withdocker-compose down -v
if you're using Docker Compose). If this is not feasible as you need data continuity, please reach out on our Community Slack for more details.- The prior way of running syncs is still fully available and functional within an instance, and lives at a hidden UI route
/v1/repos
What's Changed
- Update
README
with new banner by @patrickdevivo in #1033 - feat: adding support for multi-arch images by @amenowanna in #1035
- feat: send
podman pull
output to worker logs by @patrickdevivo in #1036 - fix: replace screenshot in
README.md
by @patrickdevivo in #1037 - feat(v1-v2) Adjusting system to handle v1/v2. by @german-mergestat in #1038
- chore: upgrade to
v2
🎉 by @patrickdevivo in #1040
Full Changelog: v1.22.9-beta...v2.0.0-beta