Skip to content

Releases: carwow/terraform-provider-hirefire

v0.7.0

18 Mar 19:26
Compare
Choose a tag to compare

What's Changed

  • Add upscale_on_initial_job to Manager resource @stevenharman in #35
  • Add checkup_frequency to Application resource @stevenharman in #36
  • Update golang to v1.22 (and security related dependency updates)

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.7.0-pre

17 Mar 21:51
Compare
Choose a tag to compare
v0.7.0-pre Pre-release
Pre-release

What's Changed

  • Add upscale_on_initial_job to Manager resource @stevenharman in #35
  • Add checkup_frequency to Application resource @stevenharman in #36
  • Update golang to v1.22 (and security related dependency updates)

New Contributors

Full Changelog: v0.6.0...v0.7.0-pre

v0.6.0

26 Oct 20:14
0fb3c78
Compare
Choose a tag to compare

What's Changed

  • Add application token computed attribute by @leetrout in #30
  • Update golang to v1.21 (and security related dependency updates)

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

16 Sep 02:51
791a19c
Compare
Choose a tag to compare
  • Docs: Fix max value/minute for TimeRange resource (#23)
  • Update go to v1.19

v0.5.1

09 Apr 13:21
ebf8349
Compare
Choose a tag to compare
Bump go v1.18, update CircleCI images

v0.5.0

09 Apr 13:04
e5ba237
Compare
Choose a tag to compare
Add Manager::Worker::HireFire::JobLatency

v0.4.1

15 Feb 10:32
30d892d
Compare
Choose a tag to compare
Manager resource and null (zero) values (#19)

* Manager resource and null (zero) values

Hirefire API changed how it handles null values in the manager resource,
specifically:
- notify*
- *scale_timeout
- *scale_limit

Also, logdrain in the application resource now requires a specific format.
Plus, updated readme to explain how to run terrafrom with a local build.

* Run terraform with a dev version of the provider

v0.4.0

22 Nov 11:59
8088a7d
Compare
Choose a tag to compare
Force new manager resource when changing type

The API started misbehaving when changing type and setting properties
from the previous type to null.

The API client is very simple and always sends all of the possible
properties for all manager types.

Forcing the creation of a new manager when changing the type avoids
these edge cases and inconsistencies, keeping the API client simple.

v0.3.5-noop

11 Nov 20:02
14a53f9
Compare
Choose a tag to compare
v0.3.5-noop Pre-release
Pre-release
Hirefire API is not behaving correctly.
In order to keep carwow's terraform working, I am making all resources
read operation a noop.

v0.3.5

09 Nov 18:49
aa4f94c
Compare
Choose a tag to compare
Bump xz (#17)

Recommended by Github's to security alert:
https://github.com/advisories/GHSA-25xm-hr59-7c27