Releases: zauberware/capistrano-ops
v1.0.9
This minor release introduces fixes for missing variables in the S3 multipart upload process and updates the chunk size calculation. Additionally, the version has been bumped to v1.0.9.
-
Fixed Missing Variables: Resolved issues with missing variables in the S3 multipart upload process, ensuring smoother and more reliable uploads.
-
Updated Chunk Size Calculation: Improved the efficiency of uploads by ensuring a minimum chunk size of 50MB.
-
Version Bumped to v1.0.9: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.8
This minor release introduces retry logic to S3 uploads and includes a version bump to v1.0.7. These updates aim to enhance the robustness and reliability of the backup process.
-
Retry Logic for S3 Uploads: Added retry logic with exponential backoff to S3 uploads, ensuring that uploads can recover from transient errors and complete successfully.
-
Version Bumped to v1.0.7: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.7
* typo fix * bump version
v1.0.6
This minor release introduces a fix for the inheritable_copy error and includes a version bump to v1.0.6. These updates aim to resolve the error and ensure the config method works correctly with environment variables.
-
Fix for Inheritable Copy Error: Ensured the config method returns the expected type and handles environment variables appropriately, resolving the inheritable_copy error.
-
Version Bumped to v1.0.6: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.5
This minor release introduces enhanced S3 upload functionality, allowing direct streaming into tar.gz files and streaming for individual files. Additionally, the dump and backup tasks have been refactored for improved readability and maintainability.
-
Enhanced S3 Upload: Updated the S3 upload to allow streaming directly into tar.gz files and streaming for individual files, improving the efficiency and flexibility of the backup process.
-
Version Bumped to 1.0.5: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
-
Refactored Tasks: Refactored the dump and backup tasks to improve readability and maintainability, making the codebase easier to understand and work with.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.4
This minor release introduces an enhanced method for retaining other stages in the local application.yml
configuration, alongside improvements to the configs
helper within our Capistrano deployment tasks. These updates aim to maintain the integrity of other stages and ensure a smoother deployment process.
-
Fix for Losing Stage Local: Updated the
configs
helper to return the rest ofapplication.yml
as the third element, ensuring that other stages are kept locally. -
Version Bumped to 1.0.4: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.3
This minor release introduces an enhanced method for checking the presence of gems in the Gemfile, alongside improvements to the task loading mechanism within our Capistrano deployment tasks. These updates aim to streamline operations and increase the reliability of our deployment processes.
-
Enhanced Gem Presence Check: Implemented a regex-based checking system to accurately determine if a specific gem is present in the Gemfile, significantly enhancing the reliability of the gem presence verification process.
-
Task Loading Mechanism Refactor: Refactored the task loading mechanism for improved efficiency and readability, ensuring a smoother and more intuitive user experience.
-
Version Bumped to 1.0.3: Marks the introduction of these enhancements, ensuring all users can benefit from the improved functionality.
We highly recommend updating to this latest version to take advantage of the new features and improvements. Your feedback is invaluable to us, and we thank you for your continued support.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.2
This patch release addresses the previously identified issue with the wkhtmltopdf
integration in our Capistrano deployment tasks. Key improvements include:
-
Capistrano::Ops::Wkhtmltopdf::Helpers: Added missing declarations to ensure all helper methods function correctly, enhancing the reliability of PDF generation in deployment processes.
-
Version Bumped to 1.0.2: Reflects the critical nature of the fixes and ensures smooth upgrades for all users.
This update is essential for all users utilizing the wkhtmltopdf
tasks within their deployment process. We recommend updating at your earliest convenience to benefit from these improvements.
Thank you for your continued support and feedback, which helps us make our tools better for everyone.
🛠 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.
v1.0.1
This patch release addresses a critical issue with the wkhtmltopdf
task and includes minor updates to improve the overall quality of our project. Here's a summary of the changes:
-
wkhtmltopdf Importer: Corrected a typo that was causing the Importer to not import the Tasks.
-
README: Enhanced documentation to provide clearer instructions and incorporate the latest changes.
-
Version: Bumped to 1.0.1, reflecting the importance of the fix and updates included in this release.
We appreciate your feedback and contributions that help us identify and fix issues promptly. Thank you for your continued support!
🛠 Happy deploying!
v1.0.0
This release marks a significant milestone for our project, introducing a comprehensive refactor and several enhancements that streamline our tasks and improve usability. Here's what's new:
-
Logs Tasks: Overhauled for better clarity and efficiency.
-
Logrotate Tasks: Refined to enhance log management.
-
Whenever Tasks: Updated to improve scheduling capabilities.
-
Wkhtml Tasks: Streamlined for more straightforward PDF generation.
-
Imports: Now supports the optional import of single namespaces, allowing for more flexible configuration.
-
Postgres Helper: Enhanced to create PostgreSQL dumps with
--no-acl --no-owner
flags, ensuring smoother database operations. -
Further cleanup and refactoring of logs tasks to maintain our commitment to clean, maintainable code.
-
Deprecated
backup:pull
andbackup:create
tasks have been removed, aligning with our goal to streamline operations. -
README: Updated to reflect the latest changes and improvements.
We're excited to deliver these updates to enhance your experience with our project. A big thank you to our community for your continued support and contributions!
🎉 Happy deploying!
This release note was generated with the assistance of GitHub Copilot in Visual Studio Code.