Releases: quantcdn/quant-cloud-compose-action
Releases · quantcdn/quant-cloud-compose-action
v4.0.0
Upgrade to @quantcdn/quant-client v4
- Migrated from
@quantcdn/quant-clientv3 to v4 (4.12.0) - Eliminates Node.js
punycodeandurl.parse()deprecation warnings - Uses modern axios-based client instead of deprecated
requestlibrary - Auth via
Configurationclass withaccessToken - Updated
action.ymldefault base_url tohttps://dashboard.quantcdn.io - Base URL backward compatible: strips
/api/v3suffix automatically
Breaking changes
None — drop-in replacement. All inputs and outputs unchanged.
Usage
```yaml
uses: quantcdn/quant-cloud-compose-action@v4
```
v1.2.0
v1.1.2
Full Changelog: v1.0.0...v1.1.2
- Adds support for
imageSuffixoverride - Move to npm published
quant-client