Releases: quantcdn/quant-cloud-environment-action
Releases · quantcdn/quant-cloud-environment-action
v4.0.0
Switch to @quantcdn/quant-client npm package
- Switched from
quant-ts-client(github#v4 ref) to published@quantcdn/quant-clientv4 (4.12.0) - Aligns with all other Quant Cloud actions using the same published npm package
- No logic changes — the npm package uses the same API surface
Breaking changes
None — drop-in replacement. All inputs and outputs unchanged.
Usage
```yaml
uses: quantcdn/quant-cloud-environment-action@v4
```
v1.5.0
What's Changed
- Switch to @quantcdn/quant-client npm package by @stooit in #15
- chore(deps): bump the minor-and-patch group across 1 directory with 2 updates by @dependabot[bot] in #13
Full Changelog: v1...v1.5.0
v1.4.0
What's Changed
- chore: Upgrade to v4 release of quant-ts-client. by @stooit in #11
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #10
- chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #9
New Contributors
- @stooit made their first contribution in #11
- @dependabot[bot] made their first contribution in #10
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Full Changelog: v1.2.1...v1.3.0
Adds support for delete environment operation
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Upgrade to latest version of quant-ts-client v3.
v1.2.0
Full Changelog: v1.1.0...v1.2.0
Adds support for imageSuffix when cloning environments.
v1.1.0
Full Changelog: v1...v1.1.0
- Adds support for cloning environment without providing
composeDefinitionupfront