-
v1.0.60 - Bug Fix Release
Stablereleased this
2026-02-08 16:16:48 +00:00 | 0 commits to main since this releaseSummary
This patch release addresses a database detection issue in the plugin system, improving compatibility and reliability.
Bug Fixes
- Plugin System: Fixed database detection to use
DriverNameinstead ofDialectfor more accurate driver identification
Changes
Full Changelog: v1.0.59...v1.0.60
- Plugin System: Fixed database detection to use
-
released this
2026-02-08 15:38:58 +00:00 | 1 commits to main since this releaseSummary
This release focuses on enhancing documentation and introducing a robust database migration system for the vault plugin. Key improvements include comprehensive API documentation, end-to-end encryption documentation for lockbox, and a new migration system to manage database schema changes.
Features
- Database Migration System: Added migration system for vault plugin to manage schema changes and database versioning
Improvements
- Lockbox E2E Encryption Documentation: Added detailed documentation covering lockbox end-to-end encryption implementation and usage
- API Reference Documentation: Added comprehensive API reference documentation to improve developer experience and integration
Documentation
- Added lockbox end-to-end encryption documentation
- Added comprehensive API reference documentation
Full Changelog: v1.0.58...v1.0.59
Downloads
-
released this
2026-02-07 07:15:48 +00:00 | 4 commits to main since this releaseSummary
This release introduces lockbox encryption mode for secrets and resolves an issue with dirty form warnings in the vault key management interface.
Features
- Lockbox Encryption Mode: Added new lockbox encryption mode for enhanced secret storage options, providing additional flexibility in how secrets are encrypted and managed
Bug Fixes
- Key Management Forms: Fixed issue where dirty form warnings were incorrectly triggered on key management forms, improving the user experience when managing vault keys
Improvements
- Enhanced secret encryption capabilities with the new lockbox mode
- Improved form handling stability in the vault interface
Downloads
-
released this
2026-02-07 03:22:28 +00:00 | 6 commits to main since this releaseSummary
This release introduces important security enhancements to gitcaddy-vault, including master key migration capabilities, data encryption key (DEK) rotation, and improved user safety through confirmation modals for destructive operations.
Features
Security & Encryption
- Master Key Migration: Added support for migrating master keys, enabling seamless key management updates
- DEK Rotation: Implemented data encryption key (DEK) rotation functionality to enhance security posture and comply with key rotation best practices
User Experience
- Confirmation Modals: Added confirmation dialogs for destructive operations to prevent accidental data loss and improve user safety
Improvements
- Enhanced vault security management capabilities
- Improved operational safety with user confirmations before critical actions
Downloads
-
released this
2026-02-07 02:48:05 +00:00 | 7 commits to main since this releaseSummary
This release introduces critical security enhancements to the vault system, focusing on key management capabilities. Version 1.0.56 adds support for master key migration and data encryption key (DEK) rotation, improving the overall security posture and operational flexibility of gitcaddy-vault.
Features
- Master Key Migration: Added capability to migrate between master keys, enabling seamless key management transitions
- DEK Rotation: Implemented data encryption key (DEK) rotation functionality to enhance data security and comply with security best practices
Improvements
- Enhanced vault security infrastructure with advanced key management operations
- Improved cryptographic agility by supporting key lifecycle management
Full Changelog: v1.0.55...v1.0.56
Downloads
-
released this
2026-02-07 00:18:33 +00:00 | 8 commits to main since this releaseSummary
This release introduces improved error handling for vault encryption operations, enhancing security and reliability when working with encrypted data.
Features
- Encryption Key Mismatch Detection: Added robust detection and error handling for encryption key mismatches in vault operations, improving security and providing clearer feedback when incorrect keys are used
Improvements
- Enhanced vault error handling to better identify and report encryption key issues
- Improved user experience with more informative error messages for encryption-related problems
Full Changelog: v1.0.54...v1.0.55
Downloads
-
released this
2026-02-04 19:01:58 +00:00 | 9 commits to main since this releaseSummary
This release introduces key source tracking and fallback detection for cryptographic operations, adds internationalization support for vault configuration errors, and includes dependency updates and CI improvements.
Features
- Key Source Tracking: Added tracking capabilities for cryptographic key sources with fallback detection to improve key management and debugging
- Internationalization: Added localized error messages for vault key configuration issues to improve user experience across different languages
Improvements
- CI/CD: Configured authentication for private Go modules to streamline the build process
- Dependencies: Updated Go dependencies to latest versions for improved security and performance
Technical Details
Repository: gitcaddy-vault
Version Range: v1.0.51 → v1.0.54
Commits: 4 changesDownloads
-
v1.0.52 - Dependency Updates
Stablereleased this
2026-01-26 05:58:22 +00:00 | 12 commits to main since this releaseSummary
This is a maintenance release that updates Go dependencies to their latest versions, ensuring improved security, stability, and compatibility.
Improvements
- Dependencies: Updated Go dependencies to latest versions
Technical Details
- Updated project dependencies through CI pipeline
- No breaking changes or functional modifications in this release
Full Changelog: v1.0.51...v1.0.52
Downloads
-
released this
2026-01-24 22:53:02 +00:00 | 13 commits to main since this releaseSummary
This release introduces improved authentication handling for vault secret APIs, providing better reliability and flexibility when accessing secrets.
Features
- Vault Token Authentication Fallback: Added fallback authentication mechanism for secret APIs using vault tokens, ensuring more robust access to vault secrets even when primary authentication methods are unavailable
Improvements
- Enhanced reliability of secret API operations through multiple authentication pathways
- Better error handling and resilience for vault token-based operations
Downloads