-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
🚀 Release v0.25.6 #2901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
🚀 Release v0.25.6 #2901
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
The previous version of this file used `mongo:6` which reached EOL on July 1st 2025 More at : https://www.mongodb.com/legal/support-policy/lifecycles
- Replace v.Used with (Total - Available) calculation - Provides accurate memory usage for monitoring alerts - Prevents false alerts caused by Linux cache/buffers - Aligns with 'free -h' available memory metric
… the environment variables icon from the dropdown menu to a visible position outside. - Update the UI to ensure the icon is accessible and intuitive for users -#2755
feat: Bump default MongoDB docker image version to 7
…ication-delete fix: load remote middleware on app delete if a serverId is provided
fix(notifications): prevent blank email field on dialog reopen
fix: resources tooltips trigger form submission
fix: correct typos
fix: profile picture image fit
refactor the copy feature to use `copy-to-clipboard`.
feat: Add copy to clipboard functionality for deployment and runtime logs
…d table; update notification schema
feat(notifications): add lark webhook
feat: Recreate 2fa backup codes
…ntroduce toast notifications
…ty in volume backup component
…ed-Globally-for-All-Volume-Backups-#2836 fix(volume-backups):Volume Backups Loading State to Track Per Backup -#2836
…ntax in getApplicationStats function
…terals for dynamic content
…-at-build-time Pass `DOKPLOY_DEPLOY_URL` as build time argument so it can be used during build
…-bitbucket-workspace-specified fix(api): update Bitbucket API URL construction to use a unified user…
…iables-not-loaded-in-docker-compose-raw-mode 2777 bug report environment variables not loaded in docker compose raw mode
…uce cancell-deployments export
feat(tracking): integrate HubSpot tracking functionality and reintrod…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR promotes changes from
canarytomainfor version v0.25.6.🔍 Changes Include:
✅ Pre-merge Checklist: