2.73.0
·
1014 commits
to develop
since this release
Changes
- Bumps github.com/golang-jwt/jwt/v4 from
4.2.0
to4.5.0
. - Update diego-logging-client to SendSpikeMetrics with EmitTimer instead of EmitGauge (#714)
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