-
Notifications
You must be signed in to change notification settings - Fork 30
v213
The cf-release v213 was released on July 9, 2015. Commit summary
TODO: Link broken (@Amit-PivotalLabs)
- API
- Runtime
- Buildpacks
- Identity
- Routing
- Log Aggregation and Metrics
- Manifest Template and Job Spec Changes
- Recommended BOSH Release and Stemcell Versions
- Recommended Diego Version
CC API Version: 2.33.0
Service Broker API Version: 2.6
- Removed space_id from events details
- NOTE: This caused the backwards incompatible ccdb migration. During the deploy of 213, there will be cloud controller down time while the cloud controller job is rolling. This issue is fixed in the next cf-release details
- Split client max body size manifest configuration details
-
cc.client_max_body_size
default decreased to 15M on body size for requests to cloud controller -
cc.app_bits_max_body_size
new property added that controls the max body size for application bits sent to cloud controller for app upload with default 1536M
-
- Switch buildpack cache key to be #{guid}-#{stack.name} details
- Recommend cleaning up the buildpack cache by using the buildpack_cache delete end point after upgrading to this release to reclaim the space used by caches with the older cache key. For large deployments, this end point may take some time and may need to be called again if it times out. apidoc
- Removed billing events api and associated models details
- [Experimental] Work continues on /v3 and Application Process Types details
- [Experimental] Work started on Private Brokers details
- API work on Service Keys epic complete details
- API work on Instance Tags epic complete details
- API work on Service ID included in service request to Service Broker completed (https://www.pivotaltracker.com/epic/show/1965166)
- As cloud controller admin, I can add a new stack to cloud controller POST /v2/stacks details | apidoc
- This end point allows the creation of stacks that cloud controller knows about. The stack would additionally need to be advertised/supported by a DEA or Cell in order for an app requesting the stack to be placed.
- Private domain limit added to org quota definition details | apidoc
- Space Developer can now download an app's droplet details | apidoc
- Added statsd metrics to cc details
- Added metrics on delayed job queue details
- Additional logging added around blobstore access in cc logsdetails
- user guid and request id logged at the beginning of the request in cc logs.details
- Additional cc logs to include response code and vcap request id for requests to cc details
- Ensure nfs mount exists before starting cc and cc worker jobs details
- Update nginx config to allow
cf files
to get application and bits details - Added staging error message to /v2/apps/:guid details
- Added a meaningful error when request fails due to issues writing to ccdbdetails
- When changing a plan, user should not see that the plan has changed until the update succeeds details
- only user with SpaceDeveloper role should be able to obtain dashboard_url details
- when attempting to recursively delete an org containing a service instance with bound applications, user should receive an error message indicating which service instance is the problem details
- Admins can delete the last OrgManager on an Organization details
TODO (@Amit-PivotalLabs)
https://github.com/cloudfoundry/staticfile-buildpack/releases/tag/v1.2.0
-
Remove nginx version display (https://www.pivotaltracker.com/story/show/94542440)
-
Remove lucid-specific binaries from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
Give helpful message on unsupported stacks (https://www.pivotaltracker.com/story/show/96590146)
https://github.com/cloudfoundry/staticfile-buildpack/releases/tag/v1.1.1
- Bump compile extensions (https://www.pivotaltracker.com/story/show/96957294)
https://github.com/cloudfoundry/ruby-buildpack/releases/tag/v1.5.0
-
Remove lucid-specific binaries from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
Give helpful message on unsupported stacks (https://www.pivotaltracker.com/story/show/96590188)
-
Use cloudfoundry java team built OpenJdks (https://www.pivotaltracker.com/story/show/94123750)
https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.4.0
-
Remove 2.7.8 from skinny manifest
-
Remove lucid-specific binaries from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
alert user about incompatible stack usage (https://www.pivotaltracker.com/story/show/96137338)
https://github.com/cloudfoundry/php-buildpack/releases/tag/v3.3.0
-
Fail with helpful error message for incompatible stack (https://www.pivotaltracker.com/story/show/96590154)
-
Remove lucid-specific binaries from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
Add PHP 5.6.8, 5.5.24, 5.4.40 to unsupported manifest (https://www.pivotaltracker.com/story/show/94988124)
https://github.com/cloudfoundry/nodejs-buildpack/releases/tag/v1.4.0
-
Merge upstream changes from Heroku (sha: f1b195427424922274807151e0dd8d1948d03ebb):
- Improvements to app caching logic
-
Remove lucid-specific binaries from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
Give helpful message on unsupported stacks (https://www.pivotaltracker.com/story/show/96590188)
https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.4.0
-
Remove lucid64 references from manifest.yml (https://www.pivotaltracker.com/story/show/96135874)
-
Alert user about incompatible stack usage (https://www.pivotaltracker.com/story/show/96590164)
-
Fail staging on missing resource (https://www.pivotaltracker.com/story/show/95737420)
-
Update Godeps instructions (https://www.pivotaltracker.com/story/show/94986104)
https://github.com/cloudfoundry/binary-buildpack/releases/tag/v1.0.1
- Make compile and detect proper scripts (https://www.pivotaltracker.com/story/show/96882956)
- Bumped UAA to version 2.4.0 details
- Work continues on support for route services details
- Moved gorouter and routing-api source to src/github.com details
- Routing API debug port changed so as not to conflict with GoRouter's details
- Routes can no longer be registered with the Routing API with ports greater than 65536 details
- Routing API now emits metrics for operational visibility using Metron agent details
No Changes.
TODO (@Amit-PivotalLabs)
- BOSH Release Version: 152
- BOSH Stemcell Version:
- Runner Jobs: bosh-aws-xen-ubuntu-trusty-go_agent 2989
- Non-Runner Jobs: bosh-aws-xen-hvm-ubuntu-trusty-go_agent 2989
These are soft recommendations; several different versions of the BOSH release and stemcell are likely to work fine. In future deployments, we will be migrating all Runner VMs to the new HVM instance types.
- Final Release 0.1353.0
- No need to ask permission - if you want to make an edit or add a new section, just do it!
- The official cf-docs maintainers cherry-pick content from this wiki for the official docs
- The contents of this wiki are in no way endorsed, maintained or supported by the core Cloud Foundry team
- Development Process
- Mailing Lists & Chats
- CI and the Commit Pipeline
- Contributing Code or Docs
- Contribution Standards
- Design Documents
- Proposing New Features
- Adding New Services
- Project Incubator
- Reporting Security Vulnerabilities
- CFF vulnerability mgt
- CAB meeting minutes
See CFF official project list.
Roadmaps are reflected in pivotal trackers. Tracker Instructions and steps to watch stories. Here is a flat list of all trackers:
- BOSH
- BBR
- CF Abacus
- CF App Autoscaler
- CF Buildpacks
- Concourse roadmap, and milestones
- CF Containerization/quarks
- CF Container Networking
- CF CAPI
- CF API K8s Evolution
- CredHub
- CF CLI
- CF CLI V3 acceleration
- CF Diego
- CF Docs
- CF Eclipse
- CF Eirini
- CF Flintstone
- CF Foundation
- CF Garden
- CF Greenhouse (windows)
- CF GrootFS (aka Garden RootFs)
- CF Identity (aka UAA)
- CF Infrastructure (incls BBL)
- CF Java Buildpack
- CF Java Client
- CF Lattice
- CF Logging and Metrics
- CF MEGA (Release Integration)
- CF Networking - CF K8S
- CF Networking - CFAR Mesh
- CF Mysql (core services)
- CF Notifications
- CF Permissions
- CF Persistence
- CF Postgres-release
- CF Runtime OG
- CF Routing
- CF Routing TCP
- CF services API (aka SAPI)
- Cloud Service Brokers (by SAPI/service enablement team)
- Kubo
- License Finder
- BBR
- Buildpacks
- BOSH
- BOSH CPIs
- Cf Java Client
- Core services (mysql) - repo
- Garden
- Grootfs
- Infra/tools
- Java Buildpack
- Kubo - repo
- Loggregator
- Persistence
- Release integration - repo
- Routing
- Runtime - repo
- Service API (aka SAPI)
Maybe other CIs hosted on cf-app.com are mentioned in slack ?
- See Client Tools on docs
- 3rd Party Compatible Apps