Skip to content

Releases: openshift-metal3/terraform-provider-ironic

v0.5.0: Updated dependencies

23 Jul 10:52
e1d26cd
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.48.0 to 1.53.0 by @dependabot in #82
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #83
  • Updates to fix the CI by @dtantsur in #89
  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #84
  • Bump golang.org/x/crypto from 0.0.0-20220517005047-85d78b3ac167 to 0.17.0 by @dependabot in #85
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #87
  • Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #86
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.7 by @dependabot in #88

Full Changelog: v0.4.0...v0.5.0

v0.4.0: Error handling and retry improvements

09 Mar 12:36
47a8344
Compare
Choose a tag to compare

What's Changed

  • Improve error handling by @dtantsur in #66
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #75
  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #74
  • Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0 by @dependabot in #76
  • OCPBUGS-8237: rework inspect/clean workflows to avoid an inner loop by @dtantsur in #77
  • Replace Travis with Github Actions by @dtantsur in #78
  • Actually fix the CI workflow by @dtantsur in #79

Full Changelog: v0.3.0...v0.4.0

v0.3.0: Dependencies updates

21 Oct 10:15
v0.3.0
5e7209d
Compare
Choose a tag to compare
  • Bump Go version to 1.18
  • Bump terraform SDK to 2.0

v0.2.8: BIOS and RAID configuration

23 Mar 10:20
acfce98
Compare
Choose a tag to compare
  • Support RAID and BIOS configuration for masters
  • CI fixes

v0.2.7: Add deployment customization via deploy_steps (#52)

15 Jul 12:54
5e782ae
Compare
Choose a tag to compare
* Add deploy_steps support

* Re-vendor to add support for deploy_steps

v0.2.6: Handle capabilities in instance_info (#51)

04 May 23:25
edfa8be
Compare
Choose a tag to compare
This commit adds a parser for capabilities when they
are defined in instance_info.
The capabilities should be provided as a single string,
in the format `key1:value1,key2:value2`, this will be
parsed and sent to ironic as a
map[string]string{"key1":"value1","key2":"value2"}

Improved error handling

08 Apr 11:01
5b0c62f
Compare
Choose a tag to compare
return the last error with any error we get (#50)

* Fix linting warnings

* in workflow.run() append the last_error to any error

* Improve the error handling

* things caught by handling errors

Support user data headers

01 Dec 11:47
8ba6ddd
Compare
Choose a tag to compare
v0.2.4

Add user_data_url_headers (#46)

v0.2.3: Make error message less generic (#45)

23 Jul 19:00
2d20594
Compare
Choose a tag to compare
Currently the erorr message doesn't say which API it's trying to connect
to.

v0.2.2

09 Jul 17:31
54e8688
Compare
Choose a tag to compare
Remove go-systemd dependency (#43)