uaa/28
You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit bab79ce4
.
Release Notes¶
There is a very specific upgrade incompatibility going from V24.6 to V28 of UAA Release. This doesn’t affect any cf-release upgrades as no cf-release release contains V24.6 version of UAA Release.
Stand-alone UAA-Release customers upgrading v24.6 should use V29 Instead.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "uaa" version: "28" url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=28" sha1: "f31f4358664cb067587143848a85f0e6f7a45485"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f31f4358664cb067587143848a85f0e6f7a45485 \ "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=28"