Release v1.7.0
ยท 2 min read
This release introduces numerous improvements to URL handling, deployment configurations, and log management.
Key updates include fixes for URL syntax and construction, and improved deployment processes with integrated documentation support.
A notable addition is the new Docker-based deployment option, offering a streamlined way to set up Bublik instances.
๐ What's New?โ
๐ New Featureโ
Docker Deployโ
We've implemented Docker container support for simplified Bublik deployment and setup.
For detailed instructions on setting up a Bublik instance with Docker, please refer to our documentation
Admin Sectionโ
Backend Updateโ
cd bublik
git remote update
git checkout v1.7.0
./scripts/deploy --steps general_conf
- Update the value of
BUBLIK_DOCS_DIST
inbublik/general.conf
to match the name of the distribution you are using, if necessary ./scripts/deploy --steps django_settings run_services
Frontend Updateโ
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-ui
git remote update
git checkout v1.7.0
Documentation Updateโ
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-docs
git remote update
git checkout v1.7.0
Changelogโ
Frontendโ
โป Code Refactoringโ
- logs: rename 'Artifacts' to 'Attachments' (07d5667)
Backendโ
๐ Bug Fixโ
- urls: fix syntax warning (342e605)
- urls: fix absolute URL construction (a54eee4)
- urls: fix URL prefix construction (c648492)
- log: add proxy logic for JSON logs to fix CORS issues (32e35dc)
๐ New Featureโ
- log: add proxy endpoint to resolve CORS issues with remote logs (add49cf)