Skip to content

2.101.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 31 Jul 18:30
· 316 commits to develop since this release

2.101.0

Release Date: July 31, 2024

Changes

  • ✨Adds the cnb-app-lifecycle package as a possible app lifecycle for diego. Thanks @pbusko @nicolasbender @modulo11 for this huge effort!
  • 🐛Resolves an issue where CPUWeight could be set to 0 on a container. This value will now always be at least 1, complying with the spec.
  • Bumped golang to 1.22.5
  • Bumped envoy to 1.28.4
  • Various testing enhancements

Bosh Job Spec changes:

diff --git a/jobs/file_server/spec b/jobs/file_server/spec
index dddda86c2..f530805b3 100644
--- a/jobs/file_server/spec
+++ b/jobs/file_server/spec
@@ -20,6 +20,7 @@ packages:
   - buildpack_app_lifecycle
   - docker_app_lifecycle
   - windows_app_lifecycle
+  - cnb_app_lifecycle
 
 provides:
 - name: file_server

✨ Built with go 1.22.5

Full Changelog: v2.100.0...v2.101.0

Resources