|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## 🚀 GH OBS Helper Release v1.1.6 |
| 3 | +## 🚀 GH OBS Helper Release v1.1.7 |
| 4 | + |
| 5 | +### 🎯 What's New |
| 6 | +- **Enhanced CI/CD Testing**: Improved workflow testing with comprehensive URL output validation |
| 7 | +- **Workflow Organization**: Renamed and restructured test workflows for better clarity |
| 8 | +- **Security Improvements**: Enhanced secret management in CI/CD workflows |
4 | 9 |
|
5 | 10 | ### 🔧 Changes |
6 | | -- Update confidentials in workflows |
| 11 | +- **CI Workflow Updates**: Enabled checksum validation for large file uploads in testing workflows |
| 12 | +- **Test Infrastructure**: Added dedicated URL output testing and improved upload test results validation |
| 13 | +- **Security Configuration**: Updated workflow files to use secure OBS region configuration via secrets |
| 14 | +- **Workflow Naming**: Renamed `test-url-outputs.yml` workflow to `test-url-usage.yml` for better clarity |
| 15 | + |
| 16 | +### 🐛 Bug Fixes |
| 17 | +- **Large File Upload Testing**: Fixed checksum validation issues during large file upload tests |
| 18 | +- **Workflow Configuration**: Resolved configuration inconsistencies in CI/CD test workflows |
| 19 | +- **Secret Management**: Improved handling of sensitive configuration in automated tests |
7 | 20 |
|
8 | | -### 🛠️ Usage Example |
9 | | -```yaml |
10 | | -- name: Upload to OBS |
11 | | - id: upload |
12 | | - |
13 | | - with: |
14 | | - access_key: ${{ secrets.OBS_ACCESS_KEY }} |
15 | | - secret_key: ${{ secrets.OBS_SECRET_KEY }} |
16 | | - region: 'cn-north-4' |
17 | | - bucket: 'my-bucket' |
18 | | - operation: 'upload' |
19 | | - local_path: 'dist/**/*' |
20 | | - obs_path: 'releases/v1.1.6/' |
21 | | - public_read: true |
| 21 | +### 📋 Known Issues |
| 22 | +- No known issues in this release |
| 23 | +- All existing functionality remains stable |
22 | 24 |
|
23 | | -- name: Use uploaded file URLs |
24 | | - run: | |
25 | | - echo "First file URL: ${{ steps.upload.outputs.first_upload_url }}" |
26 | | - echo "All URLs: ${{ steps.upload.outputs.upload_urls }}" |
27 | | -``` |
| 25 | +### 🔗 Migration Guide |
| 26 | +- No breaking changes from v1.1.6 |
| 27 | +- All existing workflows remain fully compatible |
| 28 | +- No code changes required for users |
28 | 29 |
|
29 | 30 | --- |
30 | | -**Full Changelog**: https://github.com/diverger/gh-obs-helper/compare/v1.1.5...v1.1.6 |
| 31 | +**Full Changelog**: https://github.com/diverger/gh-obs-helper/compare/v1.1.6...v1.1.7 |
0 commit comments