Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

curiostack-0.0.186

Compare
Choose a tag to compare
@chokoswitch chokoswitch released this 26 Aug 05:03
· 250 commits to master since this release
6d19385

This release contains several HTTP/2-related security fixes. It is recommended to upgrade as soon as possible. For more details, see https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md

New Features

  • It is now possible to specify dependencies between terraform projects. Contents of dependency terraform projects will be copied in from the build/terraform directory of that project.
terraform {
  dependency(":path:to:other:project")
}

Bugfixes

  • Fix an issue where terraform plugin wouldn't setup terraform correctly when applied to the root project

Dependencies

BOM files for Jackson, Google Cloud, Armeria, Dropwizard Metrics, gRPC, Netty, Apache Beam, log4j2, junit are now used instead of specifying versions for individual dependencies. This means that where previously only a hand-picked set of dependencies were managed for each of these projects, now all are.

  • jackson 2.9.9 -> 2.9.9.20190807
  • google-cloud (not bom) -> 0.105.0-alpha
  • armeria 0.87 -> 0.90.3
  • gRPC 1.21 -> 1.23
  • Netty 4.1.34 -> 4.1.39
  • Apache beam 2.10.0 -> 2.14.0
  • log4j 2.11.2 -> 2.12.1
  • junit5 5.3.0 -> 5.5.1
  • protobuf 2.8.0 -> 2.9.1

And other miscellaneous dependencies