diego/0.1459.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 96229225
.
Release Notes¶
Changes from v0.1458.0 to v0.1459.0
- Depends on garden-linux-release v0.334.0.
- Depends on etcd-release v37.
Significant changes
NOTE: Although Diego v0.1455.0 re-introduced the feature that SSH sessions and commands in a CF app container have the same environment variables set as the app’s main process, we have rolled that functionality back in Diego v0.1459.0. For buildpack-based apps, the mechanism by which this feature was implemented would execute the buildpack-installed .profile.d
scripts twice. While those scripts often only set environment variables for the app process, in general they can have arbitrary effects, and may not be safe to call repeatedly and concurrently. The team is considering safer ways to share that environment, but for now we will leave it unimplemented.
To support SSH users who wish to have the same environment as their start commands, we have submitted documentation of the manual steps to set up that environment to the developer-guide Cloud Foundry documentation repo. Those changes will appear on the “Accessing Apps with SSH” page shortly.
Custom CAs
SSH
- Roll back SSH environment setup changes (again)
- cloudfoundry-incubator/diego-ssh #21: add flags to ssh-proxy for specifying allowed cipher,mac,kex algorithms
CF Tasks
Component Logging and Metrics
Documentation
BOSH job changes
None.
BOSH property changes
None.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "0.1459.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1459.0" sha1: "605c6d04246bcfd7650fb7b6f8ce9b5210f3d3b1"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 605c6d04246bcfd7650fb7b6f8ce9b5210f3d3b1 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1459.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- canary
- cc_uploader
- converger
- file_server
- nsync
- rep
- rootfses
- route_emitter
- ssh_proxy
- stager
- tps
- vizzini