Skip to content

Releases: quantcdn/quant-cloud-init-action

v4.0.0

31 Mar 01:04
bc4ea08

Choose a tag to compare

Upgrade to @quantcdn/quant-client v4

  • Switched from quant-ts-client (github ref) to published @quantcdn/quant-client v4 (4.12.0)
  • Eliminates Node.js punycode and url.parse() deprecation warnings
  • Uses modern axios-based client instead of deprecated request library
  • Shared Configuration class for both ApplicationsApi and EnvironmentsApi
  • Updated SECURITY.md to reference correct package name

Breaking changes

None — drop-in replacement. All inputs and outputs unchanged.

Usage

```yaml
uses: quantcdn/quant-cloud-init-action@v4
```

v1.2.0

30 Mar 18:38
537b577

Choose a tag to compare

What's Changed

  • Upgrade to @quantcdn/quant-client v4 by @stooit in #35

New Contributors

Full Changelog: v1...v1.2.0

v1.1.5

16 Sep 06:29

Choose a tag to compare

v1.1.4

16 Sep 06:11

Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

Remove verbose output

v1.1.3

11 Sep 22:09

Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

Adds image_suffix_clean to outputs.

v1.1.2

01 Sep 23:03

Choose a tag to compare

v1.1.1

31 Aug 07:06

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

  • Replaced mock env lookup with real API call

v1.1.0

31 Aug 06:58

Choose a tag to compare

  • Adds support for autogen PR tags and environment names.

v1.0.0

31 Aug 05:16

Choose a tag to compare

README cleanup