Skip to content

Releases: jgramoll/terraform-provider-jenkins

v0.3.0

20 Aug 14:13
fce9d4a
Compare
Choose a tag to compare

Changelog

dd3345e Parameters (#4)
3188a76 add disable_concurrent_builds_job_property (#5)
a4579f0 clean up CHANGELOG
c8e7408 fix importer with multiple triggers (#3)
fce9d4a publish 0.3.0 (#6)

v0.2.0

07 Aug 00:11
Compare
Choose a tag to compare

Changelog

e62a9a3 File path (#2)
1cb1917 publish 0.2.0

v0.1.1

06 Aug 19:09
Compare
Choose a tag to compare

Changelog

b079ff7 Update readme with more about credentials and envvars
5139baf add local dev link info to readme
1cc8c5f clean up readme todo
352126c make sure provider doesn't fail on read if property or action doesn't exit
9083e51 make sure to return nil instead of error on read
220f434 publish 0.1.1
b6b812f update importer usage to build using go get
3747ae0 update readme dependencies to have clearer gomod command
0515f40 update readme to have clearer install vs build

v0.1.0

06 Aug 17:08
Compare
Choose a tag to compare

Changelog

c1ef766 add ensure id functionality to importer
10fa096 add import script to importer to get tf state (#1)
e80be59 add jira project property
995ac14 add job config actions to client
5b54ec1 add job declarative actions to provider
2c46df9 add job_datadog_job_property
6f8a8d1 allow for gerrit trigger plugin attr
76854a7 allow for resource import
3b009a4 fix job config serialize test
9588a33 fix losing git scm resource
d88ee11 initial importer
866beea publish 0.1.0
d05d39a refactor remaining client unmarshal switches
bd0c1d3 refactor type checks on dynamics to better handle errors
fb503f0 refactor unmarshal to use map instead of switch
0b28faf remove importer binary
e9d0d95 update importer to output .tf code files for job

v0.0.3

31 Jul 20:58
Compare
Choose a tag to compare

Changelog

fabf3bd fix id delimiter to be less command character
1e2cf4e publish v0.0.3

v0.0.2

31 Jul 20:01
Compare
Choose a tag to compare

Changelog

a5d34f1 add git scm
cf1a857 add more types
885918b finish gerrit trigger project and branch
3450264 fix build discarder property
4e2f3e4 fix build discarder strategies and tests
f5d9e25 fix client tests
1fb1065 fix rest of initial resources should be functional now
50bf38b get gerrit trigger events
bacb655 publish v0.0.2

v0.0.2-alpha

10 Jul 18:37
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

Changelog

e1f290e fix install name
de24d38 publish version 0.0.2-alpha

v0.0.1-alpha

10 Jul 18:25
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Changelog

3ec6d3b add goreleaser config
d2d0879 add publish script
a0579a9 fix job resource tests
3eb44f3 initial client crud for jobs
758dc47 initial client to fetch jobs
2d3ef7e initial terraform job resource