Skip to content

Releases: cloudtruth/configure-action

v3.1.0

09 Jan 16:18
5bfb820
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.0

v3.0.1

03 Dec 17:04
0a35038
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.0.1

v3.0.0

29 Oct 18:41
ca50fa9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v3.0.0

v2.2.0

22 Feb 18:59
Compare
Choose a tag to compare

What's Changed

  • Update to node 16 now that GHA supports it by @jeking3 in #221
  • Many dependency updates.

Full Changelog: v2...v2.2.0

v2.1.0

30 Sep 11:23
Compare
Choose a tag to compare

New Features

  • Environment tagging allows you to easily declare stable configuration snapshots and retrieve them consistently.

Added

  • Added support for environment tags.
  • Added custom User-Agent with version when talking to server.

Updated

  • Updated to latest API specification.
  • Handle value API nomenclature change: static to internal, dynamic to external.

Fixed

  • Leverage environment lookup by name to avoid an extra API call.
  • Added testing for paged reads.
  • Functional, Line, and Branch coverage brought to 100%.
  • Test against staging and production servers to catch regressions.

Initial Release

20 Jul 16:07
Compare
Choose a tag to compare

Added

  • Added support for cloudtruth.io (REST-based API).
  • Added support for specifying project or environment by id.

Fixed

  • Fixed unit tests failing from forks.
  • Made build workflow check for changes to dist/.
  • Updated a number of dependencies.
  • Locked types/node to v12, as github runner uses node 12 for actions.