mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
30 lines
611 B
Markdown
30 lines
611 B
Markdown
# 🚀 Fleetbase v0.7.7 — 2025-08-09
|
|
|
|
> “Added ability to configure rate limiting”
|
|
|
|
---
|
|
|
|
## ✨ Highlights
|
|
- Ability to configure rate limiting
|
|
|
|
---
|
|
|
|
## ⚠️ Breaking Changes
|
|
- None 🙂
|
|
|
|
---
|
|
|
|
## 🔧 Upgrade Steps
|
|
```bash
|
|
# Pull latest version
|
|
git pull origin main --no-rebase
|
|
|
|
# Update docker
|
|
docker compose down && docker compose up -d
|
|
|
|
# Run deploy script
|
|
docker compose exec application bash -c "./deploy.sh"
|
|
```
|
|
|
|
## Need help?
|
|
Join the discussion on [GitHub Discussions](https://github.com/fleetbase/fleetbase/discussions) or drop by [#fleetbase on Discord](https://discord.com/invite/HnTqQ6zAVn) |