Skip to content

Releases: utilitywarehouse/terraform-applier

v2.3.1

27 Dec 11:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

25 Oct 13:25
Compare
Choose a tag to compare

What's Changed

  • Add PR Planner by @DTLP in #247
  • rm deprecated fields and make repoURL required field by @asiyani in #248
  • trigger manual run via module name or path and add cluster env info by @asiyani in #249
  • continue poll loop on error by @asiyani in #250
  • filter self comment webhook events by @asiyani in #251
  • check for graqhql api errors by @asiyani in #252
  • add type of run info to existing metrics by @asiyani in #253
  • add status symbol to PR status output by @asiyani in #254
  • Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 by @dependabot in #255
  • Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #257
  • Bump github.com/redis/go-redis/v9 from 9.5.4 to 9.6.1 by @dependabot in #258
  • Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #256
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #259
  • add module info metrics by @asiyani in #260
  • update go and dependencies by @asiyani in #262
  • added support for stronbox age decryption by @asiyani in #263
  • updated go and dependencies by @asiyani in #264
  • Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 by @dependabot in #265
  • Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #267
  • Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #266
  • Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.2 by @dependabot in #268
  • add functionality to upload apply output on merged PR by @asiyani in #269
  • Bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #270
  • Bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 by @dependabot in #271
  • Bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.3 by @dependabot in #273
  • Bump github.com/hashicorp/hc-install from 0.8.0 to 0.9.0 by @dependabot in #276
  • Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #272
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4 by @dependabot in #274
  • merged output upload will be re-implemented by @asiyani in #277
  • on apply runs run apply command even if no diff detected by @asiyani in #278
  • add support for output upload on PR merge by @asiyani in #279
  • RequestedAt can be used as ID of the request by @asiyani in #280
  • add custom github action to trigger run by @asiyani in #281

Full Changelog: v2.2.4...v2.3.0

v2.3.0-RC5

15 Oct 14:56
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 by @dependabot in #265
  • Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #267
  • Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #266
  • Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.2 by @dependabot in #268
  • add functionality to upload apply output on merged PR by @asiyani in #269
  • Bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #270
  • Bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 by @dependabot in #271
  • Bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.3 by @dependabot in #273
  • Bump github.com/hashicorp/hc-install from 0.8.0 to 0.9.0 by @dependabot in #276
  • Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #272
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4 by @dependabot in #274
  • merged output upload will be re-implemented by @asiyani in #277
  • on apply runs run apply command even if no diff detected by @asiyani in #278
  • add support for output upload on PR merge by @asiyani in #279
  • RequestedAt can be used as ID of the request by @asiyani in #280

Full Changelog: v2.3.0-RC4...v2.3.0-RC5

v2.3.0-RC4

23 Aug 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0-RC3...v2.3.0-RC4

v2.3.0-RC3

08 Aug 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0-RC2...v2.3.0-RC3

v2.3.0-RC2

31 Jul 12:58
Compare
Choose a tag to compare

What's Changed

  • add type of run info to existing metrics by @asiyani in #253

Full Changelog: v2.3.0-RC1...v2.3.0-RC2

v2.3.0-RC1

29 Jul 10:42
Compare
Choose a tag to compare

What's Changed

  • Add PR Planner by @DTLP in #247
  • rm deprecated fields and make repoURL required field by @asiyani in #248
  • trigger manual run via module name or path and add cluster env info by @asiyani in #249
  • continue poll loop on error by @asiyani in #250
  • filter self comment webhook events by @asiyani in #251
  • check for graqhql api errors by @asiyani in #252

Full Changelog: v2.2.4...v2.3.0-RC1

v2.2.4

11 Jul 15:34
Compare
Choose a tag to compare

What's Changed

  • avoid race condition on copy dir by @asiyani in #210
  • include cache create time to module run duration by @asiyani in #211
  • module's run time should not increase due to cache copy by @asiyani in #212
  • Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #213
  • Bump github.com/hashicorp/terraform-exec from 0.20.0 to 0.21.0 by @dependabot in #214
  • Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2 by @dependabot in #216
  • Bump k8s.io/api from 0.30.0 to 0.30.1 by @dependabot in #217
  • Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #220
  • Bump github.com/hashicorp/hc-install from 0.6.4 to 0.7.0 by @dependabot in #215
  • Bump k8s.io/client-go from 0.30.0 to 0.30.1 by @dependabot in #219
  • Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 by @dependabot in #222
  • Bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.3 by @dependabot in #221
  • Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #223
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #228
  • Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #234
  • Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in #235
  • Bump github.com/hashicorp/vault/api from 1.13.0 to 1.14.0 by @dependabot in #237
  • Bump k8s.io/client-go from 0.30.1 to 0.30.2 by @dependabot in #238
  • Bump github.com/redis/go-redis/v9 from 9.5.2 to 9.5.3 by @dependabot in #233
  • Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 by @dependabot in #236
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #241

Full Changelog: v2.2.3...v2.2.4

v2.2.3

02 May 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

01 May 10:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2