Skip to content

Releases: cloudfoundry/diego-release

2.115.0

24 Feb 06:30
Compare
Choose a tag to compare

2.115.0

Release Date: February 24, 2025

Changes

  • Expose configuration option to select rootfs used for container's sidecar processes. This configuration resolves the following issue 983 observed on systems running with multiple FS stacks.

Thanks to @Ivo1116 , @PlamenDoychev!

Bosh Job Spec changes:

diff --git a/jobs/rep/spec b/jobs/rep/spec
index 012234e12..ecff35fa5 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -54,6 +54,9 @@ properties:
     default: false
   diego.rep.preloaded_rootfses:
     description: "Array of name:absolute_path pairs representing root filesystems preloaded onto the underlying garden"
+  diego.rep.sidecar_rootfs_path:
+    description: "absolute_path representing the root filesystem used for sidecar processes (ie. '/var/vcap/packages/cflinuxfs4/rootfs.tar'). Must be one of the preloaded_rootfses paths. Leaving the default empty string is ok, as it will then select the first of he preloaded_rootfses"
+    default: ""
   diego.rep.rootfs_providers:
     description: "Array of schemes for which the underlying garden can support arbitrary root filesystems"
     default:
diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
index 4a7dfefc6..d34483c0b 100644
--- a/jobs/rep_windows/spec
+++ b/jobs/rep_windows/spec
@@ -45,6 +45,9 @@ properties:
     description: "Array of name:absolute_path pairs representing root filesystems preloaded onto the underlying garden"
     default:
       - windows2012R2:/tmp/windows2012R2
+  diego.rep.sidecar_rootfs_path:
+    description: "absolute_path representing the root filesystem used for sidecar processes (ie. '/tmp/windows2012R2'). Must be one of the preloaded_rootfses paths. Leaving the default empty string is ok, as it will then select the first of he preloaded_rootfses"
+    default: ""
   diego.rep.rootfs_providers:
     description: "Array of schemes for which the underlying garden can support arbitrary root filesystems"
     default: []

✨ Built with go 1.23.6

Full Changelog: v2.114.0...v2.115.0

Resources

2.114.0

18 Feb 18:42
Compare
Choose a tag to compare

2.114.0

Release Date: February 18, 2025

Changes

Bosh Job Spec changes:

diff --git a/jobs/rep/spec b/jobs/rep/spec
index 0737d9d1a..012234e12 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -22,7 +22,8 @@ templates:
   tls.key.erb: config/certs/tls.key
   tls_ca.crt.erb: config/certs/tls_ca.crt
   indicators.yml.erb: config/indicators.yml
-
+  volume_mounted_files.erb: bin/volume_mounted_files
+  
 packages:
   - pid_utils
   - rep

✨ Built with go 1.23.6

Full Changelog: v2.113.0...v2.114.0

Resources

2.113.0

03 Feb 22:57
Compare
Choose a tag to compare

2.113.0

Release Date: February 03, 2025

Changes

  • ⚠️ BREAKING CHANGE⚠️ : chacha20-poly1305@openssh.com has been removed from the default allowed ciphers for ssh-proxy. cloudfoundry/diego-ssh#62 Thank you @DimitarSch
  • Bump dependencies
  • #986 Keep filepath-securejoin at v0.3.6 until runc is compatible with v0.4.0 (thanks @winkingturtle-vmw)

✨ Built with go 1.23.5

Full Changelog: v2.112.0...v2.113.0

Resources

2.112.0

03 Jan 15:36
Compare
Choose a tag to compare

2.112.0

Release Date: January 03, 2025

Changes

  • Bump dependancies.

✨ Built with go 1.23.4

Full Changelog: v2.111.0...v2.112.0

Resources

2.111.0

19 Dec 15:20
Compare
Choose a tag to compare

2.111.0

Release Date: December 19, 2024

Changes

  • Bump envoy from 1.32.2 to 1.32.3. Envoy v1.32.3 contains multiple CVE fixes.
  • Bump dependancies

✨ Built with go 1.23.4

Full Changelog: v2.110.0...v2.111.0

Resources

2.110.0

10 Dec 14:26
Compare
Choose a tag to compare

2.110.0

Release Date: December 10, 2024

Changes

  • Dependency bumps

✨ Built with go 1.23.4

Full Changelog: v2.109.0...v2.110.0

Resources

2.109.0

09 Dec 19:54
Compare
Choose a tag to compare

2.109.0

Release Date: December 09, 2024

Changes

  • Dependency Bumps

✨ Built with go 1.23.4

Full Changelog: v2.108.0...v2.109.0

Resources

2.108.0

04 Dec 20:47
Compare
Choose a tag to compare

2.108.0

Release Date: December 04, 2024

Changes

  • Bump go to 1.23.4
  • Bump dependancies

✨ Built with go 1.23.4

Full Changelog: v2.107.0...v2.108.0

Resources

2.107.0

20 Nov 15:36
Compare
Choose a tag to compare

2.107.0

Release Date: November 20, 2024

Changes

  • Bump Go
  • Bump dependancies

✨ Built with go 1.23.3

Full Changelog: v2.106.0...v2.107.0

Resources

2.106.0

12 Nov 23:04
Compare
Choose a tag to compare

2.106.0

Release Date: November 12, 2024

Changes

  • Various dependency bumps
  • Various doc and link fixes
  • Azure zone logs are now in json format with timestamps: #958

✨ Built with go 1.23.2

Full Changelog: v2.105.0...v2.106.0

Resources