Skip to content

Commit

Permalink
override uaa and credhub releases with log4j fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiujiao committed Feb 14, 2022
1 parent 371bb90 commit 05f9142
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hooks/blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ if ! want_feature "bare" ; then
fi
manifest+=( "operations/custom-azs.yml" )

# Temporary override of specific releases - FIXME when upstream catches up
manifest+=( "overlay/override-releases.yml" )

fi

version=""
Expand Down
13 changes: 13 additions & 0 deletions overlay/override-releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
releases:

- name: "credhub"
version: "2.11.1"
url: "https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.11.1"
sha1: "f5b5ce04eee1251d352f337a6ecb794c4dba8a39"
- name: "uaa"
version: "75.14.0"
url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=75.14.0"
sha1: "57ffc783177cbca45a983cc573b591b636d0c0bf"
exodus:
cf-deployment-hotfixes: true

0 comments on commit 05f9142

Please sign in to comment.