mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-10 16:29:07 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cb4654c86 | ||
|
|
a17aa3f5cc |
14
RELEASE.md
14
RELEASE.md
@@ -1,21 +1,11 @@
|
||||
# 🚀 Fleetbase v0.7.16 — 2025-11-06
|
||||
|
||||
> "New onboarding orchestrator, improved password security, UI improvements, bug fixes"
|
||||
> "Hotfix: router map"
|
||||
|
||||
---
|
||||
|
||||
## ✨ Highlights
|
||||
- New onboarding orchestrator to build more robust onboarding flows
|
||||
- Made the `LogApiRequests` middleware more robust
|
||||
- Fixed controller validation handling
|
||||
- Added microsoft365/graph mail driver
|
||||
- Improved password requirements (including breached password check)
|
||||
- Patched creating duplicate users by email in IAM
|
||||
- Patch env mapper
|
||||
- Vehicle/driver tracking API doesnt fire resource lifecycle events or log requests - only tracking events
|
||||
- Patched `<ModelCoordinatesInput />` component
|
||||
- Security patch on Storefront customers API
|
||||
- Styling updates on Storefront
|
||||
- Hotfix router map
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fleetbase/console",
|
||||
"version": "0.7.16",
|
||||
"version": "0.7.17",
|
||||
"private": true,
|
||||
"description": "Modular logistics and supply chain operating system (LSOS)",
|
||||
"repository": "https://github.com/fleetbase/fleetbase",
|
||||
|
||||
@@ -8,8 +8,9 @@ export default class Router extends EmberRouter {
|
||||
|
||||
Router.map(function () {
|
||||
this.route('virtual', { path: '/:slug' });
|
||||
this.route('install');
|
||||
this.route('onboard');
|
||||
this.route('onboard', function () {
|
||||
this.route('index', { path: '/' });
|
||||
});
|
||||
this.route('auth', function () {
|
||||
this.route('login', { path: '/' });
|
||||
this.route('forgot-password');
|
||||
|
||||
@@ -75,7 +75,7 @@ ENV QUEUE_CONNECTION=redis
|
||||
ENV CADDYFILE_PATH=/fleetbase/Caddyfile
|
||||
ENV CONSOLE_PATH=/fleetbase/console
|
||||
ENV OCTANE_SERVER=frankenphp
|
||||
ENV FLEETBASE_VERSION=0.7.16
|
||||
ENV FLEETBASE_VERSION=0.7.17
|
||||
|
||||
# Set environment
|
||||
ARG ENVIRONMENT=production
|
||||
|
||||
Reference in New Issue
Block a user