Changelog

Follow up on the latest improvements and updates.

RSS

Release Date
: March 18, 2024
Summary:
We are thrilled to announce the latest addition to DeployBot: DeployBot Gists! Our team has been hard at work to provide you with a new way to share code snippets that can enhance your deployment experience. With DeployBot Gists, you can now easily expand the capabilities of DeployBot and gain a deeper understanding of various use cases.
Highlights of DeployBot Gists:
  • Shareable Snippets:
    Quickly share reusable code snippets with your team or the DeployBot community.
  • Expand Functionality:
    Use gists to customize your deployment process or add new features to your workflow.
  • Collaborate and Learn:
    Discover new strategies for deployment and configuration management from other users’ gists.
  • Easy Access:
    Find a curated library of gists within DeployBot, ready to be implemented in your projects.
  • Community Driven:
    Contribute to the community by creating and sharing your own gists.
Using DeployBot Gists:
  • Browse:
    Navigate to the new ‘Gists’ section in DeployBot to explore available snippets.
  • Implement:
    Select a gist that fits your needs and easily integrate it into your deployment setup.
  • Create:
    Write your own gists and share them with others, all within the DeployBot interface.
  • Feedback:
    Provide feedback on gists you’ve used to help others make informed decisions.
We believe DeployBot Gists will empower our users to share knowledge, improve deployment practices, and foster a stronger community around our platform. Get started today by checking out the ‘Gists’ section in DeployBot!
Thank you for choosing DeployBot and happy deploying!
Your DeployBot Team
Release Date: March 11, 2024
Summary:
In our ongoing efforts to enhance application performance and stability, we are introducing an Auto-Archive feature for incidents in DeployBot.
What’s New
Auto-Archive of Incidents:
DeployBot will now automatically archive incidents that are older than 6 months.
Improved Performance:
This change will help in maintaining a clutter-free environment, resulting in faster loading times and a more stable application.
Easy Retrieval:
Archived incidents can still be accessed and reviewed if needed, ensuring you don't lose any historical data.
This update will be rolled out to all users and will require no action on your part. We believe this feature will streamline your DeployBot experience and we’re excited for you to see the benefits.
Thank you for your continued support!
Release Date
: February 21, 2024
Summary:
1. Comprehensive Pentest Completed
: We've proactively engaged with cybersecurity experts to perform a thorough penetration test of the DeployBot system.
2. Security Fixes Released
: Several security enhancements have been made as a direct result of findings from the Pentest.
3. Commitment to Security
: Reinforcing our ongoing commitment to maintaining the highest security standards for our users.
Message from DeployBot
Security is paramount to everything we do at DeployBot. We understand the trust you place in our platform, and we're dedicated to safeguarding your operations with constant vigilance and proactive improvements. This latest update is part of our ongoing effort to offer not just powerful deployment automation, but also the peace of mind that comes with top-tier security.
We appreciate the collaboration with security researchers and the community for helping us maintain a secure environment for everyone.
Stay safe, and happy deploying!
Release Date
: February 12, 2024
Summary
:
We've addressed a critical issue where one of our nodes responsible for receiving Webhooks was experiencing intermittence, which in turn affected the reliability of our service. The fault was promptly detected and has been corrected. We strive to maintain seamless service and apologize for any interruptions this may have caused.
Release Date:
January 24, 2024
Summary:
We're excited to announce that DeployBot now supports AWS GovCloud Regions! This means you can now utilize our seamless deployment services for applications that strictly comply with U.S. regulations.
AWS GovCloud (US-East) Region Support
: Deploy your services with the highest level of security, compliance, and audit capabilities that the AWS GovCloud (US-East) provides.
AWS GovCloud (US-West) Region Support
: Extend your reach with the enhanced infrastructure provided in the AWS GovCloud (US-West) Region.
Screenshot 2024-01-24 at 12
What Does This Mean?
AWS GovCloud Regions are designed to host sensitive data and regulated workloads, addressing the U.S. government's stringent requirements. With this update, DeployBot now offers the ability for users and enterprises who deal with U.S. government-based data to deploy applications in these specific AWS regions, ensuring the highest level of data protection and compliance.
Always remember to double-check your configurations when setting up your new AWS GovCloud regions.
We're glad to be continuously improving and expanding our services based on your needs. Stay tuned for more updates!
For any questions or assistance, feel free to contact our support team.
Happy coding!
The DeployBot Team
Release Date
: December 28, 2023
Summary
:
We've introduced a new way to control your deployment pipeline directly from your commit messages! You can now include special commands in your commit messages to modify the behavior of your deployments on the fly.
Here are the commands you can use:
  • [skip_build]
    : Use this tag if you want to bypass the asset building process for a specific deployment. This can save time if you know your latest changes don't affect assets.
  • [skip_cache]
    : With this tag, DeployBot will ignore the existing cache and perform the necessary steps to ensure your deployment reflects the most recent changes without using any cached data.
  • [from_scratch]
    : This powerful command tells DeployBot to execute a deployment from scratch, ensuring a completely fresh state. It's like hitting the reset button for your deployment.
  • [silent]
    : If you prefer a quiet deployment, use this tag. DeployBot will carry out the deployment without sending any notifications, keeping your workflow uninterrupted.
Simply include these commands in your commit message to make use of the new features.
For example:
git commit -m "Update styles for new header layout [skip_build] [silent]"
We're excited to see how these new commands will help streamline your deployment process.
Happy deploying! 🚀
---
Remember: Use these commands responsibly, as they can affect the deployment process and may lead to deployments not reflecting the latest state of your codebase if used incorrectly.
Release Date
: December 25, 2023
Summary
:
Today marks an exciting milestone for DeployBot as we unveil our latest feature: integration with Rollbar. This beta release feature enables DeployBot users to automatically notify Rollbar when a new release is deployed, streamlining error monitoring and improving the debugging process.
New Features: Rollbar Deployment Tracking Integration (Beta)
  1. Seamless Deployment Notifications: Immediately after a DeployBot deployment, notify Rollbar to keep track of new releases.
  2. Efficient Error Tracking: Linking deployments with Rollbar enhances your ability to track errors back to specific deployments, simplifying the troubleshooting process.
  3. Integrated Workflow: Stay within the DeployBot ecosystem while benefiting from Rollbar's robust error and performance monitoring capabilities.
  4. Exclusive Beta Access: This feature is currently in its beta phase and is exclusively available to our beta testers for early access and feedback.
Thank you for being a valued member of our beta testing community!
Happy deploying!
Release Date
: December 18, 2023
Summary
:
We're delighted to present to our users the integration of DeployBot with Sentry, one of the leading error monitoring and performance tracking tools. This new feature, currently in beta, allows you to notify Sentry whenever a new release is live, providing better insights into the health of your application post-deployment.
New Features: Sentry Release Tracking Integration (Beta)
  1. Automatic Release Notifications: After deploying with DeployBot, notify Sentry automatically to track the new release.
  2. Enhanced Error Monitoring: By linking deployments to Sentry's release tracking, you can more effectively monitor and pinpoint when an error was introduced.
  3. Streamlined Workflow: Reduce context switching and manual errors by integrating Sentry directly into your deployment process.
  4. Beta Access: This feature is currently available for beta users to test and provide feedback.
Thank you for helping us improve DeployBot!
Happy deploying!
Release Date:
December 12, 2023
Summary:
We've addressed an issue where suspended accounts were experiencing trouble updating their payment methods. Users with suspended accounts can now seamlessly update their payment information to reactivate their services without any errors. Please contact support@deploybot.com if you face any issue!
Release Date
: December 11, 2023
Summary
:
We are thrilled to announce a significant addition to DeployBot's capabilities in this latest release: direct integration with Cloudflare! This enhancement is initially available to our beta users and enables the option to automatically purge the cache following a successful deployment process.
New Features: Cloudflare Cache Purge Integration
  1. Automatic Cache Purging: Beta users can now automate the clearing of Cloudflare cache as part of the post-deployment process.
  2. Instant Content Refresh: Ensure that your audience accesses the most recent content without any manual cache clearing interference.
  3. Simple Configuration: The setting up of this integration is straightforward, requiring only the Cloudflare API token to be linked with your DeployBot settings. More info here.
  4. Security First: Security of your Cloudflare credentials is paramount; the integration is designed with strict security protocols in place.
Happy deploying!
Load More