Skip to content

v1.1.0

Compare
Choose a tag to compare
@jpmcb jpmcb released this 09 Feb 00:19
· 304 commits to develop since this release
32abe11

General

Added

  • Removed OpenSSL in favor of Rust-based TLS using rustls (#401)
  • Updated TLS configurations to use leaf certs generated from root CA for brupop API server and agent (#340)
  • Added resource request limits for all containers (#327)

Fixed

  • Exposed the failure output for the apiclient when error occurs (#342)
  • kube clients are now created using the in-cluster DNS configuration (#373)
  • Removed deprecated Rust library APIs (#403)
  • Integration tests now use IMDSv2 calls (#405)

Misc

  • Numerous dependency upgrades and documentation fixes
  • GitHub action workflows now use larger 16 core runners (#356)