chore: bump version to 0.3.2 to test improved bundle-based signing#48
Merged
technicalpickles merged 1 commit intomainfrom Sep 10, 2025
Merged
chore: bump version to 0.3.2 to test improved bundle-based signing#48technicalpickles merged 1 commit intomainfrom
technicalpickles merged 1 commit intomainfrom
Conversation
This version bump will trigger a release with the new bundle-based signing process from PR #46, allowing us to validate that: - Bundle files (.bundle) are created correctly - Signature verification works with the new format - Both bundle and signature formats are available for aqua compatibility - Immediate verification in CI catches any signing issues Once this release completes, we can use the monitoring scripts to validate the improved signing process is working correctly.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version from 0.3.1 to 0.3.2 across all crates to trigger a release that tests the improved bundle-based signing process. This version change will validate the new signing workflow that creates both bundle files with embedded certificates and signature files for backward compatibility.
- Version bump from 0.3.1 to 0.3.2 across main crate and macro crates
- Tests bundle-based signing implementation from PR #46
- Validates CI signature verification and aqua registry compatibility
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates main crate version to 0.3.2 |
| envsense-macros/Cargo.toml | Updates macro crate version to 0.3.2 |
| envsense-macros/envsense-macros-impl/Cargo.toml | Updates macro implementation crate version to 0.3.2 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
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.
Purpose
This version bump triggers a release to test the improved bundle-based signing process from PR #46.
What This Tests
🔐 Bundle-Based Signing
.bundle) creation with embedded certificates.sig) for backward compatibility🧪 Validation Process
After this PR merges and triggers the release:
./scripts/monitor-and-validate-release.sh(from PR feat: add release workflow monitoring and validation scripts #47)Expected Outcomes
✅ Success Criteria
.bundleand.sigfilesvalidate-signing.shconfirms signatures are valid🔍 What We'll Learn
Version Changes
Cargo.toml:0.3.1→0.3.2envsense-macros/Cargo.toml:0.3.1→0.3.2envsense-macros/envsense-macros-impl/Cargo.toml:0.3.1→0.3.2Next Steps
This is the final validation step before submitting to the aqua registry! 🚀