Skip to content

2.73.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 15 Mar 17:32
· 572 commits to develop since this release

Changes

Bosh Job Spec changes:

diff --git a/jobs/rep/spec b/jobs/rep/spec
index 8591fb6ba..df7bd7c49 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -182,7 +182,7 @@ properties:
     description: "Environment variables to use when running the garden health check"
     default: ""
   diego.executor.post_setup_hook:
-    description: "Experimental: arbitrary command to run after setup action"
+    description: "Experimental: arbitrary command to run after setup action. WARNING: this applies to both buildpack + docker app lifecycles. Any commands specified here *MUST* exist in any docker image being run, or the app will fail to start"
   diego.executor.post_setup_user:
     description: "Experimental: user to run post setup hook command"
   diego.executor.volman.driver_paths:
diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
index 57feb767a..fa6c8d0d0 100644
--- a/jobs/vizzini/spec
+++ b/jobs/vizzini/spec
@@ -80,11 +80,11 @@ properties:
 
   grace_tarball_url:
     description: "URL for the grace test asset"
-    default: "https://storage.googleapis.com/diego-assets-bucket/grace.tar.gz"
+    default: "https://storage.googleapis.com/diego-assets/grace.tar.gz"
 
   grace_tarball_checksum:
     description: "grace test asset sha1 checksum"
 
   grace_busybox_image_url:
     description: "grace test asset busybox container image"
-    default: "docker:///cfdiegodocker/grace"
+    default: "docker:///cloudfoundry/grace"

✨ Built with go 1.20.2

Full Changelog: v2.72.0...v2.73.0

Resources