Skip to content

Commit e519fbc

Browse files
committed
docs(release): update release notes for v1.1.7 and archive v1.1.6 notes
Signed-off-by: diverger <[email protected]>
1 parent 611b63a commit e519fbc

File tree

2 files changed

+54
-22
lines changed

2 files changed

+54
-22
lines changed

RELEASE_NOTES.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
# Release Notes
22

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
49

510
### 🔧 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
720

8-
### 🛠️ Usage Example
9-
```yaml
10-
- name: Upload to OBS
11-
id: upload
12-
uses: diverger/[email protected]
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
2224

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
2829

2930
---
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

RELEASE_NOTES_ARCHIVE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ This file contains archived release notes for older versions of GH OBS Helper.
44

55
---
66

7+
## 🚀 GH OBS Helper Release v1.1.6
8+
9+
### 🔧 Changes
10+
- Update confidentials in workflows
11+
12+
### 🛠️ Usage Example
13+
```yaml
14+
- name: Upload to OBS
15+
id: upload
16+
uses: diverger/[email protected]
17+
with:
18+
access_key: ${{ secrets.OBS_ACCESS_KEY }}
19+
secret_key: ${{ secrets.OBS_SECRET_KEY }}
20+
region: 'cn-north-4'
21+
bucket: 'my-bucket'
22+
operation: 'upload'
23+
local_path: 'dist/**/*'
24+
obs_path: 'releases/v1.1.6/'
25+
public_read: true
26+
27+
- name: Use uploaded file URLs
28+
run: |
29+
echo "First file URL: ${{ steps.upload.outputs.first_upload_url }}"
30+
echo "All URLs: ${{ steps.upload.outputs.upload_urls }}"
31+
```
32+
33+
---
34+
**Full Changelog**: https://github.com/diverger/gh-obs-helper/compare/v1.1.5...v1.1.6
35+
36+
---
37+
738
Copy this template to `RELEASE_NOTES.md` before creating a release tag to provide custom release notes.
839

940
## 🚀 GH OBS Helper Release v1.1.5

0 commit comments

Comments
 (0)