Skip to content

Releases: QualiTorque/terraform-provider-torque

v0.5.8

05 Jan 10:00
3896527
Compare
Choose a tag to compare
enable custom icon for workflows (#98)

v0.5.7

02 Jan 16:35
8bd49de
Compare
Choose a tag to compare
Custom icon catalog item attribute (#96)

* custom icon resource

* code cleanup

* add custom_icon attribute to resource catalog

v0.5.6

31 Dec 15:28
8cda5df
Compare
Choose a tag to compare
add attribute to allow scheduling of a catalog item, fix some bugs (#94)

v0.5.5

30 Dec 14:36
ccecc51
Compare
Choose a tag to compare
Blueprint display name (#93)

* add request model and func to update blueprint display name

* implement update display name during creat and update, update docs and example

v0.5.4

26 Dec 16:25
35e273c
Compare
Choose a tag to compare
Allow repo association with existing credentials (#91)

* add RepoSpaceAssociationWithCredentials model and logic to support creating repo with either exisitng credentials or an access token

* implement updating repo credentials

* add validator so only access token or credentials name are used

* remove comments

* update doc

v0.5.3

22 Dec 11:53
1298b18
Compare
Choose a tag to compare
Space workflows (#90)

* handle space workflows in a dedicated resource

* update docs and examples

v0.5.2

20 Dec 10:13
68c5555
Compare
Choose a tag to compare
Add self-service attribute to workflows (#89)

* allow publishing/unpublishing workflow to self service catalog

* add get space workflows method to query workflow scope for better resource management

* change resource description

* handle self_service null for space workflow

* finish

* fix typo

* update doc

v0.5.1

18 Dec 14:19
85c521f
Compare
Choose a tag to compare
Workflow resource (#88)

* torque workflow resource init commit

* finish implementation

v0.5.0

03 Dec 13:19
9179c87
Compare
Choose a tag to compare
Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.1…

v0.4.9

24 Oct 20:27
1d032c6
Compare
Choose a tag to compare
Refactor introspection resource to support custom links and colors (#79)

* Refactor introspection resource to support custom links and colors

* align doc with new example, add string validator for legal values for icon, comment flaky test

* fix typo

* fix lint issue from flaky test

---------

Co-authored-by: amiros89 <[email protected]>