Skip to content

Commit

Permalink
Merge pull request #338 from FelisiaM/master
Browse files Browse the repository at this point in the history
Pin cf-cli-release to version 1.63.0
  • Loading branch information
notrepo05 authored Jun 17, 2024
2 parents 2dee38b + 666d4ef commit 14cb3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tile_generator/package_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _apply(self, config_obj, package, release):
if not 'cf-cli-release' in config_obj['releases'].keys():
config_obj['releases']['cf-cli-release'] = {
'name': 'cf-cli-release',
'path': 'https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v=',
'path': 'https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v=1.63.0',
}
if not config_obj.get('requires_product_versions'):
config_obj['requires_product_versions'] = list()
Expand Down
2 changes: 1 addition & 1 deletion tile_generator/test_config_expected_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@
"releases": {
"cf-cli-release": {
"name": "cf-cli-release",
"path": "https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v="
"path": "https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v=1.63.0"
},
"docker-boshrelease": {
"name": "docker-boshrelease",
Expand Down

0 comments on commit 14cb3f1

Please sign in to comment.