Skip to content

2.91.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 26 Jan 14:30
· 237 commits to develop since this release

Changes

✨ The dockerapplifecycle now supports workloads using the OCI image format. Thanks @jrussett and @ebroberson!

Bosh Job Spec changes:

diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
index a3bbc5fb2..7eb920159 100644
--- a/jobs/vizzini/spec
+++ b/jobs/vizzini/spec
@@ -85,3 +85,7 @@ properties:
   grace_busybox_image_url:
     description: "grace test asset busybox container image"
     default: "docker:///cloudfoundry/grace"
+
+  diego_docker_oci_image_url:
+    description: "diego docker app in OCI image format"
+    default: "docker:///cloudfoundry/diego-docker-app:oci"

✨ Built with go 1.21.6

Full Changelog: v2.90.0...v2.91.0

Resources