Skip to content

v10.0.0

Compare
Choose a tag to compare
@ctlong ctlong released this 13 Jan 23:50
· 538 commits to develop since this release

Breaking Changes

The app_syslog_tcp suite now depends upon

  • TCP routing being made available
  • CAPI v1.143.0+
  • Loggregator-Agent v7.0.0+

If those conditions are not met, then that suite should be disabled in your integration configuration:

"include_app_syslog_tcp": false

What's Changed

  • Feat: use TCP routes for app syslog drain tests by @Benjamintf1 in #643
  • Feat: add tests for mTLS in app syslog drains (requires capi v1.143.0+ and loggregator-agent v7.0.0+) by @Benjamintf1 in #687
  • Bump rack from 2.2.4 to 2.2.5 in /assets/hello-world by @dependabot in #690
  • Bump rack from 2.2.4 to 2.2.5 in /assets/hello-routing by @dependabot in #689
  • Use configurable buildpack names instead of hard-coded strings by @dsabeti in #693
  • Remove unused Fuse Mount assets by @dsabeti in #695
  • Replace old java-spring asset with a new asset that also includes source code by @dsabeti in #694
  • Fix: replace ioutil use as the package is deprecated by @ctlong in #691
  • Fix: catnip asset by @ctlong in #692
  • Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 in /assets/catnip by @dependabot in #699
  • Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 by @dependabot in #698
  • Remove extra space from zipkin header by @mariash in #696
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /assets/grpc by @dependabot in #703
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in #702
  • Update: bin scripts by @ctlong in #704
  • Config test backfill by @dsabeti in #697

New Contributors

Full Changelog: v9.4.0...v10.0.0